]> git.baikalelectronics.ru Git - uboot.git/commit
pci: apple: Add support for M2 Pro/Max
authorMark Kettenis <kettenis@openbsd.org>
Tue, 2 May 2023 19:30:41 +0000 (21:30 +0200)
committerTom Rini <trini@konsulko.com>
Tue, 30 May 2023 19:13:44 +0000 (15:13 -0400)
commit9fee46a3eddd908958a55dd3520ede6dc7f3270e
tree1a21c3f9a0f641516881864d177c030fc9d3ed78
parentfdbff2ddd914421a258fcaa4914181e7c6cffa80
pci: apple: Add support for M2 Pro/Max

The PCIe controller on the M2 Pro/Max is different from the one
found on earlier Apple SoCs.  Some registers moved and te meaning
of the bits in some other registers changed.  But they are still
similar enough to handle both controllers in the same driver.

Signed-off-by: Mark Kettenis <kettenis@openbsd.org>
drivers/pci/pcie_apple.c