ARM: dts: berlin2q: fix irq type for arm twd timer
fix below warning about PPI interrupts configuration: "GIC: PPI13 is secure or misconfigured" Signed-off-by: Jisheng Zhang <Jisheng.Zhang@synaptics.com>
This commit is contained in:
parent
1293c2b5d7
commit
49672c4c71
|
@ -164,7 +164,7 @@
|
||||||
compatible = "arm,cortex-a9-twd-timer";
|
compatible = "arm,cortex-a9-twd-timer";
|
||||||
reg = <0xad0600 0x20>;
|
reg = <0xad0600 0x20>;
|
||||||
clocks = <&chip_clk CLKID_TWD>;
|
clocks = <&chip_clk CLKID_TWD>;
|
||||||
interrupts = <GIC_PPI 13 (GIC_CPU_MASK_SIMPLE(4) | IRQ_TYPE_LEVEL_HIGH)>;
|
interrupts = <GIC_PPI 13 (GIC_CPU_MASK_SIMPLE(4) | IRQ_TYPE_EDGE_RISING)>;
|
||||||
};
|
};
|
||||||
|
|
||||||
gic: interrupt-controller@ad1000 {
|
gic: interrupt-controller@ad1000 {
|
||||||
|
|
Loading…
Reference in New Issue