hc
2024-01-03 2f7c68cb55ecb7331f2381deb497c27155f32faf
kernel/Documentation/devicetree/bindings/display/arm,pl11x.txt
....@@ -1,6 +1,6 @@
11 * ARM PrimeCell Color LCD Controller PL110/PL111
22
3
-See also Documentation/devicetree/bindings/arm/primecell.txt
3
+See also Documentation/devicetree/bindings/arm/primecell.yaml
44
55 Required properties:
66
....@@ -39,9 +39,11 @@
3939
4040 - port: describes LCD panel signals, following the common binding
4141 for video transmitter interfaces; see
42
- Documentation/devicetree/bindings/media/video-interfaces.txt;
43
- when it is a TFT panel, the port's endpoint must define the
44
- following property:
42
+ Documentation/devicetree/bindings/media/video-interfaces.txt
43
+
44
+Deprecated properties:
45
+ The port's endbpoint subnode had this, now deprecated property
46
+ in the past. Drivers should be able to survive without it:
4547
4648 - arm,pl11x,tft-r0g0b0-pads: an array of three 32-bit values,
4749 defining the way CLD pads are wired up; first value
....@@ -80,7 +82,6 @@
8082 port {
8183 clcd_pads: endpoint {
8284 remote-endpoint = <&clcd_panel>;
83
- arm,pl11x,tft-r0g0b0-pads = <0 8 16>;
8485 };
8586 };
8687