arm: dts: rk3288-android: enable fiq debugger mode

Change-Id: I536439c95488eba7ff3f52e8df87d7e21eb76989
Signed-off-by: chenjh <chenjh@rock-chips.com>
This commit is contained in:
chenjh 2017-04-27 11:24:05 +08:00
parent bef9d1643e
commit 9a1e40fa7f
2 changed files with 2 additions and 2 deletions

View File

@ -72,7 +72,7 @@ fiq-debugger {
interrupts = <GIC_SPI 153 IRQ_TYPE_LEVEL_HIGH 0>;
rockchip,serial-id = <2>;
rockchip,wake-irq = <0>;
rockchip,irq-mode-enable = <1>; /* If enable uart uses irq instead of fiq */
rockchip,irq-mode-enable = <0>; /* If enable uart uses irq instead of fiq */
rockchip,baudrate = <115200>; /* Only 115200 and 1500000 */
pinctrl-names = "default";
pinctrl-0 = <&uart2_xfer>;

View File

@ -378,7 +378,7 @@ &uart0 {
};
&uart2 {
status = "okay";
status = "disabled";
};
&vpu_service {