ARM: dts: sti: update clkgen-pll entries in stih410-clock
authorAlain Volmat <avolmat@me.com>
Wed, 31 Mar 2021 20:42:20 +0000 (22:42 +0200)
committerPatrice Chotard <patrice.chotard@foss.st.com>
Fri, 6 Aug 2021 07:30:01 +0000 (09:30 +0200)
The clkgen-pll driver now embed the clock names (assuming the
right compatible is used). Remove all clock-output-names property
and update when necessary the compatible.

Signed-off-by: Alain Volmat <avolmat@me.com>
Reviewed-by: Patrice Chotard <patrice.chotard@foss.st.com>
Signed-off-by: Patrice Chotard <patrice.chotard@foss.st.com>
arch/arm/boot/dts/stih410-clock.dtsi

index 04b0d70..3aeabdd 100644 (file)
@@ -39,8 +39,6 @@
                                compatible = "st,stih407-clkgen-plla9";
 
                                clocks = <&clk_sysin>;
-
-                               clock-output-names = "clockgen-a9-pll-odf";
                        };
                };
 
 
                        clk_s_a0_pll: clk-s-a0-pll {
                                #clock-cells = <1>;
-                               compatible = "st,clkgen-pll0";
+                               compatible = "st,clkgen-pll0-a0";
 
                                clocks = <&clk_sysin>;
-
-                               clock-output-names = "clk-s-a0-pll-ofd-0";
-                               clock-critical = <0>; /* clk-s-a0-pll-ofd-0 */
                        };
 
                        clk_s_a0_flexgen: clk-s-a0-flexgen {
 
                        clk_s_c0_pll0: clk-s-c0-pll0 {
                                #clock-cells = <1>;
-                               compatible = "st,clkgen-pll0";
+                               compatible = "st,clkgen-pll0-c0";
 
                                clocks = <&clk_sysin>;
-
-                               clock-output-names = "clk-s-c0-pll0-odf-0";
-                               clock-critical = <0>; /* clk-s-c0-pll0-odf-0 */
                        };
 
                        clk_s_c0_pll1: clk-s-c0-pll1 {
                                #clock-cells = <1>;
-                               compatible = "st,clkgen-pll1";
+                               compatible = "st,clkgen-pll1-c0";
 
                                clocks = <&clk_sysin>;
-
-                               clock-output-names = "clk-s-c0-pll1-odf-0";
                        };
 
                        clk_s_c0_flexgen: clk-s-c0-flexgen {