commit | 7a9c7b9c33124a57848cc1e19291e98241851e1c | [log] [tgz] |
---|---|---|
author | Caleb Connolly <caleb.connolly@linaro.org> | Mon Feb 26 17:26:12 2024 +0000 |
committer | Caleb Connolly <caleb.connolly@linaro.org> | Fri Mar 01 14:44:36 2024 +0000 |
tree | 6a1cc0597f9961744373427e29c4e559efd9af6e | |
parent | a86d23ae2058b4870c57829a76de7cf4a56d9f9c [diff] |
serial: msm: fix clock handling and pinctrl Use the modern helpers to fetch the clock and use the correct property ("clocks" instead of "clock"). Drop the call to pinctrl_select_state() as no boards have a "uart" pinctrl state and this prints confusing errors. Reviewed-by: Neil Armstrong <neil.armstrong@linaro.org> Reviewed-by: Sumit Garg <sumit.garg@linaro.org> Tested-by: Sumit Garg <sumit.garg@linaro.org> #qcs404 Signed-off-by: Caleb Connolly <caleb.connolly@linaro.org>