diff options
author | Thierry Reding <treding@nvidia.com> | 2016-06-02 14:07:47 +0200 |
---|---|---|
committer | Thierry Reding <treding@nvidia.com> | 2016-07-14 16:20:22 +0200 |
commit | 5593eb76b602e3ab2d525cdeecd49c0978e3b0e6 (patch) | |
tree | b996dda4324996d1639bc3010c1badbd85430418 /arch/arm64/boot | |
parent | arm64: tegra: Add Tegra210 XUSB controller (diff) | |
download | linux-5593eb76b602e3ab2d525cdeecd49c0978e3b0e6.tar.xz linux-5593eb76b602e3ab2d525cdeecd49c0978e3b0e6.zip |
arm64: tegra: Enable debug serial on Jetson TX1
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>
Diffstat (limited to 'arch/arm64/boot')
-rw-r--r-- | arch/arm64/boot/dts/nvidia/tegra210-p2180.dtsi | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/arch/arm64/boot/dts/nvidia/tegra210-p2180.dtsi b/arch/arm64/boot/dts/nvidia/tegra210-p2180.dtsi index 8335bbe3ab6c..5fda583351d7 100644 --- a/arch/arm64/boot/dts/nvidia/tegra210-p2180.dtsi +++ b/arch/arm64/boot/dts/nvidia/tegra210-p2180.dtsi @@ -12,6 +12,10 @@ serial0 = &uarta; }; + chosen { + stdout-path = "serial0:115200n8"; + }; + memory { device_type = "memory"; reg = <0x0 0x80000000 0x1 0x0>; |