mirror of
https://github.com/hardkernel/linux.git
synced 2026-06-06 02:50:49 +09:00
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:
@@ -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";
|
||||
|
||||
Reference in New Issue
Block a user