We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8cbff69 commit 5de4728Copy full SHA for 5de4728
arch/arm/boot/dts/at91sam9261.dtsi
@@ -581,13 +581,19 @@
581
clocks = <&slow_rc_osc &slow_xtal>;
582
};
583
584
- main: mainck {
585
- compatible = "atmel,at91rm9200-clk-main";
+ main_osc: main_osc {
+ compatible = "atmel,at91rm9200-clk-main-osc";
586
#clock-cells = <0>;
587
interrupts-extended = <&pmc AT91_PMC_MOSCS>;
588
clocks = <&main_xtal>;
589
590
591
+ main: mainck {
592
+ compatible = "atmel,at91rm9200-clk-main";
593
+ #clock-cells = <0>;
594
+ clocks = <&main_osc>;
595
+ };
596
+
597
plla: pllack {
598
compatible = "atmel,at91rm9200-clk-pll";
599
0 commit comments