projects
/
platform
/
kernel
/
linux-rpi.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
69da52f
)
ARM: SPEAr600: Fix timer interrupt definition in spear600.dtsi
author
Stefan Roese
<sr@denx.de>
Fri, 11 May 2012 08:41:01 +0000
(10:41 +0200)
committer
Shiraz Hashim
<shiraz.hashim@st.com>
Wed, 18 Jul 2012 04:35:05 +0000
(10:05 +0530)
Signed-off-by: Stefan Roese <sr@denx.de>
Signed-off-by: Shiraz Hashim <shiraz.hashim@st.com>
Acked-by: Viresh Kumar <viresh.kumar@linaro.org>
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
089f0a4
..
a3c36e4
100644
(file)
--- a/
arch/arm/boot/dts/spear600.dtsi
+++ b/
arch/arm/boot/dts/spear600.dtsi
@@
-181,6
+181,7
@@
timer@f0000000 {
compatible = "st,spear-timer";
reg = <0xf0000000 0x400>;
+ interrupt-parent = <&vic0>;
interrupts = <16>;
};
};