aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSebastian Hesselbarth <sebastian.hesselbarth@gmail.com>2013-01-29 15:59:46 -0500
committerArnd Bergmann <arnd@arndb.de>2013-02-28 12:57:15 -0500
commit8be7a962e86ac47b5ee2b339e08cca1e5c063c15 (patch)
tree14f01f5e0d9a047f4cba44447a919e28483f0284
parent04e09b72731f4a49f8f0c2f882fe838a865c847c (diff)
ARM: dove: convert serial DT nodes to clocks property
of_serial now has support for using clocks property and we have a DT clock provider. This patch replaces the hard coded clock-frequency property with a clocks phandle to tclk. Signed-off-by: Sebastian Hesselbarth <sebastian.hesselbarth@gmail.com> Signed-off-by: Jason Cooper <jason@lakedaemon.net>
-rw-r--r--arch/arm/boot/dts/dove.dtsi8
1 files changed, 4 insertions, 4 deletions
diff --git a/arch/arm/boot/dts/dove.dtsi b/arch/arm/boot/dts/dove.dtsi
index c07220300714..67dbe20868a2 100644
--- a/arch/arm/boot/dts/dove.dtsi
+++ b/arch/arm/boot/dts/dove.dtsi
@@ -55,7 +55,7 @@
55 reg = <0x12000 0x100>; 55 reg = <0x12000 0x100>;
56 reg-shift = <2>; 56 reg-shift = <2>;
57 interrupts = <7>; 57 interrupts = <7>;
58 clock-frequency = <166666667>; 58 clocks = <&core_clk 0>;
59 status = "disabled"; 59 status = "disabled";
60 }; 60 };
61 61
@@ -64,7 +64,7 @@
64 reg = <0x12100 0x100>; 64 reg = <0x12100 0x100>;
65 reg-shift = <2>; 65 reg-shift = <2>;
66 interrupts = <8>; 66 interrupts = <8>;
67 clock-frequency = <166666667>; 67 clocks = <&core_clk 0>;
68 status = "disabled"; 68 status = "disabled";
69 }; 69 };
70 70
@@ -73,7 +73,7 @@
73 reg = <0x12000 0x100>; 73 reg = <0x12000 0x100>;
74 reg-shift = <2>; 74 reg-shift = <2>;
75 interrupts = <9>; 75 interrupts = <9>;
76 clock-frequency = <166666667>; 76 clocks = <&core_clk 0>;
77 status = "disabled"; 77 status = "disabled";
78 }; 78 };
79 79
@@ -82,7 +82,7 @@
82 reg = <0x12100 0x100>; 82 reg = <0x12100 0x100>;
83 reg-shift = <2>; 83 reg-shift = <2>;
84 interrupts = <10>; 84 interrupts = <10>;
85 clock-frequency = <166666667>; 85 clocks = <&core_clk 0>;
86 status = "disabled"; 86 status = "disabled";
87 }; 87 };
88 88