Commit e3797192 authored by Maxime Ripard's avatar Maxime Ripard

ARM: dts: sun6i: Remove underscores from nodes names

Some GPIO pinctrl nodes cannot be easily removed, because they would also
change the pin configuration, for example to add a pull resistor or change
the current delivered by the pin.

Those nodes still have underscores and unit-addresses in their node names
in our DTs, so adjust their name to remove the warnings. Use that occasion
to also fix some poorly chosen node-names.
Signed-off-by: default avatarMaxime Ripard <maxime.ripard@bootlin.com>
Acked-by: default avatarChen-Yu Tsai <wens@csie.org>
parent 9b60a3bf
...@@ -122,7 +122,7 @@ &mmc0 { ...@@ -122,7 +122,7 @@ &mmc0 {
}; };
&pio { &pio {
i2c_lcd_pins: i2c_lcd_pin@0 { i2c_lcd_pins: i2c-lcd-pins {
pins = "PA23", "PA24"; pins = "PA23", "PA24";
function = "gpio_out"; function = "gpio_out";
bias-pull-up; bias-pull-up;
......
...@@ -154,7 +154,7 @@ &mmc0 { ...@@ -154,7 +154,7 @@ &mmc0 {
}; };
&pio { &pio {
mma8452_int_primo81: mma8452_int_pin@0 { mma8452_int_primo81: mma8452-int-pin {
pins = "PA9"; pins = "PA9";
function = "gpio_in"; function = "gpio_in";
bias-pull-up; bias-pull-up;
......
...@@ -74,7 +74,7 @@ &mmc0 { ...@@ -74,7 +74,7 @@ &mmc0 {
}; };
&pio { &pio {
usb0_id_detect_pin: usb0_id_detect_pin@0 { usb0_id_detect_pin: usb0-id-detect-pin {
pins = "PA15"; pins = "PA15";
function = "gpio_in"; function = "gpio_in";
bias-pull-up; bias-pull-up;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment