From: Martin Blumenstingl Date: Fri, 16 Nov 2018 20:42:34 +0000 (+0100) Subject: ARM: dts: meson: add the TIMER B/C/D interrupts X-Git-Tag: for-linus-20190104~30^2~16^2~9 X-Git-Url: https://git.kernel.dk/?a=commitdiff_plain;h=523b8b31d3e1292b69f233e1a1814151878d6ac8;p=linux-block.git ARM: dts: meson: add the TIMER B/C/D interrupts The timer on Meson6/Meson8/Meson8b SoCs has four internal timer events. For each of these a separate interrupt exists. Pass these interrupts to allow using the timers other than TIMER A. Signed-off-by: Martin Blumenstingl Signed-off-by: Kevin Hilman --- diff --git a/arch/arm/boot/dts/meson.dtsi b/arch/arm/boot/dts/meson.dtsi index 0d9faf1a51ea..f0255450bcb2 100644 --- a/arch/arm/boot/dts/meson.dtsi +++ b/arch/arm/boot/dts/meson.dtsi @@ -200,7 +200,10 @@ timer@9940 { compatible = "amlogic,meson6-timer"; reg = <0x9940 0x18>; - interrupts = ; + interrupts = , + , + , + ; }; };