diff options
author | Kunihiko Hayashi <hayashi.kunihiko@socionext.com> | 2023-02-09 10:43:40 +0900 |
---|---|---|
committer | Wolfram Sang <wsa@kernel.org> | 2023-02-12 22:02:08 +0100 |
commit | 001e944fc16b1ba520e5ec74e3af4c16d3f6acc3 (patch) | |
tree | 3e3c0b23d3887565c3b2830a1d7eb74634834949 /Documentation/devicetree/bindings/i2c | |
parent | 6a185f55580ed0df9865cbae805d0989d8efc3ff (diff) |
dt-bindings: i2c: uniphier: Add resets property
UniPhier I2C controller allows reset control support.
Add resets property to the controller as optional.
Signed-off-by: Kunihiko Hayashi <hayashi.kunihiko@socionext.com>
Acked-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
Signed-off-by: Wolfram Sang <wsa@kernel.org>
Diffstat (limited to 'Documentation/devicetree/bindings/i2c')
-rw-r--r-- | Documentation/devicetree/bindings/i2c/socionext,uniphier-fi2c.yaml | 3 | ||||
-rw-r--r-- | Documentation/devicetree/bindings/i2c/socionext,uniphier-i2c.yaml | 3 |
2 files changed, 6 insertions, 0 deletions
diff --git a/Documentation/devicetree/bindings/i2c/socionext,uniphier-fi2c.yaml b/Documentation/devicetree/bindings/i2c/socionext,uniphier-fi2c.yaml index c76131902b77..4bbe9e775da1 100644 --- a/Documentation/devicetree/bindings/i2c/socionext,uniphier-fi2c.yaml +++ b/Documentation/devicetree/bindings/i2c/socionext,uniphier-fi2c.yaml @@ -29,6 +29,9 @@ properties: minimum: 100000 maximum: 400000 + resets: + maxItems: 1 + required: - compatible - reg diff --git a/Documentation/devicetree/bindings/i2c/socionext,uniphier-i2c.yaml b/Documentation/devicetree/bindings/i2c/socionext,uniphier-i2c.yaml index ddde08636ab0..5abf496edb59 100644 --- a/Documentation/devicetree/bindings/i2c/socionext,uniphier-i2c.yaml +++ b/Documentation/devicetree/bindings/i2c/socionext,uniphier-i2c.yaml @@ -29,6 +29,9 @@ properties: minimum: 100000 maximum: 400000 + resets: + maxItems: 1 + required: - compatible - reg |