[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <20250816132002.3632343-3-olek2@wp.pl>
Date: Sat, 16 Aug 2025 15:16:23 +0200
From: Aleksander Jan Bajkowski <olek2@...pl>
To: robh@...nel.org,
krzk+dt@...nel.org,
conor+dt@...nel.org,
tsbogend@...ha.franken.de,
olek2@...pl,
john@...ozen.org,
devicetree@...r.kernel.org,
linux-mips@...r.kernel.org,
linux-kernel@...r.kernel.org
Subject: [PATCH v2 2/3] mips: lantiq: danube: add missing timer interrupts
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@...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@...00000 {
gptu@...0a00 {
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@...0c00 {
--
2.47.2
Powered by blists - more mailing lists