From: Richard Zhu Date: Fri, 28 Jan 2022 03:41:03 +0000 (+0100) Subject: arm64: dts: imx8mm: Add the pcie phy support X-Git-Tag: v2022.07~192^2~11 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=f1cc43624743655a275da62e92691bafe7465325;p=platform%2Fkernel%2Fu-boot.git arm64: dts: imx8mm: Add the pcie phy support Add the PCIe PHY support on iMX8MM platforms. Signed-off-by: Richard Zhu Tested-by: Marcel Ziswiler Reviewed-by: Tim Harvey Tested-by: Tim Harvey Signed-off-by: Shawn Guo Signed-off-by: Marek Vasut # Pick from Linux b9ec888f636f ("arm64: dts: imx8mm: Add the pcie phy support") --- diff --git a/arch/arm/dts/imx8mm.dtsi b/arch/arm/dts/imx8mm.dtsi index b142b80..63cab12 100644 --- a/arch/arm/dts/imx8mm.dtsi +++ b/arch/arm/dts/imx8mm.dtsi @@ -1041,6 +1041,19 @@ reg = <0x32e50200 0x200>; }; + pcie_phy: pcie-phy@32f00000 { + compatible = "fsl,imx8mm-pcie-phy"; + reg = <0x32f00000 0x10000>; + clocks = <&clk IMX8MM_CLK_PCIE1_PHY>; + clock-names = "ref"; + assigned-clocks = <&clk IMX8MM_CLK_PCIE1_PHY>; + assigned-clock-rates = <100000000>; + assigned-clock-parents = <&clk IMX8MM_SYS_PLL2_100M>; + resets = <&src IMX8MQ_RESET_PCIEPHY>; + reset-names = "pciephy"; + #phy-cells = <0>; + status = "disabled"; + }; }; dma_apbh: dma-controller@33000000 {