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

Commit 62628be2 authored by Chen-Yu Tsai's avatar Chen-Yu Tsai Committed by Maxime Ripard
Browse files

ARM: sun8i: a83t: Replace underscores with hyphens in pinmux node names



We should use hyphens and not underscores in device node names.

Replace the ones that were just added.

Signed-off-by: default avatarChen-Yu Tsai <wens@csie.org>
Signed-off-by: default avatarMaxime Ripard <maxime.ripard@free-electrons.com>
parent e407e25d
Loading
Loading
Loading
Loading
+3 −3
Original line number Original line Diff line number Diff line
@@ -174,7 +174,7 @@
			#interrupt-cells = <3>;
			#interrupt-cells = <3>;
			#gpio-cells = <3>;
			#gpio-cells = <3>;


			mmc0_pins: mmc0_pins {
			mmc0_pins: mmc0-pins {
				pins = "PF0", "PF1", "PF2",
				pins = "PF0", "PF1", "PF2",
				       "PF3", "PF4", "PF5";
				       "PF3", "PF4", "PF5";
				function = "mmc0";
				function = "mmc0";
@@ -182,12 +182,12 @@
				bias-pull-up;
				bias-pull-up;
			};
			};


			uart0_pb_pins: uart0_pb_pins {
			uart0_pb_pins: uart0-pb-pins {
				pins = "PB9", "PB10";
				pins = "PB9", "PB10";
				function = "uart0";
				function = "uart0";
			};
			};


			uart0_pf_pins: uart0_pf_pins {
			uart0_pf_pins: uart0-pf-pins {
				pins = "PF2", "PF4";
				pins = "PF2", "PF4";
				function = "uart0";
				function = "uart0";
			};
			};