ARM: SPEAr600: Fix timer interrupt definition in spear600.dtsi
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>
This commit is contained in:
parent
69da52f7ea
commit
69c7e3772e
|
@ -181,6 +181,7 @@
|
||||||
timer@f0000000 {
|
timer@f0000000 {
|
||||||
compatible = "st,spear-timer";
|
compatible = "st,spear-timer";
|
||||||
reg = <0xf0000000 0x400>;
|
reg = <0xf0000000 0x400>;
|
||||||
|
interrupt-parent = <&vic0>;
|
||||||
interrupts = <16>;
|
interrupts = <16>;
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
Loading…
Reference in New Issue