diff options
author | Maxime Ripard <maxime.ripard@free-electrons.com> | 2013-02-20 20:41:33 -0500 |
---|---|---|
committer | Maxime Ripard <maxime.ripard@free-electrons.com> | 2013-03-29 04:17:26 -0400 |
commit | 4498578623148a27bb9683359fcd09746e109dfa (patch) | |
tree | 4498f45134bfde7286903d0add4bff68e6453a8f /arch | |
parent | fd9d991551a2530be7e4718fac1f0c8a310d210d (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.dtsi | 4 |
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 | }; |