arm: spear600: Add missing interrupt-parent of rtc
commit6ffb5b4f24
upstream. The interrupt-parent of rtc was missing, add it. Fixes:8113ba917d
("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: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
This commit is contained in:
committed by
Greg Kroah-Hartman
parent
660728b71a
commit
f8bc000816
@ -194,6 +194,7 @@
|
|||||||
rtc@fc900000 {
|
rtc@fc900000 {
|
||||||
compatible = "st,spear600-rtc";
|
compatible = "st,spear600-rtc";
|
||||||
reg = <0xfc900000 0x1000>;
|
reg = <0xfc900000 0x1000>;
|
||||||
|
interrupt-parent = <&vic0>;
|
||||||
interrupts = <10>;
|
interrupts = <10>;
|
||||||
status = "disabled";
|
status = "disabled";
|
||||||
};
|
};
|
||||||
|
Reference in New Issue
Block a user