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)
committerOlof Johansson <olof@lixom.net>
Fri, 12 Jan 2018 02:06:43 +0000 (18:06 -0800)
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>
arch/arm/boot/dts/spear600.dtsi

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