From: Huibin Hong Date: Tue, 1 Sep 2015 11:16:41 +0000 (+0800) Subject: rk3368 tb: enable fiq debugger and disable the original uart console X-Git-Tag: firefly_0821_release~3806 X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=3acd23a8a0a52712d49cf83c2d4c4408b150d29d;p=firefly-linux-kernel-4.4.55.git rk3368 tb: enable fiq debugger and disable the original uart console Change the device from ttyS2 to ttyFIQ0 Change-Id: Ibc2ab1c9adf1dd5d1718c3c2d80fe578725b409a Signed-off-by: Huibin Hong --- diff --git a/arch/arm64/boot/dts/rk3368-tb_8846.dts b/arch/arm64/boot/dts/rk3368-tb_8846.dts index 1de26e2b51c8..ad42b16f6d15 100644 --- a/arch/arm64/boot/dts/rk3368-tb_8846.dts +++ b/arch/arm64/boot/dts/rk3368-tb_8846.dts @@ -14,6 +14,10 @@ bootargs = "earlyprintk=uart8250-32bit,0xff690000"; }; + fiq-debugger { + status = "okay"; + }; + wireless-wlan { compatible = "wlan-platdata"; rockchip,grf = <&grf>; @@ -380,10 +384,6 @@ */ }; -&uart_dbg { - status = "okay"; -}; - &uart_bt { status = "okay"; dma-names = "!tx", "!rx";