]> git.dujemihanovic.xyz Git - u-boot.git/commit
apq8016: Add support for UART1 clocks and pinmux
authorSumit Garg <sumit.garg@linaro.org>
Fri, 12 Apr 2024 09:54:33 +0000 (15:24 +0530)
committerCaleb Connolly <caleb.connolly@linaro.org>
Tue, 23 Apr 2024 11:29:22 +0000 (13:29 +0200)
commit6e992a6bc85ce40a9b24924db52ce90c9efc3005
tree72e5fd354aceb339ed4f0ca731d0de4fb8e29024
parent544033cfe980a015818f95226402ab7d2bf35ae0
apq8016: Add support for UART1 clocks and pinmux

SE HMIBSC board uses UART1 as the main debug console, so add
corresponding clocks and pinmux support. Along with that update
instructions to enable clocks for debug UART support.

Reviewed-by: Caleb Connolly <caleb.connolly@linaro.org>
Signed-off-by: Sumit Garg <sumit.garg@linaro.org>
Signed-off-by: Caleb Connolly <caleb.connolly@linaro.org>
drivers/clk/qcom/clock-apq8016.c
drivers/pinctrl/qcom/pinctrl-apq8016.c
drivers/serial/serial_msm.c