Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 4473dd5d authored by Jisheng Zhang's avatar Jisheng Zhang
Browse files

ARM: dts: berlin2: fix irq type for arm twd timer



fix below warning about PPI interrupts configuration:
"GIC: PPI13 is secure or misconfigured"

Signed-off-by: default avatarJisheng Zhang <Jisheng.Zhang@synaptics.com>
parent 49672c4c
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -149,7 +149,7 @@
		local-timer@ad0600 {
			compatible = "arm,cortex-a9-twd-timer";
			reg = <0xad0600 0x20>;
			interrupts = <GIC_PPI 13 (GIC_CPU_MASK_SIMPLE(2) | IRQ_TYPE_LEVEL_HIGH)>;
			interrupts = <GIC_PPI 13 (GIC_CPU_MASK_SIMPLE(2) | IRQ_TYPE_EDGE_RISING)>;
			clocks = <&chip_clk CLKID_TWD>;
		};