diff options
author | Andre Przywara <andre.przywara@arm.com> | 2022-11-01 17:16:52 +0300 |
---|---|---|
committer | Wolfram Sang <wsa@kernel.org> | 2022-11-02 23:19:01 +0300 |
commit | a072f249b1b3a457196c83df622e3aa376b1f8df (patch) | |
tree | 0c8d98231dc436a1e71e367e21be674d5b7cd7d1 /Documentation/devicetree/bindings/i2c/marvell,mv64xxx-i2c.yaml | |
parent | 3ca8217dc450f7a50f90d2ad97787e38088af8e4 (diff) | |
download | linux-a072f249b1b3a457196c83df622e3aa376b1f8df.tar.xz |
dt-bindings: i2c: mv64xxx: Add F1C100s compatible string
The I2C controller IP used in the Allwinner F1C100s series of SoCs is
compatible with the ones used in the other Allwinner SoCs.
Add an F1C100s specific compatible string to the list of existing names.
Signed-off-by: Andre Przywara <andre.przywara@arm.com>
Acked-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 | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Documentation/devicetree/bindings/i2c/marvell,mv64xxx-i2c.yaml b/Documentation/devicetree/bindings/i2c/marvell,mv64xxx-i2c.yaml index 93c164aa00da..984fc1ed3ec6 100644 --- a/Documentation/devicetree/bindings/i2c/marvell,mv64xxx-i2c.yaml +++ b/Documentation/devicetree/bindings/i2c/marvell,mv64xxx-i2c.yaml @@ -19,6 +19,7 @@ properties: - const: allwinner,sun6i-a31-i2c - items: - enum: + - allwinner,suniv-f1c100s-i2c - allwinner,sun8i-a23-i2c - allwinner,sun8i-a83t-i2c - allwinner,sun8i-v536-i2c |