MLK-11437-01 ARM: dts: imx: correct the clock info of cpu node
authorBai Ping <b51503@freescale.com>
Thu, 27 Aug 2015 17:17:44 +0000 (01:17 +0800)
committerNitin Garg <nitin.garg@nxp.com>
Mon, 19 Mar 2018 19:48:28 +0000 (14:48 -0500)
The pll1_bypass and pll1_bypass_src clock index  in cpu node
should be IMX6SX_PLL1_BYPASS and IMX6SX_PLL1_BYPASS_SRC,
so correct this.

Signed-off-by: Bai Ping <b51503@freescale.com>
arch/arm/boot/dts/imx6sx.dtsi

index f98a7fa..d294648 100644 (file)
@@ -79,8 +79,8 @@
                                 <&clks IMX6SX_CLK_PLL1_SW>,
                                 <&clks IMX6SX_CLK_PLL1_SYS>,
                                 <&clks IMX6SX_CLK_PLL1>,
-                                <&clks IMX6SX_PLL7_BYPASS>,
-                                <&clks IMX6SX_PLL7_BYPASS_SRC>;
+                                <&clks IMX6SX_PLL1_BYPASS>,
+                                <&clks IMX6SX_PLL1_BYPASS_SRC>;
                        clock-names = "arm", "pll2_pfd2_396m", "step",
                                      "pll1_sw", "pll1_sys", "pll1",
                                      "pll1_bypass", "pll1_bypass_src";