Re: [PATCH v2 1/2] arm: apple: Disable debug UART

2022-02-21 Thread Tom Rini
On Mon, Feb 14, 2022 at 10:09:25PM +0100, Mark Kettenis wrote: > The address of the debug UART varies differs between the M1 and > the M1 Pro/Max SoCs. So we have to disable it to make a single > U-Boot binary that works on all SoC generations. Leave the > settings for the base address and clock

[PATCH v2 1/2] arm: apple: Disable debug UART

2022-02-14 Thread Mark Kettenis
The address of the debug UART varies differs between the M1 and the M1 Pro/Max SoCs. So we have to disable it to make a single U-Boot binary that works on all SoC generations. Leave the settings for the base address and clock rate of the M1 in place to make it easier to re-enable the debug UART w