.. | .. |
---|
1 | 1 | * ARM PrimeCell Color LCD Controller PL110/PL111 |
---|
2 | 2 | |
---|
3 | | -See also Documentation/devicetree/bindings/arm/primecell.txt |
---|
| 3 | +See also Documentation/devicetree/bindings/arm/primecell.yaml |
---|
4 | 4 | |
---|
5 | 5 | Required properties: |
---|
6 | 6 | |
---|
.. | .. |
---|
39 | 39 | |
---|
40 | 40 | - port: describes LCD panel signals, following the common binding |
---|
41 | 41 | 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: |
---|
45 | 47 | |
---|
46 | 48 | - arm,pl11x,tft-r0g0b0-pads: an array of three 32-bit values, |
---|
47 | 49 | defining the way CLD pads are wired up; first value |
---|
.. | .. |
---|
80 | 82 | port { |
---|
81 | 83 | clcd_pads: endpoint { |
---|
82 | 84 | remote-endpoint = <&clcd_panel>; |
---|
83 | | - arm,pl11x,tft-r0g0b0-pads = <0 8 16>; |
---|
84 | 85 | }; |
---|
85 | 86 | }; |
---|
86 | 87 | |
---|