diff options
author | Baruch Siach <baruch@tkos.co.il> | 2015-07-06 13:41:45 +0200 |
---|---|---|
committer | Olof Johansson <olof@lixom.net> | 2015-07-14 11:20:33 +0200 |
commit | 475c3eeff57f22443c36c5ab9dc185f064b1f288 (patch) | |
tree | 27bc56a569201d3192132df5cf94b38de2b569f3 /arch/arm/boot | |
parent | ARM: digicolor: enable watchdog device (diff) | |
download | linux-475c3eeff57f22443c36c5ab9dc185f064b1f288.tar.xz linux-475c3eeff57f22443c36c5ab9dc185f064b1f288.zip |
ARM: digicolor: dts: use stdout-path for console configuration
Signed-off-by: Baruch Siach <baruch@tkos.co.il>
Signed-off-by: Olof Johansson <olof@lixom.net>
Diffstat (limited to 'arch/arm/boot')
-rw-r--r-- | arch/arm/boot/dts/cx92755_equinox.dts | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/arch/arm/boot/dts/cx92755_equinox.dts b/arch/arm/boot/dts/cx92755_equinox.dts index 90d52cc416dc..5da00806c41e 100644 --- a/arch/arm/boot/dts/cx92755_equinox.dts +++ b/arch/arm/boot/dts/cx92755_equinox.dts @@ -64,8 +64,7 @@ }; chosen { - bootargs = "console=ttyS0,115200"; - stdout-path = &uart0; + stdout-path = "serial0:115200n8"; }; }; |