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

Commit ed51e790 authored by Russell King's avatar Russell King Committed by Gregory CLEMENT
Browse files

ARM: dts: armada388-clearfog: move uart nodes



Move the uart nodes over to use the label form to reference the serial
devices, rather than replicating the device node path.

Signed-off-by: default avatarRussell King <rmk+kernel@armlinux.org.uk>
Signed-off-by: default avatarGregory CLEMENT <gregory.clement@free-electrons.com>
parent a14c2338
Loading
Loading
Loading
Loading
+7 −7
Original line number Diff line number Diff line
@@ -93,13 +93,6 @@
				wp-inverted;
			};

			serial@12100 {
				/* mikrobus uart */
				pinctrl-0 = <&mikro_uart_pins>;
				pinctrl-names = "default";
				status = "okay";
			};

			usb@58000 {
				/* CON3, nearest  power. */
				status = "okay";
@@ -305,3 +298,10 @@
	pinctrl-names = "default";
	status = "okay";
};

&uart1 {
	/* mikrobus uart */
	pinctrl-0 = <&mikro_uart_pins>;
	pinctrl-names = "default";
	status = "okay";
};
+6 −6
Original line number Diff line number Diff line
@@ -69,12 +69,6 @@
				 */
				status = "okay";
			};

			serial@12000 {
				pinctrl-0 = <&uart0_pins>;
				pinctrl-names = "default";
				status = "okay";
			};
		};
	};
};
@@ -144,3 +138,9 @@
		status = "disabled";
	};
};

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