Commit 9e41b5e9 authored by Maxime Ripard's avatar Maxime Ripard

ARM: dts: sun8i: a23/a33: 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 090e563c
......@@ -84,7 +84,7 @@ rtl8723bs: sdio_wifi@1 {
};
&r_pio {
led_pin_d978: led_pin_d978@0 {
led_pin_d978: led-pin {
pins = "PL5";
function = "gpio_out";
drive-strength = <20>;
......
......@@ -83,7 +83,7 @@ sdio_wifi: sdio_wifi@1 {
};
&r_pio {
wifi_pwrseq_pin_q8: wifi_pwrseq_pin@0 {
wifi_pwrseq_pin_q8: wifi-pwrseq-pins {
pins = "PL6", "PL7", "PL11";
function = "gpio_in";
bias-pull-up;
......
......@@ -163,7 +163,7 @@ &ohci0 {
};
&pio {
usb0_id_det: usb0_id_detect_pin@0 {
usb0_id_det: usb0-id-detect-pin {
pins = "PD10";
function = "gpio_in";
bias-pull-up;
......
......@@ -94,7 +94,7 @@ &mmc0 {
};
&pio {
usb0_id_detect_pin: usb0_id_detect_pin@0 {
usb0_id_detect_pin: usb0-id-detect-pin {
pins = "PH8";
function = "gpio_in";
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