Re: [PATCH] arm: dts: socfpga: fix GIC PPI warning

2018-03-23 Thread Dinh Nguyen
On 03/23/2018 04:22 AM, Philipp Puschmann wrote: > Fixes the warning "GIC: PPI13 is secure or misconfigured" by > changing the interrupt type from level_low to edge_raising > > Signed-off-by: Philipp Puschmann > --- > arch/arm/boot/dts/socfpga.dtsi | 2 +- > 1 file changed, 1 insertion(+), 1 d

[PATCH] arm: dts: socfpga: fix GIC PPI warning

2018-03-23 Thread Philipp Puschmann
Fixes the warning "GIC: PPI13 is secure or misconfigured" by changing the interrupt type from level_low to edge_raising Signed-off-by: Philipp Puschmann --- arch/arm/boot/dts/socfpga.dtsi | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/arch/arm/boot/dts/socfpga.dtsi b/arch/ar