diff options
author | Jon Hunter <jonathanh@nvidia.com> | 2016-02-09 13:51:59 +0000 |
---|---|---|
committer | Thierry Reding <treding@nvidia.com> | 2016-04-12 17:10:25 +0200 |
commit | f5bbb327a4e896a7f353762068b786852d98187b (patch) | |
tree | 3e3444cfada5a188a370b3f575550a0b21882761 /arch/arm/boot/dts/tegra20-seaboard.dts | |
parent | d1c04d30c3973df6ec0933f21ff8a56028e47ce7 (diff) | |
download | blackbird-obmc-linux-f5bbb327a4e896a7f353762068b786852d98187b.tar.gz blackbird-obmc-linux-f5bbb327a4e896a7f353762068b786852d98187b.zip |
ARM: 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.
This has been tested on boards, tegra20-trimslice, tegra30-beaver,
tegra114-dalmore and tegra124-jetson-tk1.
Signed-off-by: Jon Hunter <jonathanh@nvidia.com>
Acked-by: Stefan Agner <stefan@agner.ch>
Signed-off-by: Thierry Reding <treding@nvidia.com>
Diffstat (limited to 'arch/arm/boot/dts/tegra20-seaboard.dts')
-rw-r--r-- | arch/arm/boot/dts/tegra20-seaboard.dts | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/arch/arm/boot/dts/tegra20-seaboard.dts b/arch/arm/boot/dts/tegra20-seaboard.dts index a112a415ecd5..94b60a710dd8 100644 --- a/arch/arm/boot/dts/tegra20-seaboard.dts +++ b/arch/arm/boot/dts/tegra20-seaboard.dts @@ -13,6 +13,10 @@ serial0 = &uartd; }; + chosen { + stdout-path = "serial0:115200n8"; + }; + memory { reg = <0x00000000 0x40000000>; }; |