diff options
author | Thomas Petazzoni <thomas.petazzoni@free-electrons.com> | 2014-04-22 17:26:20 -0400 |
---|---|---|
committer | Jason Cooper <jason@lakedaemon.net> | 2014-04-26 10:40:08 -0400 |
commit | 1fca8a2802810011e0f82e5ca5aca8ec5b62b400 (patch) | |
tree | ccfa583dc4371d055d54f01cc46a4e8f31f718d2 /arch/arm/boot/dts/orion5x-lacie-ethernet-disk-mini-v2.dts | |
parent | 7ca63532b50127773696619b7b17f79b919fc6a1 (diff) |
ARM: orion5x: add linux,stdout-path to edmini_v2
This commit adds the new linux,stdout-path to the edmini_v2 platform,
pointing to the serial device use for the console.
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Acked-by: Sebastian Hesselbarth <sebastian.hesselbarth@gmail.com>
Link: https://lkml.kernel.org/r/1398202002-28530-17-git-send-email-thomas.petazzoni@free-electrons.com
Signed-off-by: Jason Cooper <jason@lakedaemon.net>
Diffstat (limited to 'arch/arm/boot/dts/orion5x-lacie-ethernet-disk-mini-v2.dts')
-rw-r--r-- | arch/arm/boot/dts/orion5x-lacie-ethernet-disk-mini-v2.dts | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm/boot/dts/orion5x-lacie-ethernet-disk-mini-v2.dts b/arch/arm/boot/dts/orion5x-lacie-ethernet-disk-mini-v2.dts index d85a206aaee8..df53d25668bb 100644 --- a/arch/arm/boot/dts/orion5x-lacie-ethernet-disk-mini-v2.dts +++ b/arch/arm/boot/dts/orion5x-lacie-ethernet-disk-mini-v2.dts | |||
@@ -22,6 +22,7 @@ | |||
22 | 22 | ||
23 | chosen { | 23 | chosen { |
24 | bootargs = "console=ttyS0,115200n8 earlyprintk"; | 24 | bootargs = "console=ttyS0,115200n8 earlyprintk"; |
25 | linux,stdout-path = &uart0; | ||
25 | }; | 26 | }; |
26 | 27 | ||
27 | soc { | 28 | soc { |