[PATCH 1/4] dt-bindings: display: panel: Document 10" Raspberry Pi Touch Display 2
Marek Vasut
marek.vasut at mailbox.org
Thu Aug 20 10:42:45 PDT 2026
On 8/17/26 9:42 AM, Krzysztof Kozlowski wrote:
>> +++ 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
There is no publicly available datasheet, but ...
> or this does not need new
> binding file.
... Documentation/devicetree/bindings/display/panel/ilitek,il79900a.yaml
could be extended instead, so that is what I will do now. The devices
are compatible.
More information about the linux-arm-kernel
mailing list