mirror of
https://mirrors.bfsu.edu.cn/git/linux.git
synced 2024-11-20 10:44:23 +08:00
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:
parent
090e563c91
commit
9e41b5e966
@ -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>;
|
||||
|
@ -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;
|
||||
|
@ -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;
|
||||
|
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user