From 7dbe6f4d432b061f3aab98a84ac796741e18f0e4 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:23 +0800 Subject: [PATCH] Update rk3566-jp-tvbox.dts --- configfiles/rk3566-jp-tvbox.dts | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/configfiles/rk3566-jp-tvbox.dts b/configfiles/rk3566-jp-tvbox.dts index 09741dd..73c9039 100644 --- a/configfiles/rk3566-jp-tvbox.dts +++ b/configfiles/rk3566-jp-tvbox.dts @@ -27,6 +27,7 @@ }; chosen: chosen { + bootargs = "earlycon=uart8250,mmio32,0xfe660000 console=ttyFIQ0 coherent_pool=1m"; stdout-path = "serial2:1500000n8"; }; @@ -712,4 +713,4 @@ &vop_mmu { status = "okay"; -}; \ No newline at end of file +};