mirror of
https://github.com/torvalds/linux.git
synced 2026-06-08 14:42:37 +02:00
arm: dts: rk3288-android: enable fiq debugger mode
Change-Id: I536439c95488eba7ff3f52e8df87d7e21eb76989 Signed-off-by: chenjh <chenjh@rock-chips.com>
This commit is contained in:
parent
bef9d1643e
commit
9a1e40fa7f
|
|
@ -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>;
|
||||
|
|
|
|||
|
|
@ -378,7 +378,7 @@ &uart0 {
|
|||
};
|
||||
|
||||
&uart2 {
|
||||
status = "okay";
|
||||
status = "disabled";
|
||||
};
|
||||
|
||||
&vpu_service {
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user