[PATCH] dt-bindings: i2c: mv64xxx: Add Allwinner A733 compatible string
From: Jerome Brunet
Date: Tue Jul 07 2026 - 09:42:41 EST
The I2C controller IP used in the Allwinner A733 SoC is
compatible with the ones used in the other recent Allwinner SoCs.
Add the A733 specific compatible string to the list of existing names
falling back to the allwinner,sun8i-v536-i2c string.
Signed-off-by: Jerome Brunet <jbrunet@xxxxxxxxxxxx>
---
This was tested on the Raxda A7A while enabling the AXP318 PMIC on S-TWI0
---
Documentation/devicetree/bindings/i2c/marvell,mv64xxx-i2c.yaml | 1 +
1 file changed, 1 insertion(+)
diff --git a/Documentation/devicetree/bindings/i2c/marvell,mv64xxx-i2c.yaml b/Documentation/devicetree/bindings/i2c/marvell,mv64xxx-i2c.yaml
index c4efcef59133..2a9e723a724f 100644
--- a/Documentation/devicetree/bindings/i2c/marvell,mv64xxx-i2c.yaml
+++ b/Documentation/devicetree/bindings/i2c/marvell,mv64xxx-i2c.yaml
@@ -34,6 +34,7 @@ properties:
- allwinner,sun50i-h616-i2c
- allwinner,sun50i-r329-i2c
- allwinner,sun55i-a523-i2c
+ - allwinner,sun60i-a733-i2c
- const: allwinner,sun8i-v536-i2c
- const: allwinner,sun6i-a31-i2c
- const: marvell,mv64xxx-i2c
---
base-commit: dc59e4fea9d83f03bad6bddf3fa2e52491777482
change-id: 20260707-allwinner-a733-i2c-compatible-694ca8280c31
Best regards,
--
Jerome