[PATCH 2/2] mips: lantiq: danube: add missing timer interrupts
From: Aleksander Jan Bajkowski
Date: Thu Aug 14 2025 - 05:45:49 EST
The driver expects six interrupt lines to be specified.
Signed-off-by: Aleksander Jan Bajkowski <olek2@xxxxx>
---
arch/mips/boot/dts/lantiq/danube.dtsi | 2 ++
1 file changed, 2 insertions(+)
diff --git a/arch/mips/boot/dts/lantiq/danube.dtsi b/arch/mips/boot/dts/lantiq/danube.dtsi
index 7a7ba66aa534..371d06d1a225 100644
--- a/arch/mips/boot/dts/lantiq/danube.dtsi
+++ b/arch/mips/boot/dts/lantiq/danube.dtsi
@@ -71,6 +71,8 @@ fpi@10000000 {
gptu@e100a00 {
compatible = "lantiq,gptu-xway";
reg = <0xe100a00 0x100>;
+ interrupt-parent = <&icu0>;
+ interrupts = <126 127 128 129 130 131>;
};
serial@e100c00 {
--
2.47.2