[PATCH] dt-bindings: i3c: dw: Add power-domains

Michal Simek posted 1 patch 11 months, 2 weeks ago
Documentation/devicetree/bindings/i3c/snps,dw-i3c-master.yaml | 3 +++
1 file changed, 3 insertions(+)
[PATCH] dt-bindings: i3c: dw: Add power-domains
Posted by Michal Simek 11 months, 2 weeks ago
Describe optional power-domains property.

Signed-off-by: Michal Simek <michal.simek@amd.com>
---

 Documentation/devicetree/bindings/i3c/snps,dw-i3c-master.yaml | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/Documentation/devicetree/bindings/i3c/snps,dw-i3c-master.yaml b/Documentation/devicetree/bindings/i3c/snps,dw-i3c-master.yaml
index 4fc13e3c0f75..5f6467375811 100644
--- a/Documentation/devicetree/bindings/i3c/snps,dw-i3c-master.yaml
+++ b/Documentation/devicetree/bindings/i3c/snps,dw-i3c-master.yaml
@@ -34,6 +34,9 @@ properties:
   interrupts:
     maxItems: 1
 
+  power-domains:
+    maxItems: 1
+
 required:
   - compatible
   - reg
-- 
2.43.0
Re: [PATCH] dt-bindings: i3c: dw: Add power-domains
Posted by Alexandre Belloni 11 months, 1 week ago
On Tue, 25 Feb 2025 14:37:48 +0100, Michal Simek wrote:
> Describe optional power-domains property.
> 
> 

Applied, thanks!

[1/1] dt-bindings: i3c: dw: Add power-domains
      https://git.kernel.org/abelloni/c/59f994e6e332

Best regards,

-- 
Alexandre Belloni, co-owner and COO, Bootlin
Embedded Linux and Kernel engineering
https://bootlin.com
Re: [PATCH] dt-bindings: i3c: dw: Add power-domains
Posted by Rob Herring (Arm) 11 months, 2 weeks ago
On Tue, 25 Feb 2025 14:37:48 +0100, Michal Simek wrote:
> Describe optional power-domains property.
> 
> Signed-off-by: Michal Simek <michal.simek@amd.com>
> ---
> 
>  Documentation/devicetree/bindings/i3c/snps,dw-i3c-master.yaml | 3 +++
>  1 file changed, 3 insertions(+)
> 

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