diff options
author | Andre Przywara <andre.przywara@arm.com> | 2024-11-11 01:30:24 +0000 |
---|---|---|
committer | Wolfram Sang <wsa+renesas@sang-engineering.com> | 2024-11-24 16:03:50 +0100 |
commit | efdc7828b7cc8cb8a1c2a83ff6f7741ca055b1b1 (patch) | |
tree | 1868596c71a97106fad66712a5ce4d44fe914029 /Documentation | |
parent | 7c3a833a1da6ab1e29fcb4740edf770aea816c6f (diff) | |
download | linux-efdc7828b7cc8cb8a1c2a83ff6f7741ca055b1b1.tar.gz linux-efdc7828b7cc8cb8a1c2a83ff6f7741ca055b1b1.tar.bz2 linux-efdc7828b7cc8cb8a1c2a83ff6f7741ca055b1b1.zip |
dt-bindings: i2c: mv64xxx: Add Allwinner A523 compatible string
The I2C controller IP used in the Allwinner A523/T527 SoCs is
compatible with the ones used in the other recent Allwinner SoCs.
Add the A523 specific compatible string to the list of existing names
falling back to the allwinner,sun8i-v536-i2c string.
Signed-off-by: Andre Przywara <andre.przywara@arm.com>
Acked-by: Conor Dooley <conor.dooley@microchip.com>
Signed-off-by: Andi Shyti <andi.shyti@kernel.org>
Signed-off-by: Wolfram Sang <wsa+renesas@sang-engineering.com>
Diffstat (limited to 'Documentation')
-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 984fc1ed3ec6..c4efcef59133 100644 --- a/Documentation/devicetree/bindings/i2c/marvell,mv64xxx-i2c.yaml +++ b/Documentation/devicetree/bindings/i2c/marvell,mv64xxx-i2c.yaml @@ -33,6 +33,7 @@ properties: - allwinner,sun50i-a100-i2c - allwinner,sun50i-h616-i2c - allwinner,sun50i-r329-i2c + - allwinner,sun55i-a523-i2c - const: allwinner,sun8i-v536-i2c - const: allwinner,sun6i-a31-i2c - const: marvell,mv64xxx-i2c |