Commit 962f271e authored by Kevin Hilman's avatar Kevin Hilman Committed by Carlo Caione
Browse files

ARM64: dts: amlogic: update serial aliases



Apparently, it's not valid to have an alias point to a disabled device.
Fix this by moving the aliases that are used (serial0) into the files
that use them, and remove aliases to disabled devices (serial1).

Suggested-by: default avatarArnd Bergmann <arnd@arndb.de>
Signed-off-by: default avatarKevin Hilman <khilman@baylibre.com>
Reviewed-by: default avatarAndreas Färber <afaerber@suse.de>
Acked-by: default avatarArnd Bergmann <arnd@arndb.de>
parent 65eb22ea
Loading
Loading
Loading
Loading
+4 −0
Original line number Diff line number Diff line
@@ -45,6 +45,10 @@
/ {
	compatible = "tronsmart,vega-s95", "amlogic,meson-gxbb";

	aliases {
		serial0 = &uart_AO;
	};

	chosen {
		stdout-path = "serial0:115200n8";
	};
+0 −5
Original line number Diff line number Diff line
@@ -50,11 +50,6 @@
	#address-cells = <2>;
	#size-cells = <2>;

	aliases {
		serial0 = &uart_AO;
		serial1 = &uart_A;
	};

	cpus {
		#address-cells = <0x2>;
		#size-cells = <0x0>;