Skip to content

Commit 5de4728

Browse files
alexandrebelloniNicolas Ferre
authored andcommitted
ARM: at91/dt: sam9261: correctly define mainck
mainck (CKGR_MCFR register) is actually using main_osc (CKGR_MOR register). Signed-off-by: Alexandre Belloni <[email protected]> Acked-by: Boris BREZILLON <[email protected]> Signed-off-by: Nicolas Ferre <[email protected]>
1 parent 8cbff69 commit 5de4728

File tree

1 file changed

+8
-2
lines changed

1 file changed

+8
-2
lines changed

arch/arm/boot/dts/at91sam9261.dtsi

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -581,13 +581,19 @@
581581
clocks = <&slow_rc_osc &slow_xtal>;
582582
};
583583

584-
main: mainck {
585-
compatible = "atmel,at91rm9200-clk-main";
584+
main_osc: main_osc {
585+
compatible = "atmel,at91rm9200-clk-main-osc";
586586
#clock-cells = <0>;
587587
interrupts-extended = <&pmc AT91_PMC_MOSCS>;
588588
clocks = <&main_xtal>;
589589
};
590590

591+
main: mainck {
592+
compatible = "atmel,at91rm9200-clk-main";
593+
#clock-cells = <0>;
594+
clocks = <&main_osc>;
595+
};
596+
591597
plla: pllack {
592598
compatible = "atmel,at91rm9200-clk-pll";
593599
#clock-cells = <0>;

0 commit comments

Comments
 (0)