Commit 69c7e377 authored by Stefan Roese's avatar Stefan Roese Committed by Shiraz Hashim

ARM: SPEAr600: Fix timer interrupt definition in spear600.dtsi

Signed-off-by: default avatarStefan Roese <sr@denx.de>
Signed-off-by: default avatarShiraz Hashim <shiraz.hashim@st.com>
Acked-by: default avatarViresh Kumar <viresh.kumar@linaro.org>
parent 69da52f7
......@@ -181,6 +181,7 @@ i2c@d0200000 {
timer@f0000000 {
compatible = "st,spear-timer";
reg = <0xf0000000 0x400>;
interrupt-parent = <&vic0>;
interrupts = <16>;
};
};
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment