Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Unverified Commit 0356f1ae authored by Maxime Ripard's avatar Maxime Ripard
Browse files

ARM: dts: sun7i: 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 89dddc2c
Loading
Loading
Loading
Loading
+1 −1
Original line number Original line Diff line number Diff line
@@ -248,7 +248,7 @@
		"IO-6", "IO-3", "IO-2", "IO-0", "", "", "", "",
		"IO-6", "IO-3", "IO-2", "IO-0", "", "", "", "",
		"", "", "", "", "", "", "", "";
		"", "", "", "", "", "", "", "";


	usb0_id_detect_pin: usb0_id_detect_pin@0 {
	usb0_id_detect_pin: usb0-id-detect-pin {
		pins = "PH4";
		pins = "PH4";
		function = "gpio_in";
		function = "gpio_in";
		bias-pull-up;
		bias-pull-up;
+1 −1
Original line number Original line Diff line number Diff line
@@ -180,7 +180,7 @@
};
};


&pio {
&pio {
	usb0_id_detect_pin: usb0_id_detect_pin@0 {
	usb0_id_detect_pin: usb0-id-detect-pin {
		pins = "PH4";
		pins = "PH4";
		function = "gpio_in";
		function = "gpio_in";
		bias-pull-up;
		bias-pull-up;
+1 −1
Original line number Original line Diff line number Diff line
@@ -129,7 +129,7 @@
};
};


&pio {
&pio {
	led_pins_itead_core: led_pins@0 {
	led_pins_itead_core: led-pins {
		pins = "PH20","PH21";
		pins = "PH20","PH21";
		function = "gpio_out";
		function = "gpio_out";
		drive-strength = <20>;
		drive-strength = <20>;
+1 −1
Original line number Original line Diff line number Diff line
@@ -236,7 +236,7 @@
};
};


&pio {
&pio {
	usb0_id_detect_pin: usb0_id_detect_pin@0 {
	usb0_id_detect_pin: usb0-id-detect-pin {
		pins = "PH4";
		pins = "PH4";
		function = "gpio_in";
		function = "gpio_in";
		bias-pull-up;
		bias-pull-up;
+1 −1
Original line number Original line Diff line number Diff line
@@ -239,7 +239,7 @@
};
};


&pio {
&pio {
	led_pins_olimex_som_evb: led_pins@0 {
	led_pins_olimex_som_evb: led-pins {
		pins = "PH2";
		pins = "PH2";
		function = "gpio_out";
		function = "gpio_out";
		drive-strength = <20>;
		drive-strength = <20>;
Loading