mirror of
https://git.openwrt.org/openwrt/openwrt.git
synced 2024-11-22 04:56:15 +00:00
8c405cdccc
The patches were generated from the RPi repo with the following command: git format-patch v6.6.34..rpi-6.1.y Some patches needed rebasing and, as usual, the applied and reverted, wireless drivers, Github workflows, READMEs and defconfigs patches were removed. Signed-off-by: Álvaro Fernández Rojas <noltari@gmail.com>
26 lines
950 B
Diff
26 lines
950 B
Diff
From a7e40c14a0459d2cd2fe24ee7063560353f810d9 Mon Sep 17 00:00:00 2001
|
|
From: Dave Stevenson <dave.stevenson@raspberrypi.com>
|
|
Date: Mon, 30 Nov 2020 13:29:30 +0000
|
|
Subject: [PATCH 0945/1085] dt-bindings: ili9881c: add compatible string for
|
|
new panels
|
|
|
|
This new panel uses the ILI9881C IC but needs an alternate
|
|
init sequence, and therefore requires a new compatible string.
|
|
|
|
Signed-off-by: Dave Stevenson <dave.stevenson@raspberrypi.com>
|
|
---
|
|
.../devicetree/bindings/display/panel/ilitek,ili9881c.yaml | 2 ++
|
|
1 file changed, 2 insertions(+)
|
|
|
|
--- a/Documentation/devicetree/bindings/display/panel/ilitek,ili9881c.yaml
|
|
+++ b/Documentation/devicetree/bindings/display/panel/ilitek,ili9881c.yaml
|
|
@@ -20,6 +20,8 @@ properties:
|
|
- feixin,k101-im2byl02
|
|
- tdo,tl050hdv35
|
|
- wanchanglong,w552946aba
|
|
+ - raspberrypi,dsi-5inch
|
|
+ - raspberrypi,dsi-7inch
|
|
- const: ilitek,ili9881c
|
|
|
|
backlight: true
|