projects
/
linux.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
acbf76e
)
arm: spear600: Add missing interrupt-parent of rtc
author
Viresh Kumar
<viresh.kumar@linaro.org>
Thu, 11 Jan 2018 05:58:51 +0000
(11:28 +0530)
committer
Olof 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
patch
|
blob
|
history
diff --git
a/arch/arm/boot/dts/spear600.dtsi
b/arch/arm/boot/dts/spear600.dtsi
index 6b32d20acc9f4bef1285a51f3045c5ffca6e22b0..00166eb9be86f097d51908b52a4a9cdc000083d6 100644
(file)
--- a/
arch/arm/boot/dts/spear600.dtsi
+++ b/
arch/arm/boot/dts/spear600.dtsi
@@
-194,6
+194,7
@@
rtc: rtc@fc900000 {
compatible = "st,spear600-rtc";
reg = <0xfc900000 0x1000>;
+ interrupt-parent = <&vic0>;
interrupts = <10>;
status = "disabled";
};