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

arm: dts: mt7629: Remove extra interrupt from timer node

There's only one system timer event interrupt.

Signed-off-by: AngeloGioacchino Del Regno <angelogioacchino.delregno@collabora.com>
Link: https://lore.kernel.org/r/20220929122901.614315-2-angelogioacchino.delregno@collabora.com
Signed-off-by: Matthias Brugger <matthias.bgg@gmail.com>

authored by

AngeloGioacchino Del Regno and committed by
Matthias Brugger
c8403719 1b929c02

+1 -2
+1 -2
arch/arm/boot/dts/mt7629.dtsi
··· 106 106 compatible = "mediatek,mt7629-timer", 107 107 "mediatek,mt6765-timer"; 108 108 reg = <0x10009000 0x60>; 109 - interrupts = <GIC_SPI 169 IRQ_TYPE_LEVEL_HIGH>, 110 - <GIC_SPI 170 IRQ_TYPE_LEVEL_HIGH>; 109 + interrupts = <GIC_SPI 169 IRQ_TYPE_LEVEL_HIGH>; 111 110 clocks = <&clk20m>; 112 111 clock-names = "clk20m"; 113 112 };