
This adds the missing bits to enable PCIe and NVMe support in U-Boot for the Khadas VIM3 & VIM3L board.
This serie depends on [1].
[1] https://patchwork.ozlabs.org/project/uboot/cover/20210325144921.1791892-1-na...
Neil Armstrong (5): clk: meson-g12a: add PCIe gates phy: meson-g12a-usb3-pcie: add support for PCIe ops arm: dts: meson-khadas-vim3: enable PCIe in U-boot configs: khadas-vim3: enable PCIe and NVMe configs: meson64: add NVME boot target
arch/arm/dts/meson-khadas-vim3-u-boot.dtsi | 4 ++ configs/khadas-vim3_defconfig | 5 ++ configs/khadas-vim3l_defconfig | 5 ++ drivers/clk/meson/g12a.c | 2 + drivers/phy/meson-g12a-usb3-pcie.c | 81 ++++++++++++++++++++-- include/configs/meson64.h | 7 ++ 6 files changed, 100 insertions(+), 4 deletions(-)