From 7ac49d4f42dc4bddf8febc2482fa91712786c930 Mon Sep 17 00:00:00 2001 From: Richard Zhu Date: Wed, 21 Aug 2019 04:48:46 -0400 Subject: ARM64: dts: imx8mm: correct the imx8mm pcie phy dts node Correct the reg scope of the iMX8MM PCIe PHY DTS node. Signed-off-by: Richard Zhu --- arch/arm64/boot/dts/freescale/imx8mm.dtsi | 10 ++++------ 1 file changed, 4 insertions(+), 6 deletions(-) (limited to 'arch/arm64') diff --git a/arch/arm64/boot/dts/freescale/imx8mm.dtsi b/arch/arm64/boot/dts/freescale/imx8mm.dtsi index 4f7bef683fe0..63ebeafd522d 100644 --- a/arch/arm64/boot/dts/freescale/imx8mm.dtsi +++ b/arch/arm64/boot/dts/freescale/imx8mm.dtsi @@ -586,12 +586,6 @@ fsl,sdma-ram-script-name = "imx/sdma/sdma-imx7d.bin"; }; - pcie_phy: pcie-phy@302f0000 { - compatible = "fsl,imx7d-pcie-phy"; - reg = <0x302f0000 0x10000>; - status = "disabled"; - }; - iomuxc: pinctrl@30330000 { compatible = "fsl,imx8mm-iomuxc"; reg = <0x30330000 0x10000>; @@ -1088,6 +1082,10 @@ reg = <0x32e50200 0x200>; }; + pcie_phy: pcie-phy@32f00000 { + compatible = "fsl,imx7d-pcie-phy"; + reg = <0x32f00000 0x10000>; + }; }; dma_apbh: dma-controller@33000000 { -- cgit v1.2.3