diff options
author | Wolfram Sang <wsa+renesas@sang-engineering.com> | 2025-05-17 11:20:49 +0200 |
---|---|---|
committer | Wolfram Sang <wsa+renesas@sang-engineering.com> | 2025-05-17 16:33:39 +0200 |
commit | e885ee67a619edb597a7704607541fda52acee4e (patch) | |
tree | 890815f9b6c995799e74f49f3a1e757b6d1468f8 | |
parent | 0229eac967fecd64928925aac34e595f01ffdc25 (diff) | |
download | linux-i2c/gpio-bindings.tar.gz |
riscv: dts: allwinner: use proper node names for GPIO based I2C bussesi2c/gpio-bindings
There shall not be a '-' before the number.
Signed-off-by: Wolfram Sang <wsa+renesas@sang-engineering.com>
-rw-r--r-- | arch/riscv/boot/dts/allwinner/sun20i-d1-devterm-v3.14.dts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/riscv/boot/dts/allwinner/sun20i-d1-devterm-v3.14.dts b/arch/riscv/boot/dts/allwinner/sun20i-d1-devterm-v3.14.dts index bc5c84f227622e..6d84efaf4b8438 100644 --- a/arch/riscv/boot/dts/allwinner/sun20i-d1-devterm-v3.14.dts +++ b/arch/riscv/boot/dts/allwinner/sun20i-d1-devterm-v3.14.dts @@ -17,7 +17,7 @@ #cooling-cells = <2>; }; - i2c-gpio-0 { + i2c-gpio0 { compatible = "i2c-gpio"; sda-gpios = <&pio 3 14 (GPIO_ACTIVE_HIGH|GPIO_OPEN_DRAIN)>; /* PD14/GPIO44 */ scl-gpios = <&pio 3 15 (GPIO_ACTIVE_HIGH|GPIO_OPEN_DRAIN)>; /* PD15/GPIO45 */ |