arm64: dts: rockchip: Enable IRQ mode for fiq-debugger on RV1126B

Switch the fiq-debugger driver to use IRQ mode instead of FIQ mode on
RV1126B platforms. This change is necessary because:

1. The Trust Zone implementation of fiq-debugger is still under validation
2. IRQ mode provides more stable operation during early bring-up
3. Prevents potential system instability from FIQ handling conflicts

Change-Id: I937182a5e0fe22ffafd0972a3834b83c2db0c16c
Signed-off-by: Caesar Wang <wxt@rock-chips.com>
This commit is contained in:
Caesar Wang
2025-04-02 09:39:22 +08:00
parent 917fb6ce45
commit eed49975bb

View File

@@ -394,7 +394,7 @@
compatible = "rockchip,fiq-debugger";
rockchip,serial-id = <0>;
rockchip,wake-irq = <0>;
rockchip,irq-mode-enable = <0>;
rockchip,irq-mode-enable = <1>;
rockchip,baudrate = <1500000>; /* Only 115200 and 1500000 */
interrupts = <GIC_SPI 240 IRQ_TYPE_LEVEL_HIGH>;
status = "disabled";