Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

ARM: dts: owl-s500: Fix incorrect PPI interrupt specifiers

The PPI interrupts for cortex-a9 were incorrectly specified, fix them.

Fixes: fdfe7f4f9d85 ("ARM: dts: Add Actions Semi S500 and LeMaker Guitar")
Signed-off-by: Cristian Ciocaltea <cristian.ciocaltea@gmail.com>
Reviewed-by: Peter Korsgaard <peter@korsgaard.com>
Reviewed-by: Manivannan Sadhasivam <manivannan.sadhasivam@linaro.org>
Signed-off-by: Manivannan Sadhasivam <manivannan.sadhasivam@linaro.org>

authored by

Cristian Ciocaltea and committed by
Manivannan Sadhasivam
55f6c993 874a36f0

+3 -3
+3 -3
arch/arm/boot/dts/owl-s500.dtsi
··· 84 84 global_timer: timer@b0020200 { 85 85 compatible = "arm,cortex-a9-global-timer"; 86 86 reg = <0xb0020200 0x100>; 87 - interrupts = <GIC_PPI 0 (GIC_CPU_MASK_SIMPLE(4) | IRQ_TYPE_EDGE_RISING)>; 87 + interrupts = <GIC_PPI 11 (GIC_CPU_MASK_SIMPLE(4) | IRQ_TYPE_EDGE_RISING)>; 88 88 status = "disabled"; 89 89 }; 90 90 91 91 twd_timer: timer@b0020600 { 92 92 compatible = "arm,cortex-a9-twd-timer"; 93 93 reg = <0xb0020600 0x20>; 94 - interrupts = <GIC_PPI 2 (GIC_CPU_MASK_SIMPLE(4) | IRQ_TYPE_EDGE_RISING)>; 94 + interrupts = <GIC_PPI 13 (GIC_CPU_MASK_SIMPLE(4) | IRQ_TYPE_EDGE_RISING)>; 95 95 status = "disabled"; 96 96 }; 97 97 98 98 twd_wdt: wdt@b0020620 { 99 99 compatible = "arm,cortex-a9-twd-wdt"; 100 100 reg = <0xb0020620 0xe0>; 101 - interrupts = <GIC_PPI 3 (GIC_CPU_MASK_SIMPLE(4) | IRQ_TYPE_EDGE_RISING)>; 101 + interrupts = <GIC_PPI 14 (GIC_CPU_MASK_SIMPLE(4) | IRQ_TYPE_EDGE_RISING)>; 102 102 status = "disabled"; 103 103 }; 104 104