mirror of
https://github.com/hardkernel/linux.git
synced 2026-06-08 03:40:35 +09:00
arm64: dts: rockchip: fix irq flags of fiq-debugger for rk1808-evb
irq trigger level flags only support HIGH for GIC. Fix this warning: genirq: Setting trigger mode 8 for irq 188 failed (gic_set_type+0x0/0x74) Change-Id: I3ef2bb7d26003595b8c6dafb932512a0f5eae450 Signed-off-by: Tao Huang <huangtao@rock-chips.com>
This commit is contained in:
@@ -94,7 +94,7 @@
|
||||
/* If enable uart uses irq instead of fiq */
|
||||
rockchip,irq-mode-enable = <0>;
|
||||
rockchip,baudrate = <1500000>; /* Only 115200 and 1500000 */
|
||||
interrupts = <GIC_SPI 242 IRQ_TYPE_LEVEL_LOW>;
|
||||
interrupts = <GIC_SPI 242 IRQ_TYPE_LEVEL_HIGH>;
|
||||
status = "okay";
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user