[PATCH 1/4] dt-bindings: display: panel: Document 10" Raspberry Pi Touch Display 2

Krzysztof Kozlowski krzk at kernel.org
Mon Aug 17 00:42:30 PDT 2026


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 <marek.vasut+renesas at mailbox.org>
> ---
> Cc: Conor Dooley <conor+dt at kernel.org>
> Cc: Dave Stevenson <dave.stevenson at raspberrypi.com>
> Cc: David Airlie <airlied at gmail.com>
> Cc: Jessica Zhang <jesszhan0024 at gmail.com>
> Cc: Krzysztof Kozlowski <krzk+dt at kernel.org>
> Cc: Maarten Lankhorst <maarten.lankhorst at linux.intel.com>
> Cc: Maxime Ripard <mripard at kernel.org>
> Cc: Neil Armstrong <neil.armstrong at linaro.org>
> Cc: Rob Herring <robh at kernel.org>
> Cc: Simona Vetter <simona at ffwll.ch>
> Cc: Thomas Zimmermann <tzimmermann at suse.de>
> Cc: devicetree at vger.kernel.org
> Cc: dri-devel at lists.freedesktop.org
> Cc: linux-renesas-soc at vger.kernel.org
> ---
>  .../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 <dave.stevenson at raspberrypi.com>
> +  - Marek Vasut <marek.vasut+renesas at mailbox.org>
> +
> +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




More information about the linux-arm-kernel mailing list