]> git.dujemihanovic.xyz Git - u-boot.git/commit
pci: add Amlogic Meson Designware PCIe controller
authorNeil Armstrong <narmstrong@baylibre.com>
Thu, 25 Mar 2021 14:49:21 +0000 (15:49 +0100)
committerBin Meng <bmeng.cn@gmail.com>
Thu, 15 Apr 2021 02:43:17 +0000 (10:43 +0800)
commit2c32c701ea6cc04881589c09cc229ee77acae723
treeceaf5ef43e08b9d1455b6aac01bb7254034fcf26
parentc90f3d0e70568e65ca356ea519231629ddf459ed
pci: add Amlogic Meson Designware PCIe controller

Add support for the DW PCIe controller found in the Amlogic Meson AXG and
G12 (G12A, G12B, SM1) SoCs.
This uses the common DW PCIe helpers introducted previously.

Signed-off-by: Neil Armstrong <narmstrong@baylibre.com>
drivers/pci/Kconfig
drivers/pci/Makefile
drivers/pci/pcie_dw_meson.c [new file with mode: 0644]