Skip to content

Commit 971dc9c

Browse files
alexandrebelloniNicolas Ferre
authored andcommitted
ARM: at91/dt: sam9261: remove slow RC osc
The at91sam9261 doesn't actually have a slow RC oscillator, remove it from the dtsi. Signed-off-by: Alexandre Belloni <[email protected]> Acked-by: Boris BREZILLON <[email protected]> Signed-off-by: Nicolas Ferre <[email protected]>
1 parent 78ca2ec commit 971dc9c

File tree

1 file changed

+2
-15
lines changed

1 file changed

+2
-15
lines changed

arch/arm/boot/dts/at91sam9261.dtsi

Lines changed: 2 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -568,19 +568,6 @@
568568
#size-cells = <0>;
569569
#interrupt-cells = <1>;
570570

571-
slow_rc_osc: slow_rc_osc {
572-
compatible = "fixed-clock";
573-
#clock-cells = <0>;
574-
clock-frequency = <32768>;
575-
clock-accuracy = <50000000>;
576-
};
577-
578-
clk32k: slck {
579-
compatible = "atmel,at91sam9260-clk-slow";
580-
#clock-cells = <0>;
581-
clocks = <&slow_rc_osc &slow_xtal>;
582-
};
583-
584571
main_osc: main_osc {
585572
compatible = "atmel,at91rm9200-clk-main-osc";
586573
#clock-cells = <0>;
@@ -621,7 +608,7 @@
621608
compatible = "atmel,at91rm9200-clk-master";
622609
#clock-cells = <0>;
623610
interrupts-extended = <&pmc AT91_PMC_MCKRDY>;
624-
clocks = <&clk32k>, <&main>, <&plla>, <&pllb>;
611+
clocks = <&slow_xtal>, <&main>, <&plla>, <&pllb>;
625612
atmel,clk-output-range = <0 94000000>;
626613
atmel,clk-divisors = <1 2 4 0>;
627614
};
@@ -638,7 +625,7 @@
638625
#address-cells = <1>;
639626
#size-cells = <0>;
640627
interrupt-parent = <&pmc>;
641-
clocks = <&clk32k>, <&main>, <&plla>, <&pllb>;
628+
clocks = <&slow_xtal>, <&main>, <&plla>, <&pllb>;
642629

643630
prog0: prog0 {
644631
#clock-cells = <0>;

0 commit comments

Comments
 (0)