[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-Id: <20221102171012.49150-3-kory.maincent@bootlin.com>
Date: Wed, 2 Nov 2022 18:10:06 +0100
From: Köry Maincent <kory.maincent@...tlin.com>
To: viresh.kumar@...aro.org, Rajeev Kumar <rajeev-dlh.kumar@...com>,
Deepak Sikri <deepak.sikri@...com>,
Vipul Kumar Samar <vipulkumar.samar@...com>,
Bhavna Yadav <bhavna.yadav@...com>,
Vipin Kumar <vipin.kumar@...com>,
linux-arm-kernel@...ts.infradead.org, devicetree@...r.kernel.org,
linux-kernel@...r.kernel.org, linux-clk@...r.kernel.org
Cc: Kory Maincent <kory.maincent@...tlin.com>,
thomas.petazzoni@...tlin.com, Viresh Kumar <vireshk@...nel.org>,
Shiraz Hashim <shiraz.linux.kernel@...il.com>, soc@...nel.org,
Rob Herring <robh+dt@...nel.org>,
Krzysztof Kozlowski <krzysztof.kozlowski+dt@...aro.org>,
Russell King <linux@...linux.org.uk>,
Michael Turquette <mturquette@...libre.com>,
Stephen Boyd <sboyd@...nel.org>, Arnd Bergmann <arnd@...db.de>,
Gregory CLEMENT <gregory.clement@...tlin.com>,
Sudeep Holla <sudeep.holla@....com>,
Nicolas Ferre <nicolas.ferre@...rochip.com>,
Alexandre Ghiti <alexandre.ghiti@...onical.com>,
Vijay Kumar Mishra <vijay.kumar@...com>
Subject: [PATCH v2 2/6] arm: dts: spear600: Fix clcd interrupt
From: Kory Maincent <kory.maincent@...tlin.com>
Interrupt 12 of the Interrupt controller belongs to the SMI controller,
the right one for the display controller is the interrupt 13.
Fixes: 8113ba917dfa ("ARM: SPEAr: DT: Update device nodes")
Signed-off-by: Kory Maincent <kory.maincent@...tlin.com>
Acked-by: Viresh Kumar <viresh.kumar@...aro.org>
---
arch/arm/boot/dts/spear600.dtsi | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/arch/arm/boot/dts/spear600.dtsi b/arch/arm/boot/dts/spear600.dtsi
index fd41243a0b2c..9d5a04a46b14 100644
--- a/arch/arm/boot/dts/spear600.dtsi
+++ b/arch/arm/boot/dts/spear600.dtsi
@@ -47,7 +47,7 @@ clcd: clcd@...00000 {
compatible = "arm,pl110", "arm,primecell";
reg = <0xfc200000 0x1000>;
interrupt-parent = <&vic1>;
- interrupts = <12>;
+ interrupts = <13>;
status = "disabled";
};
--
2.25.1
Powered by blists - more mailing lists