[PATCH] dt-bindings: i2c: cadence: Describe power-domains property

Michal Simek posted 1 patch 2 years, 6 months ago
Documentation/devicetree/bindings/i2c/cdns,i2c-r1p10.yaml | 3 +++
1 file changed, 3 insertions(+)
[PATCH] dt-bindings: i2c: cadence: Describe power-domains property
Posted by Michal Simek 2 years, 6 months ago
ZynqMP Cadence I2c IP core has own power domain that's why describe it as
optional property.

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

 Documentation/devicetree/bindings/i2c/cdns,i2c-r1p10.yaml | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/Documentation/devicetree/bindings/i2c/cdns,i2c-r1p10.yaml b/Documentation/devicetree/bindings/i2c/cdns,i2c-r1p10.yaml
index ff57c5416ebc..9f1d35ce1fe8 100644
--- a/Documentation/devicetree/bindings/i2c/cdns,i2c-r1p10.yaml
+++ b/Documentation/devicetree/bindings/i2c/cdns,i2c-r1p10.yaml
@@ -48,6 +48,9 @@ properties:
     default: 16
     enum: [2, 4, 8, 16, 32, 64, 128, 256]
 
+  power-domains:
+    maxItems: 1
+
 required:
   - compatible
   - reg
-- 
2.36.1
Re: [PATCH] dt-bindings: i2c: cadence: Describe power-domains property
Posted by Andi Shyti 2 years, 6 months ago
Hi

On Thu, 03 Aug 2023 09:23:31 +0200, Michal Simek wrote:
> ZynqMP Cadence I2c IP core has own power domain that's why describe it as
> optional property.
> 
> 

Applied to i2c/andi-for-next on

https://git.kernel.org/pub/scm/linux/kernel/git/andi.shyti/linux.git

Please note that this patch may still undergo further evaluation
and the final decision will be made in collaboration with
Wolfram.

Thank you,
Andi

Patches applied
===============
[1/1] dt-bindings: i2c: cadence: Describe power-domains property
      commit: 26a106e540b100a887209a3012b6ac2ec9a577f8
Re: [PATCH] dt-bindings: i2c: cadence: Describe power-domains property
Posted by Wolfram Sang 2 years, 5 months ago
On Sat, Aug 05, 2023 at 03:29:11AM +0200, Andi Shyti wrote:
> Hi
> 
> On Thu, 03 Aug 2023 09:23:31 +0200, Michal Simek wrote:
> > ZynqMP Cadence I2c IP core has own power domain that's why describe it as
> > optional property.
> > 
> > 
> 
> Applied to i2c/andi-for-next on

Applied to for-next (via Andi's branch), thanks!

Re: [PATCH] dt-bindings: i2c: cadence: Describe power-domains property
Posted by Conor Dooley 2 years, 6 months ago
Acked-by: Conor Dooley <conor.dooley@microchip.com>