From 0bd7100eea18f8a2d62671a5d1af27947696f930 Mon Sep 17 00:00:00 2001 From: Bai Ping Date: Fri, 28 Aug 2015 01:17:44 +0800 Subject: [PATCH] MLK-11437-01 ARM: dts: imx: correct the clock info of cpu node 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 --- arch/arm/boot/dts/imx6sx.dtsi | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/arch/arm/boot/dts/imx6sx.dtsi b/arch/arm/boot/dts/imx6sx.dtsi index f98a7fa3c457..d29464897a4c 100644 --- a/arch/arm/boot/dts/imx6sx.dtsi +++ b/arch/arm/boot/dts/imx6sx.dtsi @@ -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";