[PATCH v2 2/3] mips: lantiq: danube: add missing timer interrupts

Aleksander Jan Bajkowski posted 3 patches 1 month, 2 weeks ago
[PATCH v2 2/3] mips: lantiq: danube: add missing timer interrupts
Posted by Aleksander Jan Bajkowski 1 month, 2 weeks ago
The driver expects six interrupt lines to be specified.

Fixes: 30404aec4d09 ("MIPS: lantiq: adds support for gptu timers")
Signed-off-by: Aleksander Jan Bajkowski <olek2@wp.pl>
---
 arch/mips/boot/dts/lantiq/danube.dtsi | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/arch/mips/boot/dts/lantiq/danube.dtsi b/arch/mips/boot/dts/lantiq/danube.dtsi
index 7a7ba66aa534..8e92573aaf75 100644
--- a/arch/mips/boot/dts/lantiq/danube.dtsi
+++ b/arch/mips/boot/dts/lantiq/danube.dtsi
@@ -71,6 +71,10 @@ fpi@10000000 {
 		gptu@e100a00 {
 			compatible = "lantiq,gptu-xway";
 			reg = <0xe100a00 0x100>;
+			interrupt-parent = <&icu0>;
+			interrupts = <126 127 128 129 130 131>;
+			interrupt-names = "timer1a", "timer1b", "timer2a",
+				"timer2b", "timer3a", "timer3b";
 		};
 
 		serial@e100c00 {
-- 
2.47.2