Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

dt-bindings: display: bridge: cdns,dsi: Add compatible for dsi on j721e

Add compatible to support dsi bridge on j721e

Signed-off-by: Rahul T R <r-ravikumar@ti.com>
Reviewed-by: Rob Herring <robh@kernel.org>
Reviewed-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com>
Reviewed-by: Andrzej Hajda <andrzej.hajda@intel.com>
Signed-off-by: Tomi Valkeinen <tomi.valkeinen@ideasonboard.com>
Link: https://patchwork.freedesktop.org/patch/msgid/20230103101951.10963-3-r-ravikumar@ti.com

authored by

Rahul T R and committed by
Tomi Valkeinen
6f209ca0 59b2deae

+24 -1
+24 -1
Documentation/devicetree/bindings/display/bridge/cdns,dsi.yaml
··· 16 16 compatible: 17 17 enum: 18 18 - cdns,dsi 19 + - ti,j721e-dsi 19 20 20 21 reg: 21 - maxItems: 1 22 + minItems: 1 23 + items: 24 + - description: 25 + Register block for controller's registers. 26 + - description: 27 + Register block for wrapper settings registers in case of TI J7 SoCs. 22 28 23 29 clocks: 24 30 items: ··· 72 66 73 67 allOf: 74 68 - $ref: ../dsi-controller.yaml# 69 + 70 + - if: 71 + properties: 72 + compatible: 73 + contains: 74 + const: ti,j721e-dsi 75 + then: 76 + properties: 77 + reg: 78 + minItems: 2 79 + maxItems: 2 80 + power-domains: 81 + maxItems: 1 82 + else: 83 + properties: 84 + reg: 85 + maxItems: 1 75 86 76 87 required: 77 88 - compatible