Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

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>

+4 -4
+1 -1
arch/arm/boot/dts/sun8i-a33-inet-d978-rev2.dts
··· 84 84 }; 85 85 86 86 &r_pio { 87 - led_pin_d978: led_pin_d978@0 { 87 + led_pin_d978: led-pin { 88 88 pins = "PL5"; 89 89 function = "gpio_out"; 90 90 drive-strength = <20>;
+1 -1
arch/arm/boot/dts/sun8i-q8-common.dtsi
··· 83 83 }; 84 84 85 85 &r_pio { 86 - wifi_pwrseq_pin_q8: wifi_pwrseq_pin@0 { 86 + wifi_pwrseq_pin_q8: wifi-pwrseq-pins { 87 87 pins = "PL6", "PL7", "PL11"; 88 88 function = "gpio_in"; 89 89 bias-pull-up;
+1 -1
arch/arm/boot/dts/sun8i-r16-parrot.dts
··· 163 163 }; 164 164 165 165 &pio { 166 - usb0_id_det: usb0_id_detect_pin@0 { 166 + usb0_id_det: usb0-id-detect-pin { 167 167 pins = "PD10"; 168 168 function = "gpio_in"; 169 169 bias-pull-up;
+1 -1
arch/arm/boot/dts/sun8i-reference-design-tablet.dtsi
··· 94 94 }; 95 95 96 96 &pio { 97 - usb0_id_detect_pin: usb0_id_detect_pin@0 { 97 + usb0_id_detect_pin: usb0-id-detect-pin { 98 98 pins = "PH8"; 99 99 function = "gpio_in"; 100 100 bias-pull-up;