projects
/
openwrt
/
staging
/
blogic.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 089f0a42c50ef4244765efc59450011637e33a08..a3c36e47d7efcafee29eb73865eb5dec5651d4a4 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>;
};
};