Project

General

Profile

新建 #144 » uart2(1).patch

余 顺, 10/29/2022 02:09 AM

View differences:

kernel/arch/arm/boot/dts/pro3288-linux.dts
pinctrl-0 = <&pwr_en>;
};
&uart2 {
status = "okay";
// status = "disabled";
};
kernel/arch/arm/boot/dts/rk3288-linux.dtsi
/ {
chosen {
bootargs = "earlyprintk console=ttyFIQ0 rw root=PARTUUID=614e0000-0000 rootfstype=ext4 rootwait";
bootargs = "rw root=PARTUUID=614e0000-0000 rootfstype=ext4 rootwait";
};
/delete-node/ dmc@ff610000;
......
rockchip,baudrate = <115200>; /* Only 115200 and 1500000 */
pinctrl-names = "default";
pinctrl-0 = <&uart2_xfer>;
status = "disabled";
};
psci {
(2-2/3)