ARM: dts: rockchip: rk3288-linux use fiq as console

Signed-off-by: Jianqun Xu <jay.xu@rock-chips.com>
Change-Id: I2c67d7e541425667cdb41d6133538acaba665e0d
This commit is contained in:
Jianqun Xu
2022-11-09 11:19:59 +08:00
committed by Tao Huang
parent 9b45bb6e86
commit 6b444336b5

View File

@@ -8,7 +8,7 @@
/ {
chosen {
bootargs = "earlycon=uart8250,mmio32,0xff690000 vmalloc=496M rw root=PARTUUID=614e0000-0000 rootfstype=ext4 rootwait";
bootargs = "earlycon=uart8250,mmio32,0xff690000 console=ttyFIQ0 vmalloc=496M rw root=PARTUUID=614e0000-0000 rootfstype=ext4 rootwait";
};
/delete-node/ dmc@ff610000;
@@ -89,7 +89,7 @@
interrupts = <GIC_SPI 155 IRQ_TYPE_LEVEL_HIGH>;
rockchip,serial-id = <2>;
rockchip,wake-irq = <0>;
rockchip,irq-mode-enable = <0>; /* If enable uart uses irq instead of fiq */
rockchip,irq-mode-enable = <1>; /* If enable uart uses irq instead of fiq */
rockchip,baudrate = <115200>; /* Only 115200 and 1500000 */
pinctrl-names = "default";
pinctrl-0 = <&uart2_xfer>;