commit | 8a4e0433056abd07531e59b5fc5c2a8846bfc3b8 | [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 | 615a3e909e36d7e615f5da1c2c46e58e0025d23f [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>