From: Krzysztof Kozlowski Date: Sun, 2 Jul 2023 18:51:49 +0000 (+0200) Subject: arm64: dts: imx8mm: split PCIe ranges X-Git-Tag: v6.6.7~2047^2~13^2~64 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=7271f14d2f8b79834707581af265459058a758a9;p=platform%2Fkernel%2Flinux-starfive.git arm64: dts: imx8mm: split PCIe ranges Two entries are expected for PCIe ranges. Signed-off-by: Krzysztof Kozlowski Signed-off-by: Shawn Guo --- diff --git a/arch/arm64/boot/dts/freescale/imx8mm.dtsi b/arch/arm64/boot/dts/freescale/imx8mm.dtsi index d6b36f0..a831fd8 100644 --- a/arch/arm64/boot/dts/freescale/imx8mm.dtsi +++ b/arch/arm64/boot/dts/freescale/imx8mm.dtsi @@ -1345,8 +1345,8 @@ #size-cells = <2>; device_type = "pci"; bus-range = <0x00 0xff>; - ranges = <0x81000000 0 0x00000000 0x1ff80000 0 0x00010000 /* downstream I/O 64KB */ - 0x82000000 0 0x18000000 0x18000000 0 0x07f00000>; /* non-prefetchable memory */ + ranges = <0x81000000 0 0x00000000 0x1ff80000 0 0x00010000>, /* downstream I/O 64KB */ + <0x82000000 0 0x18000000 0x18000000 0 0x07f00000>; /* non-prefetchable memory */ num-lanes = <1>; num-viewport = <4>; interrupts = ;