mirror of
https://github.com/torvalds/linux.git
synced 2026-09-22 20:54:03 +02:00
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
This commit is contained in:
parent
5272a6ab6b
commit
edf133cdee
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user