]> git.dujemihanovic.xyz Git - u-boot.git/commitdiff
ARM: dts: sama7g5: move clock frequencies for xtals in board file
authorClaudiu Beznea <claudiu.beznea@microchip.com>
Tue, 2 Jun 2020 12:19:19 +0000 (15:19 +0300)
committerEugen Hristev <eugen.hristev@microchip.com>
Thu, 7 Jan 2021 07:44:15 +0000 (09:44 +0200)
Move clock frequencies for crystals on board specific files.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>
arch/arm/dts/sama7g5.dtsi
arch/arm/dts/sama7g5ek.dts

index 24b6f9095794537caefb3e39e8e37ed49aef4e86..618f3a37d5e96d3889eb8c308e4661fd624a9e95 100644 (file)
                slow_xtal: slow_xtal {
                        compatible = "fixed-clock";
                        #clock-cells = <0>;
-                       clock-frequency = <0>;
                };
 
                main_xtal: main_xtal {
                        compatible = "fixed-clock";
                        #clock-cells = <0>;
-                       clock-frequency = <0>;
                };
 
                mck: mck {
index 41a754df6fa55553b23c10928711c8e7eef7fe60..03c7aa07ea4fd0b0e4ec1decca77fdc58de06e5f 100644 (file)
                stdout-path = "serial0:115200n8";
        };
 
+       clocks {
+               slow_xtal: slow_xtal {
+                       clock-frequency = <32768>;
+               };
+
+               main_xtal: main_xtal {
+                       clock-frequency = <24000000>;
+               };
+       };
+
        ahb {
 
                apb {