aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm/boot/dts/prima2.dtsi
diff options
context:
space:
mode:
authorZhiwu Song <Zhiwu.Song@csr.com>2014-05-05 07:30:04 -0400
committerBarry Song <Baohua.Song@csr.com>2014-05-12 09:43:49 -0400
commitc7cff54d5926e3f419c23eff2ebaf6f5e12da05d (patch)
treef5070d37732decf324f11f426f4c2c4c87239066 /arch/arm/boot/dts/prima2.dtsi
parent7caf6852018a7550a2451972522688caef350549 (diff)
clocksource:sirf: remove the hardcode for the clk of timers
Nobody want to know the connection between io clk and timer clk, so exposing this information to timer module is not reasonable. this patch moves to define the timers' clk in dt. Signed-off-by: Zhiwu Song <Zhiwu.Song@csr.com> Signed-off-by: Barry Song <Baohua.Song@csr.com>
Diffstat (limited to 'arch/arm/boot/dts/prima2.dtsi')
-rw-r--r--arch/arm/boot/dts/prima2.dtsi1
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm/boot/dts/prima2.dtsi b/arch/arm/boot/dts/prima2.dtsi
index 1e82571d6823..7e7d8843abaf 100644
--- a/arch/arm/boot/dts/prima2.dtsi
+++ b/arch/arm/boot/dts/prima2.dtsi
@@ -201,6 +201,7 @@
201 compatible = "sirf,prima2-tick"; 201 compatible = "sirf,prima2-tick";
202 reg = <0xb0020000 0x1000>; 202 reg = <0xb0020000 0x1000>;
203 interrupts = <0>; 203 interrupts = <0>;
204 clocks = <&clks 11>;
204 }; 205 };
205 206
206 nand@b0030000 { 207 nand@b0030000 {