]> git.kernelconcepts.de Git - karo-tx-linux.git/commitdiff
ARM: dts: am4372: Set the default clock rate for dpll_clksel_mac_clk clock
authorKeerthy <j-keerthy@ti.com>
Thu, 18 Jun 2015 08:01:13 +0000 (13:31 +0530)
committerTero Kristo <t-kristo@ti.com>
Fri, 31 Jul 2015 09:13:18 +0000 (12:13 +0300)
cpsw needs the clock to be running at 50MHz in kernel. Hence setting
the default rate.

Signed-off-by: Keerthy <j-keerthy@ti.com>
Signed-off-by: Tero Kristo <t-kristo@ti.com>
arch/arm/boot/dts/am4372.dtsi

index ade28c790f4bf6abfbb17de0aaee768e8f324837..8091af6a99c3b71ce4aea89cb95d28ba991c2a44 100644 (file)
                        #address-cells = <1>;
                        #size-cells = <1>;
                        ti,hwmods = "cpgmac0";
-                       clocks = <&cpsw_125mhz_gclk>, <&cpsw_cpts_rft_clk>;
-                       clock-names = "fck", "cpts";
+                       clocks = <&cpsw_125mhz_gclk>, <&cpsw_cpts_rft_clk>,
+                                <&dpll_clksel_mac_clk>;
+                       clock-names = "fck", "cpts", "50mclk";
+                       assigned-clocks = <&dpll_clksel_mac_clk>;
+                       assigned-clock-rates = <50000000>;
                        status = "disabled";
                        cpdma_channels = <8>;
                        ale_entries = <1024>;