diff options
author | Roja Rani Yarubandi <rojay@codeaurora.org> | 2020-05-07 16:28:29 +0530 |
---|---|---|
committer | Julius Werner <jwerner@chromium.org> | 2020-09-15 01:07:17 +0000 |
commit | dcf80ab0251fca4cfd3da1d5850333c64a311e45 (patch) | |
tree | 0fbaec4867b21a21f09d456cbc16cebddf8ea519 /payloads/Kconfig | |
parent | 308540de807a4af57bdcde97c695f770ecc4a9ad (diff) |
sc7180: Remove QcLib specific changes from CB UART
To achieve 115200 baudrate QcLib reconfigures UART frequency
with the lowest supported frequency from QUP clock table.
With this console logs were getting corrupted at qclib stage.
In ChromeOS coreboot, baudrate is configuarable using Kconfig.
QcLib should not assume the baudrate and reconfigure any UART
register once after the configuration is done in coreboot.
To fix the issue QcLib done the changes to not to reconfigure
any UART registers. Hence clock_configure_qup() is not required
in coreboot UART driver.
Signed-off-by: Roja Rani Yarubandi <rojay@codeaurora.org>
Change-Id: I2531b64eddfa6e877f769af0d17be61f5e4d0c35
Reviewed-on: https://review.coreboot.org/c/coreboot/+/42095
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Julius Werner <jwerner@chromium.org>
Diffstat (limited to 'payloads/Kconfig')
0 files changed, 0 insertions, 0 deletions