]> git.ipfire.org Git - thirdparty/kernel/stable.git/commitdiff
arm: spear600: Add missing interrupt-parent of rtc
authorViresh Kumar <viresh.kumar@linaro.org>
Thu, 11 Jan 2018 05:58:51 +0000 (11:28 +0530)
committerSasha Levin <alexander.levin@microsoft.com>
Sun, 4 Mar 2018 15:28:22 +0000 (10:28 -0500)
[ Upstream commit 6ffb5b4f248fe53e0361b8cbc2a523b432566442 ]

The interrupt-parent of rtc was missing, add it.

Fixes: 8113ba917dfa ("ARM: SPEAr: DT: Update device nodes")
Cc: stable@vger.kernel.org # v3.8+
Reported-by: Arnd Bergmann <arnd@arndb.de>
Signed-off-by: Viresh Kumar <viresh.kumar@linaro.org>
Signed-off-by: Olof Johansson <olof@lixom.net>
Signed-off-by: Sasha Levin <alexander.levin@microsoft.com>
arch/arm/boot/dts/spear600.dtsi

index 9f60a7b6a42bf42e0b84584d94b48b7888ea58a0..bd379034993ca46164aad23bc311ba94f346484f 100644 (file)
                        rtc@fc900000 {
                                compatible = "st,spear600-rtc";
                                reg = <0xfc900000 0x1000>;
+                               interrupt-parent = <&vic0>;
                                interrupts = <10>;
                                status = "disabled";
                        };