]> Git Repo - J-linux.git/commitdiff
dt-bindings: i2c: amlogic,meson6-i2c: add optional power-domains
authorGeorge Stark <[email protected]>
Wed, 10 Jul 2024 22:32:12 +0000 (01:32 +0300)
committerAndi Shyti <[email protected]>
Thu, 11 Jul 2024 23:57:57 +0000 (01:57 +0200)
On newer SoCs, the I2C hardware can require a power domain to operate.
Since the same compatible is used for older and newer SoCs make
power-domains property optional.

Signed-off-by: George Stark <[email protected]>
Reviewed-by: Neil Armstrong <[email protected]>
Reviewed-by: Rob Herring (Arm) <[email protected]>
Signed-off-by: Andi Shyti <[email protected]>
Documentation/devicetree/bindings/i2c/amlogic,meson6-i2c.yaml

index 26bed558c6b8779721851540426a62f7f8bba2c4..c4cc8af18280785230021ebdb745c42e754abff0 100644 (file)
@@ -30,6 +30,9 @@ properties:
   clocks:
     minItems: 1
 
+  power-domains:
+    maxItems: 1
+
 required:
   - compatible
   - reg
This page took 0.054825 seconds and 4 git commands to generate.