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

Configure Feed

Select the types of activity you want to include in your feed.

dt-bindings: i2c: amlogic: Add compatible for T7 SOC

Add the T7 SOC compatible which fallback to AXG compatible.

Acked-by: Rob Herring (Arm) <robh@kernel.org>
Signed-off-by: Ronald Claveau <linux-kernel-dev@aliel.fr>
Signed-off-by: Wolfram Sang <wsa+renesas@sang-engineering.com>

authored by

Ronald Claveau and committed by
Wolfram Sang
9a937ca2 8bc6b14a

+9 -4
+9 -4
Documentation/devicetree/bindings/i2c/amlogic,meson6-i2c.yaml
··· 16 16 17 17 properties: 18 18 compatible: 19 - enum: 20 - - amlogic,meson6-i2c # Meson6, Meson8 and compatible SoCs 21 - - amlogic,meson-gxbb-i2c # GXBB and compatible SoCs 22 - - amlogic,meson-axg-i2c # AXG and compatible SoCs 19 + oneOf: 20 + - items: 21 + - enum: 22 + - amlogic,t7-i2c 23 + - const: amlogic,meson-axg-i2c 24 + - enum: 25 + - amlogic,meson6-i2c # Meson6, Meson8 and compatible SoCs 26 + - amlogic,meson-gxbb-i2c # GXBB and compatible SoCs 27 + - amlogic,meson-axg-i2c # AXG and compatible SoCs 23 28 24 29 reg: 25 30 maxItems: 1