On some SoCs the OLDI blocks belong to the same power-domain as the main DSS block, but on some more recent SoCs the OLDI blocks have a controllable power-domain.
Add the power-domain to the DT binding. Tested-by: Swamil Jain <[email protected]> Signed-off-by: Tomi Valkeinen <[email protected]> --- Documentation/devicetree/bindings/display/ti/ti,am625-oldi.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Documentation/devicetree/bindings/display/ti/ti,am625-oldi.yaml b/Documentation/devicetree/bindings/display/ti/ti,am625-oldi.yaml index 8203ec5e5bb3..5dbf1f76dd3f 100644 --- a/Documentation/devicetree/bindings/display/ti/ti,am625-oldi.yaml +++ b/Documentation/devicetree/bindings/display/ti/ti,am625-oldi.yaml @@ -29,6 +29,9 @@ properties: clock-names: const: serial + power-domains: + maxItems: 1 + ti,companion-oldi: $ref: /schemas/types.yaml#/definitions/phandle description: -- 2.43.0
