Re: [PATCH v2] apple: Fix debug uart clock rate

2022-02-10 Thread Tom Rini
On Sun, Feb 06, 2022 at 01:21:14PM +0100, Mark Kettenis wrote: > The clock rate for the serial console on Apple M1 systems is 24 MHz > instead of 240 kHz. > > Signed-off-by: Mark Kettenis Applied to u-boot/master, thanks! -- Tom signature.asc Description: PGP signature

[PATCH v2] apple: Fix debug uart clock rate

2022-02-06 Thread Mark Kettenis
The clock rate for the serial console on Apple M1 systems is 24 MHz instead of 240 kHz. Signed-off-by: Mark Kettenis --- ChangeLog: v2: - Fix typo in comment configs/apple_m1_defconfig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configs/apple_m1_defconfig b/configs/ap