From d82df11466df3e0934c7e7aa2f5e08c284e1fd9d Mon Sep 17 00:00:00 2001 From: Matthias Brugger Date: Mon, 18 Aug 2014 16:58:00 +0200 Subject: [PATCH] ARM: dts: mt6589-aquaris5: Add boot argument earlyprintk Add boot argument for earlyprintk to the aquaris5 device tree file. Signed-off-by: Matthias Brugger Signed-off-by: Olof Johansson --- arch/arm/boot/dts/mt6589-aquaris5.dts | 4 ++++ 1 file changed, 4 insertions(+) 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>; }; -- 2.34.1