Re: [PATCH v3 26/29] arm: dts: ls1028a: disable the PCIe controller by default

2021-09-14 Thread Vladimir Oltean
On Thu, Sep 02, 2021 at 06:45:55PM +0200, Michael Walle wrote: > Disable the PCIe controllers by default, just like in the linux device > tree. But there is one catch, for linux they are enabled in-place by the > bootloader. Obviously, this doesn't work for the bootloader. Thus we > explicitly

[PATCH v3 26/29] arm: dts: ls1028a: disable the PCIe controller by default

2021-09-02 Thread Michael Walle
Disable the PCIe controllers by default, just like in the linux device tree. But there is one catch, for linux they are enabled in-place by the bootloader. Obviously, this doesn't work for the bootloader. Thus we explicitly enable the controllers in the -u-boot.dtsi files. Signed-off-by: Michael