mirror of
https://github.com/coolsnowwolf/lede.git
synced 2025-07-05 22:07:06 +08:00

These patches were generated from: https://github.com/raspberrypi/linux/commits/rpi-6.12.y With the following command: git format-patch -N v6.12.27..HEAD (HEAD -> 8d3206ee456a5ecdf9ddbfd8e5e231e4f0cd716e) Exceptions: - (def)configs patches - github workflows patches - applied & reverted patches - readme patches - wireless patches Signed-off-by: Álvaro Fernández Rojas <noltari@gmail.com>
25 lines
929 B
Diff
25 lines
929 B
Diff
From a21849c1470e6ca68c47a8a5c2b89949750a1e0a 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] 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
|
|
@@ -22,6 +22,8 @@ properties:
|
|
- startek,kd050hdfia020
|
|
- tdo,tl050hdv35
|
|
- wanchanglong,w552946aba
|
|
+ - raspberrypi,dsi-5inch
|
|
+ - raspberrypi,dsi-7inch
|
|
- const: ilitek,ili9881c
|
|
|
|
reg:
|