Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit f5c52119 authored by Kory Maincent's avatar Kory Maincent Committed by Greg Kroah-Hartman
Browse files

arm: dts: spear600: Fix clcd interrupt



[ 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: 8113ba91 ("ARM: SPEAr: DT: Update device nodes")
Signed-off-by: default avatarKory Maincent <kory.maincent@bootlin.com>
Acked-by: default avatarViresh Kumar <viresh.kumar@linaro.org>
Signed-off-by: default avatarArnd Bergmann <arnd@arndb.de>
Signed-off-by: default avatarSasha Levin <sashal@kernel.org>
parent 3a90edba
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -47,7 +47,7 @@
			compatible = "arm,pl110", "arm,primecell";
			reg = <0xfc200000 0x1000>;
			interrupt-parent = <&vic1>;
			interrupts = <12>;
			interrupts = <13>;
			status = "disabled";
		};