[PATCH 04/12] dt-bindings: display: st,stm32mp25-lvds: add power-domains property

Raphael Gallais-Pou posted 12 patches 2 months, 1 week ago
There is a newer version of this series
[PATCH 04/12] dt-bindings: display: st,stm32mp25-lvds: add power-domains property
Posted by Raphael Gallais-Pou 2 months, 1 week ago
STM32 LVDS peripheral may be in a power domain.  Allow an optional
single 'power-domains' entry for STM32 LVDS devices.

Signed-off-by: Raphael Gallais-Pou <raphael.gallais-pou@foss.st.com>
---
 Documentation/devicetree/bindings/display/st,stm32mp25-lvds.yaml | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/Documentation/devicetree/bindings/display/st,stm32mp25-lvds.yaml b/Documentation/devicetree/bindings/display/st,stm32mp25-lvds.yaml
index e046c0a4fdb7f13ca5a31b14ae0ab19f2bc486fa..0bd8e9bcd92672a996ae2f6ae17fa6179ffca615 100644
--- a/Documentation/devicetree/bindings/display/st,stm32mp25-lvds.yaml
+++ b/Documentation/devicetree/bindings/display/st,stm32mp25-lvds.yaml
@@ -57,6 +57,9 @@ properties:
   access-controllers:
     maxItems: 1
 
+  power-domains:
+    maxItems: 1
+
   ports:
     $ref: /schemas/graph.yaml#/properties/ports
 

-- 
2.25.1
Re: [PATCH 04/12] dt-bindings: display: st,stm32mp25-lvds: add power-domains property
Posted by Rob Herring (Arm) 2 months, 1 week ago
On Fri, 25 Jul 2025 12:03:56 +0200, Raphael Gallais-Pou wrote:
> STM32 LVDS peripheral may be in a power domain.  Allow an optional
> single 'power-domains' entry for STM32 LVDS devices.
> 
> Signed-off-by: Raphael Gallais-Pou <raphael.gallais-pou@foss.st.com>
> ---
>  Documentation/devicetree/bindings/display/st,stm32mp25-lvds.yaml | 3 +++
>  1 file changed, 3 insertions(+)
> 

Acked-by: Rob Herring (Arm) <robh@kernel.org>