Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

dt-bindings: i3c: cdns: add Axiado AX3000 I3C controller

Add binding for AX3000 I3C controller. So far, no changes known,
so it can fallback to default compatible.

Reviewed-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
Signed-off-by: Harshit Shah <hshah@axiado.com>
Signed-off-by: Arnd Bergmann <arnd@arndb.de>

authored by

Harshit Shah and committed by
Arnd Bergmann
678fefdf 7346be49

+6 -1
+6 -1
Documentation/devicetree/bindings/i3c/cdns,i3c-master.yaml
··· 14 14 15 15 properties: 16 16 compatible: 17 - const: cdns,i3c-master 17 + oneOf: 18 + - const: cdns,i3c-master 19 + - items: 20 + - enum: 21 + - axiado,ax3000-i3c 22 + - const: cdns,i3c-master 18 23 19 24 reg: 20 25 maxItems: 1