diff options
author | Kory Maincent <kory.maincent@bootlin.com> | 2022-11-02 18:10:06 +0100 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2023-01-18 09:26:07 +0100 |
commit | 24ec70f09c540351df74f0567046625d3e89326f (patch) | |
tree | 0f46eb66f2e9be274c6f47afea90860fe33b38d9 /arch | |
parent | bdfb63d7647230999ae13e424853b88a39d3026a (diff) | |
download | linux-stable-24ec70f09c540351df74f0567046625d3e89326f.tar.gz linux-stable-24ec70f09c540351df74f0567046625d3e89326f.tar.bz2 linux-stable-24ec70f09c540351df74f0567046625d3e89326f.zip |
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: 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>
Diffstat (limited to 'arch')
-rw-r--r-- | arch/arm/boot/dts/spear600.dtsi | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/boot/dts/spear600.dtsi b/arch/arm/boot/dts/spear600.dtsi index 00166eb9be86..ca07e73e1f27 100644 --- a/arch/arm/boot/dts/spear600.dtsi +++ b/arch/arm/boot/dts/spear600.dtsi @@ -53,7 +53,7 @@ compatible = "arm,pl110", "arm,primecell"; reg = <0xfc200000 0x1000>; interrupt-parent = <&vic1>; - interrupts = <12>; + interrupts = <13>; status = "disabled"; }; |