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

Commit 69e29bd1 authored by Jon Hunter's avatar Jon Hunter Committed by Thierry Reding
Browse files

arm64: tegra: Add stdout-path for various boards



For Tegra boards, the device-tree alias serial0 is used for the console
and so add the stdout-path information so that the console no longer
needs to be passed via the kernel boot parameters.

For tegra132-norrin the alias serial0 is not defined and so add this.

This has been tested on tegra132-norrin and tegra210-p2371-0000.

Signed-off-by: default avatarJon Hunter <jonathanh@nvidia.com>
Signed-off-by: default avatarThierry Reding <treding@nvidia.com>
parent 2c9b050b
Loading
Loading
Loading
Loading
+4 −1
Original line number Diff line number Diff line
@@ -10,9 +10,12 @@
	aliases {
		rtc0 = "/i2c@7000d000/as3722@40";
		rtc1 = "/rtc@7000e000";
		serial0 = &uarta;
	};

	chosen { };
	chosen {
		stdout-path = "serial0:115200n8";
	};

	memory {
		device_type = "memory";
+4 −0
Original line number Diff line number Diff line
@@ -9,6 +9,10 @@
		serial0 = &uarta;
	};

	chosen {
		stdout-path = "serial0:115200n8";
	};

	memory {
		device_type = "memory";
		reg = <0x0 0x80000000 0x0 0xc0000000>;