mirror of
https://github.com/torvalds/linux.git
synced 2026-06-08 06:25:52 +02:00
arm64: dts: rockchip: rk3399-android: enable fiq mode
Change-Id: Ib40f065ba6ac2f597a27db87a46a0d2f7c0714ed Signed-off-by: Huibin Hong <huibin.hong@rock-chips.com>
This commit is contained in:
parent
5955832084
commit
5d2c557f03
|
|
@ -74,12 +74,12 @@ ramoops {
|
|||
fiq_debugger: fiq-debugger {
|
||||
compatible = "rockchip,fiq-debugger";
|
||||
rockchip,serial-id = <2>;
|
||||
rockchip,signal-irq = <182>;
|
||||
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 = <1500000>; /* Only 115200 and 1500000 */
|
||||
pinctrl-names = "default";
|
||||
pinctrl-0 = <&uart2c_xfer>;
|
||||
interrupts = <GIC_SPI 150 IRQ_TYPE_LEVEL_HIGH 0>;
|
||||
};
|
||||
|
||||
reserved-memory {
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user