summaryrefslogtreecommitdiff
path: root/doc/develop
diff options
context:
space:
mode:
authorVladimir Zapolskiy <[email protected]>2023-04-21 20:50:40 +0300
committerTom Rini <[email protected]>2023-05-02 14:23:59 -0400
commit10ea2a7a93ddec6fb424635f0fbd2e817254a26b (patch)
treeb2d16bbe9d1ee3f4430f744349e0e60a8152925b /doc/develop
parentaa539d89e18487ab5dc5feb3d8d8a3fca1a04b97 (diff)
serial: msm-geni: correct oversampling value based on QUP hardware revision
Starting from QUP v2.5 the value of oversampling is changed from 32 to 16, keeping the old value on newer platforms results on wrong set UART IP clock divider, thus the asked baudrate does not correspond to the actually set with all the consequencies for a user. The change links the driver to a new Qualcomm GENI SE QUP driver to get its hardware version and update the oversampling value. Deliberately the code under CONFIG_DEBUG_UART_MSM_GENI is not touched, since a wanted baudrate can be controlled by setting a modified CONFIG_DEBUG_UART_CLOCK build time variable. Signed-off-by: Vladimir Zapolskiy <[email protected]>
Diffstat (limited to 'doc/develop')
0 files changed, 0 insertions, 0 deletions