MLK-22448-2 arch64: dts: imx8m: Set qspi parent to pll1_400m
authorLeonard Crestez <leonard.crestez@nxp.com>
Fri, 16 Aug 2019 16:54:41 +0000 (19:54 +0300)
committerLeonard Crestez <leonard.crestez@nxp.com>
Fri, 16 Aug 2019 18:41:59 +0000 (21:41 +0300)
On imx8mm and imx8mn pll1_800m is not a parents of qspi, that mux
position connects to pll2_333m instead.

Set the assigned-clock-parent to pll1_400m instead so that we can get
80m as expected.

Signed-off-by: Leonard Crestez <leonard.crestez@nxp.com>
Reviewed-by: Han Xu <han.xu@nxp.com>
arch/arm64/boot/dts/freescale/fsl-imx8mm.dtsi
arch/arm64/boot/dts/freescale/fsl-imx8mn.dtsi

index 76a5b05..4e29734 100644 (file)
                clock-names = "fspi";
                assigned-clock-rates = <80000000>;
                assigned-clocks = <&clk IMX8MM_CLK_QSPI>;
-               assigned-clock-parents = <&clk IMX8MM_SYS_PLL1_800M>;
+               assigned-clock-parents = <&clk IMX8MM_SYS_PLL1_400M>;
                status = "disabled";
        };
 
index 27d9295..f68c891 100644 (file)
                clock-names = "fspi";
                assigned-clock-rates = <80000000>;
                assigned-clocks = <&clk IMX8MN_CLK_QSPI>;
-               assigned-clock-parents = <&clk IMX8MN_SYS_PLL1_800M>;
+               assigned-clock-parents = <&clk IMX8MN_SYS_PLL1_400M>;
                status = "disabled";
        };