]> asedeno.scripts.mit.edu Git - linux.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)
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 6b32d20acc9f4bef1285a51f3045c5ffca6e22b0..00166eb9be86f097d51908b52a4a9cdc000083d6 100644 (file)
@@ -194,6 +194,7 @@ i2c: i2c@d0200000 {
                        rtc: rtc@fc900000 {
                                compatible = "st,spear600-rtc";
                                reg = <0xfc900000 0x1000>;
+                               interrupt-parent = <&vic0>;
                                interrupts = <10>;
                                status = "disabled";
                        };