summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSwark Yang <syang@axiado.com>2026-07-16 20:51:10 -0700
committerAndi Shyti <andi.shyti@kernel.org>2026-07-28 17:07:25 +0200
commitedf133cdeeb3cf8deb8166c07592061c6aedd385 (patch)
tree459bea5093221dcc0391a4f5fd7656cb5d4e1b76
parent5272a6ab6bea418d90150aea30ac386a538cfff8 (diff)
downloadlinux-next-edf133cdeeb3cf8deb8166c07592061c6aedd385.tar.gz
linux-next-edf133cdeeb3cf8deb8166c07592061c6aedd385.zip
dt-bindings: i2c: cdns: add Axiado AX3005 I2C variant
Add binding for Axiado AX3005 I2C controller. So far, no changes are known, so it can fall back to the cdns,i2c-r1p14 compatible. Signed-off-by: Swark Yang <syang@axiado.com> Reviewed-by: Krzysztof Kozlowski <krzysztof.kozlowski@oss.qualcomm.com> Signed-off-by: Andi Shyti <andi.shyti@kernel.org> Link: https://lore.kernel.org/r/20260716-upstream-axiado-ax3005-upstream-v3-3-c429095143ec@axiado.com
-rw-r--r--Documentation/devicetree/bindings/i2c/cdns,i2c-r1p10.yaml10
1 files changed, 7 insertions, 3 deletions
diff --git a/Documentation/devicetree/bindings/i2c/cdns,i2c-r1p10.yaml b/Documentation/devicetree/bindings/i2c/cdns,i2c-r1p10.yaml
index 9f1d35ce1fe8..4dc69d54f75d 100644
--- a/Documentation/devicetree/bindings/i2c/cdns,i2c-r1p10.yaml
+++ b/Documentation/devicetree/bindings/i2c/cdns,i2c-r1p10.yaml
@@ -14,9 +14,13 @@ allOf:
properties:
compatible:
- enum:
- - cdns,i2c-r1p10 # cadence i2c controller version 1.0
- - cdns,i2c-r1p14 # cadence i2c controller version 1.4
+ oneOf:
+ - enum:
+ - cdns,i2c-r1p10 # cadence i2c controller version 1.0
+ - cdns,i2c-r1p14 # cadence i2c controller version 1.4
+ - items:
+ - const: axiado,ax3005-i2c
+ - const: cdns,i2c-r1p14
reg:
maxItems: 1