commit | bc9348b7127e6e1b929e204902d284abb32c6b18 | [log] [tgz] |
---|---|---|
author | Caleb Connolly <caleb.connolly@linaro.org> | Mon Apr 15 16:03:38 2024 +0100 |
committer | Caleb Connolly <caleb.connolly@linaro.org> | Tue Apr 23 13:29:14 2024 +0200 |
tree | 4edbe34908b9a3db5409df126e206b0701e0aaac | |
parent | 45e51ee86443bb969d58606bb667490717c3e264 [diff] |
clk/qcom: apq8016: return valid rate when setting UART clock The clk_init_uart() helper always returns 0, but we're meant to return a real clock rate. Given that we hardcode 115200 baud, just return the clock rate that we set. Signed-off-by: Caleb Connolly <caleb.connolly@linaro.org>