From 035912f9c6fae4bbd208165759a3ab8c3233f598 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=A1=90=E8=AF=9D?= <49544781+xiaomeng9597@users.noreply.github.com> Date: Sat, 20 Apr 2024 23:30:22 +0800 Subject: [PATCH] Add files via upload --- 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 c4acd23..9929708 100644 --- a/configfiles/rk3566-panther-x2.dts +++ b/configfiles/rk3566-panther-x2.dts @@ -29,6 +29,7 @@ chosen: chosen { bootargs = "earlycon=uart8250,mmio32,0xfe660000 console=ttyFIQ0 root=PARTUUID=614e0000-0000 rw rootwait"; + //stdout-path = "serial2:1500000n8"; }; fiq_debugger: fiq-debugger { @@ -519,7 +520,7 @@ &pmu_io_domains { pmuio1-supply = <&vcc3v3_pmu>; pmuio2-supply = <&vcc3v3_pmu>; - vccio1-supply = <&vcc_3v3>; + vccio1-supply = <&vccio_acodec>; vccio2-supply = <&vcc_1v8>; vccio3-supply = <&vccio_sd>; vccio4-supply = <&vcc_1v8>;