Skip to content

Commit 6a921d5

Browse files
committed
Revert "arm: dts: rockchip: rk3288: fix console output to FIQ for linux"
This reverts commit 109adf2. Change-Id: I082a8e39b94d1bec885b1775f0c8f4ad1fad23a6 Reviewed-on: https://tp-biosrd-v02/gerrit/83037 Reviewed-by: Jamess Huang(黃以民) <Jamess_Huang@asus.com> Tested-by: Jamess Huang(黃以民) <Jamess_Huang@asus.com>
1 parent 4c36504 commit 6a921d5

File tree

1 file changed

+1
-13
lines changed

1 file changed

+1
-13
lines changed

arch/arm/boot/dts/rk3288-linux.dtsi

Lines changed: 1 addition & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88

99
/ {
1010
chosen {
11-
bootargs = "earlyprintk console=ttyFIQ0 rw root=PARTUUID=614e0000-0000 rootfstype=ext4 rootwait";
11+
bootargs = "earlyprintk console=tty1 console=ttyS2,115200n8 rw root=PARTUUID=614e0000-0000 rootfstype=ext4 rootwait";
1212
};
1313

1414
/delete-node/ dmc@ff610000;
@@ -73,16 +73,4 @@
7373
};
7474
};
7575

76-
fiq-debugger {
77-
compatible = "rockchip,fiq-debugger";
78-
interrupts = <GIC_SPI 153 IRQ_TYPE_LEVEL_HIGH>;
79-
rockchip,serial-id = <2>;
80-
rockchip,wake-irq = <0>;
81-
/* If enable uart uses irq instead of fiq */
82-
rockchip,irq-mode-enable = <0>;
83-
rockchip,baudrate = <115200>; /* Only 115200 and 1500000 */
84-
pinctrl-names = "default";
85-
pinctrl-0 = <&uart2_xfer>;
86-
};
87-
8876
};

0 commit comments

Comments
 (0)