Skip to content

Commit

Permalink
ARM: sunxi: unify osc24M_fixed and osc24M
Browse files Browse the repository at this point in the history
Now that the clock driver supports the gatable oscillator as one single
clock, drop osc24M_fixed and move the relevant properties to osc24M

Signed-off-by: Emilio López <emilio@elopez.com.ar>
Signed-off-by: Maxime Ripard <maxime.ripard@free-electrons.com>
  • Loading branch information
Emilio López authored and Maxime Ripard committed Apr 15, 2013
1 parent 0b19b7c commit 92fd6e0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 14 deletions.
8 changes: 1 addition & 7 deletions arch/arm/boot/dts/sun4i-a10.dtsi
Original file line number Diff line number Diff line change
Expand Up @@ -42,17 +42,11 @@
clock-frequency = <0>;
};

osc24M_fixed: osc24M_fixed {
#clock-cells = <0>;
compatible = "fixed-clock";
clock-frequency = <24000000>;
};

osc24M: osc24M@01c20050 {
#clock-cells = <0>;
compatible = "allwinner,sun4i-osc-clk";
reg = <0x01c20050 0x4>;
clocks = <&osc24M_fixed>;
clock-frequency = <24000000>;
};

osc32k: osc32k {
Expand Down
8 changes: 1 addition & 7 deletions arch/arm/boot/dts/sun5i-a13.dtsi
Original file line number Diff line number Diff line change
Expand Up @@ -43,17 +43,11 @@
clock-frequency = <0>;
};

osc24M_fixed: osc24M_fixed {
#clock-cells = <0>;
compatible = "fixed-clock";
clock-frequency = <24000000>;
};

osc24M: osc24M@01c20050 {
#clock-cells = <0>;
compatible = "allwinner,sun4i-osc-clk";
reg = <0x01c20050 0x4>;
clocks = <&osc24M_fixed>;
clock-frequency = <24000000>;
};

osc32k: osc32k {
Expand Down

0 comments on commit 92fd6e0

Please sign in to comment.