LFU-164 arm: dts: imx8qm: Remove alias of pcieb node
authorYe Li <ye.li@nxp.com>
Mon, 7 Jun 2021 14:26:27 +0000 (07:26 -0700)
committerYe Li <ye.li@nxp.com>
Tue, 8 Jun 2021 01:38:44 +0000 (18:38 -0700)
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 <ye.li@nxp.com>
Reviewed-by: Peng Fan <peng.fan@nxp.com>
arch/arm/dts/fsl-imx8qm.dtsi

index eaae5e5..1e2314b 100644 (file)
@@ -56,7 +56,6 @@
                i2c8 = &i2c1_lvds1;
                spi0 = &flexspi0;
                pci0 = &pciea;
-               pci1 = &pcieb;
                display0 = &ldb1;
                display1 = &ldb2;
                video0 = &dpu1;