diff options
author | 2024-07-11 01:32:12 +0300 | |
---|---|---|
committer | 2024-07-12 01:57:57 +0200 | |
commit | ab1c7ea48f6e225aa40eff3be45a47c7d93cb3b8 (patch) | |
tree | 87775938acad4c5d9da8ee6f94c557c587246afe | |
parent | dt-bindings: i2c: at91: Add sama7d65 compatible string (diff) | |
download | wireguard-linux-ab1c7ea48f6e225aa40eff3be45a47c7d93cb3b8.tar.xz wireguard-linux-ab1c7ea48f6e225aa40eff3be45a47c7d93cb3b8.zip |
dt-bindings: i2c: amlogic,meson6-i2c: add optional power-domains
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 <gnstark@salutedevices.com>
Reviewed-by: Neil Armstrong <neil.armstrong@linaro.org>
Reviewed-by: Rob Herring (Arm) <robh@kernel.org>
Signed-off-by: Andi Shyti <andi.shyti@kernel.org>
-rw-r--r-- | Documentation/devicetree/bindings/i2c/amlogic,meson6-i2c.yaml | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/Documentation/devicetree/bindings/i2c/amlogic,meson6-i2c.yaml b/Documentation/devicetree/bindings/i2c/amlogic,meson6-i2c.yaml index 26bed558c6b8..c4cc8af18280 100644 --- a/Documentation/devicetree/bindings/i2c/amlogic,meson6-i2c.yaml +++ b/Documentation/devicetree/bindings/i2c/amlogic,meson6-i2c.yaml @@ -30,6 +30,9 @@ properties: clocks: minItems: 1 + power-domains: + maxItems: 1 + required: - compatible - reg |