Re: [PATCH 1/2] arm: apple: Add initial Apple M2 Pro/Max support

2023-05-30 Thread Tom Rini
On Tue, May 02, 2023 at 09:30:40PM +0200, Mark Kettenis wrote: > Apple's M2 Pro/Max SoC are somewhat similar to the M1 Pro/Max but > need a tweaked memory map. USB, NVMe, UART and WDT are working > with the existing drivers. > > Signed-off-by: Mark Kettenis Applied to u-boot/master, thanks! -

[PATCH 1/2] arm: apple: Add initial Apple M2 Pro/Max support

2023-05-02 Thread Mark Kettenis
Apple's M2 Pro/Max SoC are somewhat similar to the M1 Pro/Max but need a tweaked memory map. USB, NVMe, UART and WDT are working with the existing drivers. Signed-off-by: Mark Kettenis --- arch/arm/mach-apple/board.c | 109 +++- 1 file changed, 106 insertions(+),