diff options
author | Matthias Brugger <matthias.bgg@gmail.com> | 2014-08-18 18:58:00 +0400 |
---|---|---|
committer | Olof Johansson <olof@lixom.net> | 2014-09-24 22:12:21 +0400 |
commit | d82df11466df3e0934c7e7aa2f5e08c284e1fd9d (patch) | |
tree | ec456bd2a90ee5f8b8e271ee305a1e9ab913100b /arch/arm/boot/dts/mt6589-aquaris5.dts | |
parent | 510f1d72e526e776243397142cbcd459dd2a2efa (diff) | |
download | linux-d82df11466df3e0934c7e7aa2f5e08c284e1fd9d.tar.xz |
ARM: dts: mt6589-aquaris5: Add boot argument earlyprintk
Add boot argument for earlyprintk to the aquaris5 device tree file.
Signed-off-by: Matthias Brugger <matthias.bgg@gmail.com>
Signed-off-by: Olof Johansson <olof@lixom.net>
Diffstat (limited to 'arch/arm/boot/dts/mt6589-aquaris5.dts')
-rw-r--r-- | arch/arm/boot/dts/mt6589-aquaris5.dts | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/arch/arm/boot/dts/mt6589-aquaris5.dts b/arch/arm/boot/dts/mt6589-aquaris5.dts index 443b4467de15..74cb1ba0f147 100644 --- a/arch/arm/boot/dts/mt6589-aquaris5.dts +++ b/arch/arm/boot/dts/mt6589-aquaris5.dts @@ -19,6 +19,10 @@ / { model = "bq Aquaris5"; + chosen { + bootargs = "earlyprintk"; + }; + memory { reg = <0x80000000 0x40000000>; }; |