[7/7] riscv: dts: allwinner: use proper node names for GPIO based I2C busses
Commit Message
There shall not be a '-' before the number.
Signed-off-by: Wolfram Sang <wsa+renesas@sang-engineering.com>
---
arch/riscv/boot/dts/allwinner/sun20i-d1-devterm-v3.14.dts | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
@@ -17,7 +17,7 @@ fan {
#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 */