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: Maxime Ripard <maxime.ripard@bootlin.com>
Acked-by: Chen-Yu Tsai <wens@csie.org>
This commit is contained in:
Maxime Ripard 2018-11-20 21:42:36 +01:00
parent 090e563c91
commit 9e41b5e966
No known key found for this signature in database
GPG Key ID: E3EF0D6F671851C5
4 changed files with 4 additions and 4 deletions

View File

@ -84,7 +84,7 @@
};
&r_pio {
led_pin_d978: led_pin_d978@0 {
led_pin_d978: led-pin {
pins = "PL5";
function = "gpio_out";
drive-strength = <20>;

View File

@ -83,7 +83,7 @@
};
&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;

View File

@ -163,7 +163,7 @@
};
&pio {
usb0_id_det: usb0_id_detect_pin@0 {
usb0_id_det: usb0-id-detect-pin {
pins = "PD10";
function = "gpio_in";
bias-pull-up;

View File

@ -94,7 +94,7 @@
};
&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;