From 3d44aa3ec4f0f88665ee0a58fa0b15ff7194e6f9 Mon Sep 17 00:00:00 2001 From: Leonard Crestez Date: Fri, 16 Aug 2019 19:54:41 +0300 Subject: [PATCH] MLK-22448-2 arch64: dts: imx8m: Set qspi parent to pll1_400m 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 Reviewed-by: Han Xu --- arch/arm64/boot/dts/freescale/fsl-imx8mm.dtsi | 2 +- arch/arm64/boot/dts/freescale/fsl-imx8mn.dtsi | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/arch/arm64/boot/dts/freescale/fsl-imx8mm.dtsi b/arch/arm64/boot/dts/freescale/fsl-imx8mm.dtsi index 76a5b059f9a2..4e29734224a5 100644 --- a/arch/arm64/boot/dts/freescale/fsl-imx8mm.dtsi +++ b/arch/arm64/boot/dts/freescale/fsl-imx8mm.dtsi @@ -969,7 +969,7 @@ 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"; }; diff --git a/arch/arm64/boot/dts/freescale/fsl-imx8mn.dtsi b/arch/arm64/boot/dts/freescale/fsl-imx8mn.dtsi index 27d9295d4932..f68c8913a6c5 100644 --- a/arch/arm64/boot/dts/freescale/fsl-imx8mn.dtsi +++ b/arch/arm64/boot/dts/freescale/fsl-imx8mn.dtsi @@ -902,7 +902,7 @@ 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"; }; -- 2.17.1