diff options
| author | Richard Zhu <hongxing.zhu@nxp.com> | 2025-02-26 10:42:55 +0800 |
|---|---|---|
| committer | Shawn Guo <shawnguo@kernel.org> | 2025-04-22 09:47:32 +0800 |
| commit | 0005617c5e2fc04b2dc94cf849e5556b952571ca (patch) | |
| tree | 643bb587bd699a0243474032d1e71e5f4ee39578 | |
| parent | 7ed7d1ed852d8f4c4dee7a4d4f7807ad59c7915d (diff) | |
| download | linux-0005617c5e2fc04b2dc94cf849e5556b952571ca.tar.gz linux-0005617c5e2fc04b2dc94cf849e5556b952571ca.zip | |
arm64: dts: imx8mq: Add linux,pci-domain into pcie-ep node
Add linux,pci-domain into pcie-ep node of i.MX8MQ.
Signed-off-by: Richard Zhu <hongxing.zhu@nxp.com>
Reviewed-by: Frank Li <Frank.Li@nxp.com>
Signed-off-by: Shawn Guo <shawnguo@kernel.org>
| -rw-r--r-- | arch/arm64/boot/dts/freescale/imx8mq.dtsi | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm64/boot/dts/freescale/imx8mq.dtsi b/arch/arm64/boot/dts/freescale/imx8mq.dtsi index d51de8d899b2..387b3e227cfc 100644 --- a/arch/arm64/boot/dts/freescale/imx8mq.dtsi +++ b/arch/arm64/boot/dts/freescale/imx8mq.dtsi @@ -1828,6 +1828,7 @@ interrupts = <GIC_SPI 80 IRQ_TYPE_LEVEL_HIGH>; interrupt-names = "dma"; fsl,max-link-speed = <2>; + linux,pci-domain = <1>; clocks = <&clk IMX8MQ_CLK_PCIE2_ROOT>, <&clk IMX8MQ_CLK_PCIE2_PHY>, <&clk IMX8MQ_CLK_PCIE2_PHY>, |
