[PATCH 1/4] dt-bindings: display: panel: ili9881c: Add dsi-lanes property
Maxime Ripard
mripard at kernel.org
Tue Apr 8 15:44:32 UTC 2025
hi,
On Tue, Apr 08, 2025 at 05:27:00PM +0200, Kory Maincent wrote:
> Add the dsi-lanes property to specify the number of DSI lanes used by the
> panel. This allows configuring the panel for either two, three or four
> lanes.
>
> Signed-off-by: Kory Maincent <kory.maincent at bootlin.com>
> ---
> Documentation/devicetree/bindings/display/panel/ilitek,ili9881c.yaml | 5 +++++
> 1 file changed, 5 insertions(+)
>
> diff --git a/Documentation/devicetree/bindings/display/panel/ilitek,ili9881c.yaml b/Documentation/devicetree/bindings/display/panel/ilitek,ili9881c.yaml
> index baf5dfe5f5ebdd92f460a78d0e56e1b45e7dd323..e36550616f6aac86c79832a48132ce8c11ebcf7a 100644
> --- a/Documentation/devicetree/bindings/display/panel/ilitek,ili9881c.yaml
> +++ b/Documentation/devicetree/bindings/display/panel/ilitek,ili9881c.yaml
> @@ -27,6 +27,11 @@ properties:
> reg:
> maxItems: 1
>
> + dsi-lanes:
> + description: Number of DSI lanes to be used must be <2>, <3> or <4>
> + $ref: /schemas/types.yaml#/definitions/uint32
> + enum: [2, 3, 4]
> +
We have the data-lanes property for that already
Maxime
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 228 bytes
Desc: not available
URL: <https://lists.freedesktop.org/archives/dri-devel/attachments/20250408/7a2dbda7/attachment.sig>
More information about the dri-devel
mailing list