On Sun, Aug 09, 2026 at 09:58:50PM +0200, Marek Vasut wrote: > Document the 10" Raspberry Pi Touch Display 2 MIPI-DSI TFT LCD panel. > The panel is based on the Ilitek ILI79600A controller. > > 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] > --- > .../display/panel/ilitek,ili79600a.yaml | 65 +++++++++++++++++++ > 1 file changed, 65 insertions(+) > create mode 100644 > Documentation/devicetree/bindings/display/panel/ilitek,ili79600a.yaml > > diff --git > a/Documentation/devicetree/bindings/display/panel/ilitek,ili79600a.yaml > b/Documentation/devicetree/bindings/display/panel/ilitek,ili79600a.yaml > new file mode 100644 > index 0000000000000..0a3baffef293e > --- /dev/null > +++ b/Documentation/devicetree/bindings/display/panel/ilitek,ili79600a.yaml > @@ -0,0 +1,65 @@ > +# SPDX-License-Identifier: GPL-2.0-only OR BSD-2-Clause > +%YAML 1.2 > +--- > +$id: http://devicetree.org/schemas/display/panel/ilitek,ili79600a.yaml# > +$schema: http://devicetree.org/meta-schemas/core.yaml# > + > +title: Ilitek ILI79600A based MIPI-DSI panels > + > +maintainers: > + - Dave Stevenson <[email protected]> > + - Marek Vasut <[email protected]> > + > +allOf: > + - $ref: panel-common.yaml# > + > +properties: > + compatible: > + items: > + - enum: > + - raspberrypi,dsi-10inch > + - const: ilitek,ili79600a
Binding looks exactly like boe,tv101wum-nl6, so either properties are copy-pasted without checking in datasheet or this does not need new binding file. Best regards, Krzysztof
