Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit fb16fe7

Browse files
nirvannnoglitch
authored andcommitted
ARM: dts: microchip: sama7d65eb: Adjust clock xtal phandle
Adjust clock xtal phandles to match the new xtal phandle formatting. Without this alignment the kernel would simply not boot - and remain completely silent. Fixes: 5f42ad4 ("ARM: dts: microchip: add sama7d65eb board") Signed-off-by: Aubin Constans <[email protected]> Reviewed-by: Ryan Wanner <[email protected]> Acked-by: Nicolas Ferre <[email protected]>
1 parent 2109f46 commit fb16fe7

File tree

1 file changed

+8
-10
lines changed

1 file changed

+8
-10
lines changed

arch/arm/boot/dts/microchip/at91-sama7d65eb.dts

Lines changed: 8 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -34,16 +34,6 @@
3434
i2c2 = &i2c3;
3535
};
3636

37-
clocks {
38-
slow_xtal {
39-
clock-frequency = <32768>;
40-
};
41-
42-
main_xtal {
43-
clock-frequency = <24000000>;
44-
};
45-
};
46-
4737
display {
4838
/* LVDS WVGA Display panel Microchip AC69T88A */
4939
compatible = "sitronix,st7262", "simple-panel";
@@ -511,6 +501,10 @@
511501
};
512502
};
513503

504+
&main_xtal {
505+
clock-frequency = <24000000>;
506+
};
507+
514508
&pioa {
515509
pinctrl_adc_default: adc_default {
516510
pinmux = <PIN_PC5__GPIO>;
@@ -723,6 +717,10 @@
723717
};
724718
};
725719

720+
&slow_xtal {
721+
clock-frequency = <32768>;
722+
};
723+
726724
&usb1 {
727725
atmel,vbus-gpio = <&pioa PIN_PC0 GPIO_ACTIVE_HIGH>;
728726
pinctrl-names = "default";

0 commit comments

Comments
 (0)