From 79b6dde1a525980f06862d6ab3fc7b84adbde858 Mon Sep 17 00:00:00 2001 From: Subrata Banik Date: Fri, 27 Mar 2026 06:50:32 +0000 Subject: [PATCH] soc/qualcomm/calypso: Set correct Kconfig defaults for peripherals Update the default Kconfig values for the `soc/qualcomm/calypso` to specify the correct hardware instances/buses used for various peripherals as per datasheet for mensa (dated 03/10). Changes: - Boot SPI flash bus set to 26. - Console UART instance set to 21. Additionally, remove previous used TODO placeholders. BUG=b:496650089 TEST=Successfully built google/mensa. Change-Id: I89a298b13eb7761f1767d054c09eafdb3daf0927 Signed-off-by: Subrata Banik Reviewed-on: https://review.coreboot.org/c/coreboot/+/91897 Tested-by: build bot (Jenkins) Reviewed-by: Kapil Porwal --- src/soc/qualcomm/calypso/Kconfig | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/soc/qualcomm/calypso/Kconfig b/src/soc/qualcomm/calypso/Kconfig index 5c988b39fc..0920a751d5 100644 --- a/src/soc/qualcomm/calypso/Kconfig +++ b/src/soc/qualcomm/calypso/Kconfig @@ -52,11 +52,11 @@ config VBOOT config BOOT_DEVICE_SPI_FLASH_BUS int - default 0 # TODO + default 26 config UART_FOR_CONSOLE int - default 0 # TODO + default 21 # QUP2_SE5 help Select the QUP instance to be used for UART console output.