Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 5de47284 authored by Alexandre Belloni's avatar Alexandre Belloni Committed by Nicolas Ferre
Browse files

ARM: at91/dt: sam9261: correctly define mainck



mainck (CKGR_MCFR register) is actually using main_osc (CKGR_MOR register).

Signed-off-by: default avatarAlexandre Belloni <alexandre.belloni@free-electrons.com>
Acked-by: default avatarBoris BREZILLON <boris.brezillon@free-electrons.com>
Signed-off-by: default avatarNicolas Ferre <nicolas.ferre@atmel.com>
parent 8cbff69c
Loading
Loading
Loading
Loading
+8 −2
Original line number Diff line number Diff line
@@ -581,13 +581,19 @@
					clocks = <&slow_rc_osc &slow_xtal>;
				};

				main: mainck {
					compatible = "atmel,at91rm9200-clk-main";
				main_osc: main_osc {
					compatible = "atmel,at91rm9200-clk-main-osc";
					#clock-cells = <0>;
					interrupts-extended = <&pmc AT91_PMC_MOSCS>;
					clocks = <&main_xtal>;
				};

				main: mainck {
					compatible = "atmel,at91rm9200-clk-main";
					#clock-cells = <0>;
					clocks = <&main_osc>;
				};

				plla: pllack {
					compatible = "atmel,at91rm9200-clk-pll";
					#clock-cells = <0>;