linux-arm-kernel.lists.infradead.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 1/3] arm: spear600: Add missing interrupt-parent of rtc
@ 2018-01-11  5:58 Viresh Kumar
  2018-01-11  5:58 ` [PATCH 2/3] arm: spear13xx: Fix dmas cells Viresh Kumar
                   ` (3 more replies)
  0 siblings, 4 replies; 22+ messages in thread
From: Viresh Kumar @ 2018-01-11  5:58 UTC (permalink / raw)
  To: linux-arm-kernel

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

Fixes: 8113ba917dfa ("ARM: SPEAr: DT: Update device nodes")
Cc: stable at vger.kernel.org # v3.8+
Reported-by: Arnd Bergmann <arnd@arndb.de>
Signed-off-by: Viresh Kumar <viresh.kumar@linaro.org>
---
 arch/arm/boot/dts/spear600.dtsi | 1 +
 1 file changed, 1 insertion(+)

diff --git a/arch/arm/boot/dts/spear600.dtsi b/arch/arm/boot/dts/spear600.dtsi
index 6b32d20acc9f..00166eb9be86 100644
--- a/arch/arm/boot/dts/spear600.dtsi
+++ b/arch/arm/boot/dts/spear600.dtsi
@@ -194,6 +194,7 @@
 			rtc: rtc at fc900000 {
 				compatible = "st,spear600-rtc";
 				reg = <0xfc900000 0x1000>;
+				interrupt-parent = <&vic0>;
 				interrupts = <10>;
 				status = "disabled";
 			};
-- 
2.15.0.194.g9af6a3dea062

^ permalink raw reply related	[flat|nested] 22+ messages in thread

end of thread, other threads:[~2018-01-15 16:34 UTC | newest]

Thread overview: 22+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2018-01-11  5:58 [PATCH 1/3] arm: spear600: Add missing interrupt-parent of rtc Viresh Kumar
2018-01-11  5:58 ` [PATCH 2/3] arm: spear13xx: Fix dmas cells Viresh Kumar
2018-01-12  2:07   ` Olof Johansson
2018-01-11  5:58 ` [PATCH 3/3] arm: spear13xx: Fix spics gpio controller's warning Viresh Kumar
2018-01-12  2:07   ` Olof Johansson
2018-01-11 13:47 ` [PATCH 1/3] arm: spear600: Add missing interrupt-parent of rtc Rob Herring
2018-01-12  2:07 ` Olof Johansson
2018-01-12  3:22   ` Viresh Kumar
2018-01-12  3:23     ` Olof Johansson
2018-01-12  8:56       ` Arnd Bergmann
2018-01-12 18:23         ` Olof Johansson
2018-01-12 20:45           ` Rob Herring
2018-01-12 21:50             ` Olof Johansson
2018-01-12 21:53               ` Arnd Bergmann
2018-01-12 21:57                 ` Olof Johansson
2018-01-12 22:05                   ` Arnd Bergmann
2018-01-14 11:20                     ` Linus Walleij
2018-01-15 16:34                       ` Arnd Bergmann
2018-01-15  4:22                     ` Viresh Kumar
2018-01-15 12:49                       ` Arnd Bergmann
2018-01-14 11:17   ` Linus Walleij
2018-01-14 13:17     ` Alexandre Belloni

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).