Document the 10" Raspberry Pi Touch Display 2 MIPI-DSI TFT LCD panel. The panel is based on the Ilitek IL79600A controller.
Acked-by: Conor Dooley <[email protected]> Signed-off-by: Marek Vasut <[email protected]> --- Cc: Conor Dooley <[email protected]> Cc: Dave Stevenson <[email protected]> Cc: David Airlie <[email protected]> Cc: Jessica Zhang <[email protected]> Cc: Krzysztof Kozlowski <[email protected]> Cc: Maarten Lankhorst <[email protected]> Cc: Maxime Ripard <[email protected]> Cc: Neil Armstrong <[email protected]> Cc: Rob Herring <[email protected]> Cc: Simona Vetter <[email protected]> Cc: Thomas Zimmermann <[email protected]> Cc: [email protected] Cc: [email protected] Cc: [email protected] --- V2: Extend existing ilitek,il79900a.yaml document instead of introducing new one. V3: - Rename ILI79600A to IL79600A, there is really no ILI anymore, just IL - Add AB from Conor --- .../bindings/display/panel/ilitek,il79900a.yaml | 13 +++++++++---- 1 file changed, 9 insertions(+), 4 deletions(-) diff --git a/Documentation/devicetree/bindings/display/panel/ilitek,il79900a.yaml b/Documentation/devicetree/bindings/display/panel/ilitek,il79900a.yaml index 02f7fb1f16dc7..f475302b87b0c 100644 --- a/Documentation/devicetree/bindings/display/panel/ilitek,il79900a.yaml +++ b/Documentation/devicetree/bindings/display/panel/ilitek,il79900a.yaml @@ -14,10 +14,15 @@ allOf: properties: compatible: - items: - - enum: - - tianma,tl121bvms07-00 - - const: ilitek,il79900a + oneOf: + - items: + - enum: + - raspberrypi,dsi-10inch + - const: ilitek,il79600a + - items: + - enum: + - tianma,tl121bvms07-00 + - const: ilitek,il79900a reg: maxItems: 1 -- 2.53.0
