diff options
author | Yangtao Li <frank@allwinnertech.com> | 2020-07-14 10:18:39 +0300 |
---|---|---|
committer | Wolfram Sang <wsa@kernel.org> | 2020-07-22 13:55:14 +0300 |
commit | 3f11011573f9bab446b635763c5b6eb92ffdc1e2 (patch) | |
tree | 0fc366d631157047a6906cb213c85b4065fa7349 /Documentation/devicetree/bindings/i2c/marvell,mv64xxx-i2c.yaml | |
parent | f3e2bd713730e6d69e8e021d3ff574f01c39e7e3 (diff) | |
download | linux-3f11011573f9bab446b635763c5b6eb92ffdc1e2.tar.xz |
dt-bindings: i2c: mv64xxx: Add compatible for the A100 i2c node.
Allwinner A100 have a mv64xxx i2c interface available to be used.
Signed-off-by: Yangtao Li <frank@allwinnertech.com>
Reviewed-by: Rob Herring <robh@kernel.org>
Signed-off-by: Wolfram Sang <wsa@kernel.org>
Diffstat (limited to 'Documentation/devicetree/bindings/i2c/marvell,mv64xxx-i2c.yaml')
-rw-r--r-- | Documentation/devicetree/bindings/i2c/marvell,mv64xxx-i2c.yaml | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/Documentation/devicetree/bindings/i2c/marvell,mv64xxx-i2c.yaml b/Documentation/devicetree/bindings/i2c/marvell,mv64xxx-i2c.yaml index 2ceb05ba2df5..5b5ae402f97a 100644 --- a/Documentation/devicetree/bindings/i2c/marvell,mv64xxx-i2c.yaml +++ b/Documentation/devicetree/bindings/i2c/marvell,mv64xxx-i2c.yaml @@ -27,6 +27,9 @@ properties: - const: allwinner,sun50i-a64-i2c - const: allwinner,sun6i-a31-i2c - items: + - const: allwinner,sun50i-a100-i2c + - const: allwinner,sun6i-a31-i2c + - items: - const: allwinner,sun50i-h6-i2c - const: allwinner,sun6i-a31-i2c |