Commit d91ebb95 authored by Chen-Yu Tsai's avatar Chen-Yu Tsai
Browse files

arm64: dts: allwinner: a64: Rename uart0_pins_a label to uart0_pb_pins



The pinmux name and label for a specific function should denote which
pingroup it is on, or if there is only one option for the function, have
not enumerating prefix/suffix at all.

The "uart0_pins_a" label is renamed to "uart0_pb_pins" to fit our
current style. The node name "uart0" is also changed to "uart0-pb-pins"
to match.

Acked-by: default avatarMaxime Ripard <maxime.ripard@bootlin.com>
Signed-off-by: default avatarChen-Yu Tsai <wens@csie.org>
parent fa59dd2e
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -203,7 +203,7 @@

&uart0 {
	pinctrl-names = "default";
	pinctrl-0 = <&uart0_pins_a>;
	pinctrl-0 = <&uart0_pb_pins>;
	status = "okay";
};

+1 −1
Original line number Diff line number Diff line
@@ -302,7 +302,7 @@

&uart0 {
	pinctrl-names = "default";
	pinctrl-0 = <&uart0_pins_a>;
	pinctrl-0 = <&uart0_pb_pins>;
	status = "okay";
};

+1 −1
Original line number Diff line number Diff line
@@ -252,7 +252,7 @@

&uart0 {
	pinctrl-names = "default";
	pinctrl-0 = <&uart0_pins_a>;
	pinctrl-0 = <&uart0_pb_pins>;
	status = "okay";
};

+1 −1
Original line number Diff line number Diff line
@@ -274,7 +274,7 @@

&uart0 {
	pinctrl-names = "default";
	pinctrl-0 = <&uart0_pins_a>;
	pinctrl-0 = <&uart0_pb_pins>;
	status = "okay";
};

+1 −1
Original line number Diff line number Diff line
@@ -299,7 +299,7 @@
/* On debug connector */
&uart0 {
	pinctrl-names = "default";
	pinctrl-0 = <&uart0_pins_a>;
	pinctrl-0 = <&uart0_pb_pins>;
	status = "okay";
};

Loading