解决内核启动报错问题

Signed-off-by: wuzhifu05 <wuzhifu05@chinasoftinc.com>
This commit is contained in:
wuzhifu05
2024-02-17 16:56:53 +08:00
parent 67663c0cac
commit 1f4b79eb71
2 changed files with 4 additions and 4 deletions
@@ -20,7 +20,7 @@
compatible = "rockchip,linux", "rockchip,rk3399";
chosen {
bootargs = "console=uart8250,mmio32,0xff1a0000 rw root=/dev/mmcblk2p5 rootfstype=ext4 rootwait coherent_pool=1m hardware=rk3399";
bootargs = "console=uart8250,mmio32,0xff1a0000 rw root=/dev/mmcblk2p5 rootfstype=ext4 hardware=rk3399 rootwait coherent_pool=1m";
};
reserved-memory {
@@ -424,19 +424,19 @@
};
&i2c4 {
status = "okay";
status = "disabled";
i2c-scl-rising-time-ns = <475>;
i2c-scl-falling-time-ns = <26>;
smdtmcu: smdtmcu@62 {
compatible = "SMDT,STM8S003F3P6";
reg = <0x62>;
status = "okay";
status = "disabled";
};
};
&i2c7 {
status = "okay";
status = "disabled";
gt9xx: gt9xx@14 {
compatible = "goodix,gt9xx";
reg = <0x14>;