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 <subratabanik@google.com> Reviewed-on: https://review.coreboot.org/c/coreboot/+/91897 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Kapil Porwal <kapilporwal@google.com>
This commit is contained in:
parent
dde131c555
commit
79b6dde1a5
1 changed files with 2 additions and 2 deletions
|
|
@ -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.
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue