Skip to content

Commit

Permalink
arm: spear600: Add missing interrupt-parent of rtc
Browse files Browse the repository at this point in the history
The interrupt-parent of rtc was missing, add it.

Fixes: 8113ba9 ("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>
  • Loading branch information
Viresh Kumar authored and Olof Johansson committed Jan 12, 2018
1 parent acbf76e commit 6ffb5b4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions arch/arm/boot/dts/spear600.dtsi
Original file line number Diff line number Diff line change
Expand Up @@ -194,6 +194,7 @@
rtc: rtc@fc900000 {
compatible = "st,spear600-rtc";
reg = <0xfc900000 0x1000>;
interrupt-parent = <&vic0>;
interrupts = <10>;
status = "disabled";
};
Expand Down

0 comments on commit 6ffb5b4

Please sign in to comment.