aboutsummaryrefslogtreecommitdiffstats
path: root/arch
diff options
context:
space:
mode:
authorMaxime Ripard <maxime.ripard@free-electrons.com>2013-02-20 20:41:33 -0500
committerMaxime Ripard <maxime.ripard@free-electrons.com>2013-03-29 04:17:26 -0400
commit4498578623148a27bb9683359fcd09746e109dfa (patch)
tree4498f45134bfde7286903d0add4bff68e6453a8f /arch
parentfd9d991551a2530be7e4718fac1f0c8a310d210d (diff)
ARM: sunxi: dt: Use clocks property instead of clock-frequency for the UARTs
It will be especially useful when we will have the clock definitions in the device tree. Signed-off-by: Maxime Ripard <maxime.ripard@free-electrons.com> Acked-by: Emilio López <emilio@elopez.com.ar> Tested-by: Emilio López <emilio@elopez.com.ar>
Diffstat (limited to 'arch')
-rw-r--r--arch/arm/boot/dts/sunxi.dtsi4
1 files changed, 2 insertions, 2 deletions
diff --git a/arch/arm/boot/dts/sunxi.dtsi b/arch/arm/boot/dts/sunxi.dtsi
index dfbb98bbc4c2..287deb79e515 100644
--- a/arch/arm/boot/dts/sunxi.dtsi
+++ b/arch/arm/boot/dts/sunxi.dtsi
@@ -142,7 +142,7 @@
142 interrupts = <1>; 142 interrupts = <1>;
143 reg-shift = <2>; 143 reg-shift = <2>;
144 reg-io-width = <4>; 144 reg-io-width = <4>;
145 clock-frequency = <24000000>; 145 clocks = <&osc>;
146 status = "disabled"; 146 status = "disabled";
147 }; 147 };
148 148
@@ -152,7 +152,7 @@
152 interrupts = <2>; 152 interrupts = <2>;
153 reg-shift = <2>; 153 reg-shift = <2>;
154 reg-io-width = <4>; 154 reg-io-width = <4>;
155 clock-frequency = <24000000>; 155 clocks = <&osc>;
156 status = "disabled"; 156 status = "disabled";
157 }; 157 };
158 }; 158 };