aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMark Kettenis <kettenis@openbsd.org>2022-02-06 13:21:14 +0100
committerTom Rini <trini@konsulko.com>2022-02-10 16:12:13 -0500
commitbee206b3270f92e7bfc0cab020a1831cfc263864 (patch)
tree50ec555eb9c634c10b3ed08892e3eed11aefa833
parentbb2ba7fc4bbec4422e07d7ee89fd5e4dc65cf905 (diff)
downloadu-boot-WIP/2022-02-10-platform-updates.zip
u-boot-WIP/2022-02-10-platform-updates.tar.gz
u-boot-WIP/2022-02-10-platform-updates.tar.bz2
apple: Fix debug uart clock rateWIP/2022-02-10-platform-updates
The clock rate for the serial console on Apple M1 systems is 24 MHz instead of 240 kHz. Signed-off-by: Mark Kettenis <kettenis@openbsd.org>
-rw-r--r--configs/apple_m1_defconfig2
1 files changed, 1 insertions, 1 deletions
diff --git a/configs/apple_m1_defconfig b/configs/apple_m1_defconfig
index 433cc62..8583e4a 100644
--- a/configs/apple_m1_defconfig
+++ b/configs/apple_m1_defconfig
@@ -2,7 +2,7 @@ CONFIG_ARM=y
CONFIG_ARCH_APPLE=y
CONFIG_DEFAULT_DEVICE_TREE="t8103-j274"
CONFIG_DEBUG_UART_BASE=0x235200000
-CONFIG_DEBUG_UART_CLOCK=240000
+CONFIG_DEBUG_UART_CLOCK=24000000
CONFIG_DEBUG_UART=y
CONFIG_SYS_LOAD_ADDR=0x880000000
CONFIG_USE_PREBOOT=y