Skip to content
Snippets Groups Projects
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 0336e2ce ]

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
No related merge requests found
......@@ -47,7 +47,7 @@
compatible = "arm,pl110", "arm,primecell";
reg = <0xfc200000 0x1000>;
interrupt-parent = <&vic1>;
interrupts = <12>;
interrupts = <13>;
status = "disabled";
};
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment