soc/qualcomm/x1p42100: Set 1ms TX delay
This commit overrides the `UART_BITBANG_TX_DELAY_MS` Kconfig option to 1ms for the `x1p42100` SoC configuration. TEST=Able to build google/quenbi with proper AP console log. ``` [NOTE ] coreboot-coreboot-unknown.9999.2712497 .... [DEBUG] ARM64: Exception handlers installed. [DEBUG] ARM64: Testing exception [DEBUG] ARM64: Done test exception [DEBUG] NCC Frequency bumped to 1.363(GHz) ``` Change-Id: Ic99ce17ea5e74fca483ef0cc8dd326d3459288b4 Signed-off-by: Subrata Banik <subratabanik@google.com> Reviewed-on: https://review.coreboot.org/c/coreboot/+/88637 Reviewed-by: Kapil Porwal <kapilporwal@google.com> Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
This commit is contained in:
parent
2c8d157ea4
commit
ef11f95125
1 changed files with 4 additions and 0 deletions
|
|
@ -58,4 +58,8 @@ config UART_FOR_CONSOLE
|
|||
help
|
||||
Select the QUP instance to be used for UART console output.
|
||||
|
||||
config UART_BITBANG_TX_DELAY_MS
|
||||
int
|
||||
default 1
|
||||
|
||||
endif
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue