arm: dts: spear600: Fix clcd interrupt
authorKory Maincent <kory.maincent@bootlin.com>
Wed, 2 Nov 2022 17:10:06 +0000 (18:10 +0100)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Sat, 31 Dec 2022 12:31:51 +0000 (13:31 +0100)
[ Upstream commit 0336e2ce34e7a89832b6c214f924eb7bc58940be ]

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@bootlin.com>
Acked-by: Viresh Kumar <viresh.kumar@linaro.org>
Signed-off-by: Arnd Bergmann <arnd@arndb.de>
Signed-off-by: Sasha Levin <sashal@kernel.org>
arch/arm/boot/dts/spear600.dtsi

index fd41243..9d5a04a 100644 (file)
@@ -47,7 +47,7 @@
                        compatible = "arm,pl110", "arm,primecell";
                        reg = <0xfc200000 0x1000>;
                        interrupt-parent = <&vic1>;
-                       interrupts = <12>;
+                       interrupts = <13>;
                        status = "disabled";
                };