diff options
author | Maxime Ripard | 2013-02-20 17:41:33 -0800 |
---|---|---|
committer | Maxime Ripard | 2013-03-29 09:17:26 +0100 |
commit | 4498578623148a27bb9683359fcd09746e109dfa (patch) | |
tree | 4498f45134bfde7286903d0add4bff68e6453a8f | |
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>
-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 @@ interrupts = <1>; reg-shift = <2>; reg-io-width = <4>; - clock-frequency = <24000000>; + clocks = <&osc>; status = "disabled"; }; @@ -152,7 +152,7 @@ interrupts = <2>; reg-shift = <2>; reg-io-width = <4>; - clock-frequency = <24000000>; + clocks = <&osc>; status = "disabled"; }; }; |