diff options
author | Linus Walleij <linus.walleij@linaro.org> | 2022-07-02 00:53:03 +0200 |
---|---|---|
committer | Wolfram Sang <wsa@kernel.org> | 2022-07-06 15:59:05 +0200 |
commit | faa60f188cc3fc9d2900196b0ae96c4781225036 (patch) | |
tree | 28087612967a0c81d559e3cf5ca0048f23d13ff8 /Documentation/devicetree/bindings/i2c/st,nomadik-i2c.yaml | |
parent | d4ae0222f6bb749cd5badb89e20d25e7da15b1b7 (diff) |
dt-bindings: i2c: nomadik: Add power domain to binding
The power domain is used in the example and in the device trees
for this IP block. Add it.
Reported-by: Rob Herring <robh@kernel.org>
Signed-off-by: Linus Walleij <linus.walleij@linaro.org>
Acked-by: Rob Herring <robh@kernel.org>
Signed-off-by: Wolfram Sang <wsa@kernel.org>
Diffstat (limited to 'Documentation/devicetree/bindings/i2c/st,nomadik-i2c.yaml')
-rw-r--r-- | Documentation/devicetree/bindings/i2c/st,nomadik-i2c.yaml | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/Documentation/devicetree/bindings/i2c/st,nomadik-i2c.yaml b/Documentation/devicetree/bindings/i2c/st,nomadik-i2c.yaml index 41623bd0306c..42c5974ec7b0 100644 --- a/Documentation/devicetree/bindings/i2c/st,nomadik-i2c.yaml +++ b/Documentation/devicetree/bindings/i2c/st,nomadik-i2c.yaml @@ -60,6 +60,9 @@ properties: - const: i2cclk - const: apb_pclk + power-domains: + maxItems: 1 + resets: maxItems: 1 |