arm64: tegra: Enable debug serial on Jetson TX1
authorThierry Reding <treding@nvidia.com>
Thu, 2 Jun 2016 12:07:47 +0000 (14:07 +0200)
committerThierry Reding <treding@nvidia.com>
Thu, 14 Jul 2016 14:20:22 +0000 (16:20 +0200)
Add a chosen node to the device tree that contains a stdout-path
property which defines the debug serial port.

Signed-off-by: Thierry Reding <treding@nvidia.com>
arch/arm64/boot/dts/nvidia/tegra210-p2180.dtsi

index 8335bbe..5fda583 100644 (file)
                serial0 = &uarta;
        };
 
+       chosen {
+               stdout-path = "serial0:115200n8";
+       };
+
        memory {
                device_type = "memory";
                reg = <0x0 0x80000000 0x1 0x0>;