From: Ye Li Date: Mon, 7 Jun 2021 14:26:27 +0000 (-0700) Subject: LFU-164 arm: dts: imx8qm: Remove alias of pcieb node X-Git-Tag: rel_imx_5.10.35_2.0.0-somdevices.0~54^2 X-Git-Url: https://git.somdevices.com/?a=commitdiff_plain;h=05cdedcdb3b7ee51afdb237dc380e64765aee019;p=u-boot.git LFU-164 arm: dts: imx8qm: Remove alias of pcieb node When pcieb alias is added, 2021.04 PCI uclass driver will occupy its seq as a bus address even the controller is disabled. This causes the device enumerated on pciea bridge assigned with a bus address 2 which is conflict with address translate scheme in the driver. Signed-off-by: Ye Li Reviewed-by: Peng Fan --- diff --git a/arch/arm/dts/fsl-imx8qm.dtsi b/arch/arm/dts/fsl-imx8qm.dtsi index eaae5e53c1..1e2314b0fe 100644 --- a/arch/arm/dts/fsl-imx8qm.dtsi +++ b/arch/arm/dts/fsl-imx8qm.dtsi @@ -56,7 +56,6 @@ i2c8 = &i2c1_lvds1; spi0 = &flexspi0; pci0 = &pciea; - pci1 = &pcieb; display0 = &ldb1; display1 = &ldb2; video0 = &dpu1;