summaryrefslogtreecommitdiff
path: root/arch/arm64/boot/dts/freescale/imx8mp-evk.dts
diff options
context:
space:
mode:
authorRichard Zhu <hongxing.zhu@nxp.com>2020-12-29 09:24:27 +0800
committerDong Aisheng <aisheng.dong@nxp.com>2021-11-02 16:50:56 +0800
commita1b1d7b416c32fb3d06da8e17b06a7d35a7a0d95 (patch)
treed3dd3257d342ca0e959f901319616326bdbde596 /arch/arm64/boot/dts/freescale/imx8mp-evk.dts
parentabdbdbbaf1f11377b83911b85a7eae5fb03c5f21 (diff)
LF-3050-2 arm64: dts: imx8mp: use the correct hsio axi clock
Since the CG bit of the AXI clock would be handled by the composite clock "IMX8MP_CLK_HSIO_AXI" instead, correct the i.MX8MP PCIe AXI clock to IMX8MP_CLK_HSIO_AXI. Otherwise, it would break USB functions. Signed-off-by: Richard Zhu <hongxing.zhu@nxp.com> Reviewed-by: Jun Li <jun.li@nxp.com> Reviewed-by: Ye Li <ye.li@nxp.com>
Diffstat (limited to 'arch/arm64/boot/dts/freescale/imx8mp-evk.dts')
-rw-r--r--arch/arm64/boot/dts/freescale/imx8mp-evk.dts4
1 files changed, 2 insertions, 2 deletions
diff --git a/arch/arm64/boot/dts/freescale/imx8mp-evk.dts b/arch/arm64/boot/dts/freescale/imx8mp-evk.dts
index f19a117b2ac6..402a3f7962ea 100644
--- a/arch/arm64/boot/dts/freescale/imx8mp-evk.dts
+++ b/arch/arm64/boot/dts/freescale/imx8mp-evk.dts
@@ -640,7 +640,7 @@
ext_osc = <1>;
clocks = <&clk IMX8MP_CLK_HSIO_ROOT>,
<&clk IMX8MP_CLK_PCIE_AUX>,
- <&clk IMX8MP_CLK_HSIO_AXI_CG>,
+ <&clk IMX8MP_CLK_HSIO_AXI>,
<&clk IMX8MP_CLK_PCIE_ROOT>;
clock-names = "pcie", "pcie_aux", "pcie_phy", "pcie_bus";
assigned-clocks = <&clk IMX8MP_CLK_HSIO_AXI>,
@@ -656,7 +656,7 @@
ext_osc = <1>;
clocks = <&clk IMX8MP_CLK_HSIO_ROOT>,
<&clk IMX8MP_CLK_PCIE_AUX>,
- <&clk IMX8MP_CLK_HSIO_AXI_CG>,
+ <&clk IMX8MP_CLK_HSIO_AXI>,
<&clk IMX8MP_CLK_PCIE_ROOT>;
clock-names = "pcie", "pcie_aux", "pcie_phy", "pcie_bus";
assigned-clocks = <&clk IMX8MP_CLK_HSIO_AXI>,