]> asedeno.scripts.mit.edu Git - linux.git/commitdiff
ARM: dts: imx6ul: remove unnecessary clocks for cpu-freq
authorAnson Huang <Anson.Huang@nxp.com>
Wed, 3 Jan 2018 11:22:14 +0000 (19:22 +0800)
committerShawn Guo <shawnguo@kernel.org>
Mon, 12 Feb 2018 13:12:59 +0000 (21:12 +0800)
Remove unnecessary clocks for cpu-freq driver to
avoid confusion.

Signed-off-by: Anson Huang <Anson.Huang@nxp.com>
Reviewed-by: Fabio Estevam <fabio.estevam@nxp.com>
Acked-by: Dong Aisheng <aisheng.dong@nxp.com>
Signed-off-by: Shawn Guo <shawnguo@kernel.org>
arch/arm/boot/dts/imx6ul.dtsi

index 5d6c3ba36cd159802deb54b81262a38899b564f8..d88fc9a2248f645aedd01b03c37565a63ae57802 100644 (file)
@@ -86,15 +86,10 @@ cpu0: cpu@0 {
                                 <&clks IMX6UL_CA7_SECONDARY_SEL>,
                                 <&clks IMX6UL_CLK_STEP>,
                                 <&clks IMX6UL_CLK_PLL1_SW>,
-                                <&clks IMX6UL_CLK_PLL1_SYS>,
-                                <&clks IMX6UL_PLL1_BYPASS>,
-                                <&clks IMX6UL_CLK_PLL1>,
-                                <&clks IMX6UL_PLL1_BYPASS_SRC>,
-                                <&clks IMX6UL_CLK_OSC>;
+                                <&clks IMX6UL_CLK_PLL1_SYS>;
                        clock-names = "arm", "pll2_bus",  "pll2_pfd2_396m",
                                      "secondary_sel", "step", "pll1_sw",
-                                     "pll1_sys", "pll1_bypass", "pll1",
-                                     "pll1_bypass_src", "osc";
+                                     "pll1_sys";
                        arm-supply = <&reg_arm>;
                        soc-supply = <&reg_soc>;
                };