summaryrefslogtreecommitdiffstats
path: root/arch/arm64/boot/dts/nvidia/tegra210-p2530.dtsi
diff options
context:
space:
mode:
authorJon Hunter2016-02-09 14:52:00 +0100
committerThierry Reding2016-04-11 15:39:26 +0200
commit69e29bd1a5564d1cc43cd254ecdd1fbf6bcb8de2 (patch)
tree28e04e299498ed06f78299549d4f35acbb5afb41 /arch/arm64/boot/dts/nvidia/tegra210-p2530.dtsi
parentarm64: tegra: Remove unused #power-domain-cells property (diff)
downloadkernel-qcow2-linux-69e29bd1a5564d1cc43cd254ecdd1fbf6bcb8de2.tar.gz
kernel-qcow2-linux-69e29bd1a5564d1cc43cd254ecdd1fbf6bcb8de2.tar.xz
kernel-qcow2-linux-69e29bd1a5564d1cc43cd254ecdd1fbf6bcb8de2.zip
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: Jon Hunter <jonathanh@nvidia.com> Signed-off-by: Thierry Reding <treding@nvidia.com>
Diffstat (limited to 'arch/arm64/boot/dts/nvidia/tegra210-p2530.dtsi')
-rw-r--r--arch/arm64/boot/dts/nvidia/tegra210-p2530.dtsi4
1 files changed, 4 insertions, 0 deletions
diff --git a/arch/arm64/boot/dts/nvidia/tegra210-p2530.dtsi b/arch/arm64/boot/dts/nvidia/tegra210-p2530.dtsi
index a8e4b7311071..0ec92578cacb 100644
--- a/arch/arm64/boot/dts/nvidia/tegra210-p2530.dtsi
+++ b/arch/arm64/boot/dts/nvidia/tegra210-p2530.dtsi
@@ -9,6 +9,10 @@
serial0 = &uarta;
};
+ chosen {
+ stdout-path = "serial0:115200n8";
+ };
+
memory {
device_type = "memory";
reg = <0x0 0x80000000 0x0 0xc0000000>;