]> git.dujemihanovic.xyz Git - u-boot.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)
commit159f4157b52bd158aaaf3ef764e0171d6f8ec776
tree1a21c3f9a0f641516881864d177c030fc9d3ed78
parent4a97874d3576bd60f4c674cb528b98d960a06b4a
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