[PATCH] dt-bindings: soc: samsung: exynos-sysreg: add power-domains

André Draszik posted 1 patch 4 months ago
There is a newer version of this series
.../devicetree/bindings/soc/samsung/samsung,exynos-sysreg.yaml         | 3 +++
1 file changed, 3 insertions(+)
[PATCH] dt-bindings: soc: samsung: exynos-sysreg: add power-domains
Posted by André Draszik 4 months ago
Sysreg can be part of a power domain, so we need to allow the relevant
property 'power-domains'.

Signed-off-by: André Draszik <andre.draszik@linaro.org>
---
 .../devicetree/bindings/soc/samsung/samsung,exynos-sysreg.yaml         | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/Documentation/devicetree/bindings/soc/samsung/samsung,exynos-sysreg.yaml b/Documentation/devicetree/bindings/soc/samsung/samsung,exynos-sysreg.yaml
index d8b302f975474a87e4886006cf0b21cf758e4479..c27d9f33d5a0501018aa3a52962a59257b723fa7 100644
--- a/Documentation/devicetree/bindings/soc/samsung/samsung,exynos-sysreg.yaml
+++ b/Documentation/devicetree/bindings/soc/samsung/samsung,exynos-sysreg.yaml
@@ -73,6 +73,9 @@ properties:
   clocks:
     maxItems: 1
 
+  power-domains:
+    maxItems: 1
+
 required:
   - compatible
   - reg

---
base-commit: 3b9b1f8df454caa453c7fb07689064edb2eda90a
change-id: 20251007-power-domains-dt-bindings-soc-samsung-exynos-sysreg-5dd349912b0c

Best regards,
-- 
André Draszik <andre.draszik@linaro.org>

Re: [PATCH] dt-bindings: soc: samsung: exynos-sysreg: add power-domains
Posted by Krzysztof Kozlowski 4 months ago
On 08/10/2025 23:17, André Draszik wrote:
> Sysreg can be part of a power domain, so we need to allow the relevant
> property 'power-domains'.
> 
> Signed-off-by: André Draszik <andre.draszik@linaro.org>
> ---
>  .../devicetree/bindings/soc/samsung/samsung,exynos-sysreg.yaml         | 3 +++

It is not part of power domain for any existing SoCs, at least nothing
indicates that so this should be restricted as in example-schema to GS
sysregs only.

Best regards,
Krzysztof
Re: [PATCH] dt-bindings: soc: samsung: exynos-sysreg: add power-domains
Posted by André Draszik 4 months ago
On Thu, 2025-10-09 at 08:42 +0900, Krzysztof Kozlowski wrote:
> On 08/10/2025 23:17, André Draszik wrote:
> > Sysreg can be part of a power domain, so we need to allow the relevant
> > property 'power-domains'.
> > 
> > Signed-off-by: André Draszik <andre.draszik@linaro.org>
> > ---
> >  .../devicetree/bindings/soc/samsung/samsung,exynos-sysreg.yaml         | 3 +++
> 
> It is not part of power domain for any existing SoCs, at least nothing
> indicates that so this should be restricted as in example-schema to GS
> sysregs only.

Thanks Krzysztof, will do.

Cheers,
Andre'