From ab7c783acfd6609a4bcf5385a9c70f64d03e1907 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=A1=90=E8=AF=9D?= <49544781+xiaomeng9597@users.noreply.github.com> Date: Sun, 13 Oct 2024 12:07:04 +0800 Subject: [PATCH] Update rk3566-panther-x2.dts --- configfiles/rk3566-panther-x2.dts | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/configfiles/rk3566-panther-x2.dts b/configfiles/rk3566-panther-x2.dts index 9e2333e..94e780b 100644 --- a/configfiles/rk3566-panther-x2.dts +++ b/configfiles/rk3566-panther-x2.dts @@ -28,6 +28,7 @@ }; chosen: chosen { + bootargs = "earlycon=uart8250,mmio32,0xfe660000 console=ttyFIQ0 coherent_pool=1m"; stdout-path = "serial2:1500000n8"; }; @@ -746,4 +747,4 @@ &vop_mmu { status = "okay"; -}; \ No newline at end of file +};