Skip to content

Commit

Permalink
ARM: sunxi: dt: Use clocks property instead of clock-frequency for th…
Browse files Browse the repository at this point in the history
…e 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>
  • Loading branch information
Maxime Ripard committed Mar 29, 2013
1 parent fd9d991 commit 4498578
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions arch/arm/boot/dts/sunxi.dtsi
Original file line number Diff line number Diff line change
Expand Up @@ -142,7 +142,7 @@
interrupts = <1>;
reg-shift = <2>;
reg-io-width = <4>;
clock-frequency = <24000000>;
clocks = <&osc>;
status = "disabled";
};

Expand All @@ -152,7 +152,7 @@
interrupts = <2>;
reg-shift = <2>;
reg-io-width = <4>;
clock-frequency = <24000000>;
clocks = <&osc>;
status = "disabled";
};
};
Expand Down

0 comments on commit 4498578

Please sign in to comment.