diff options
| author | Sumit Garg <[email protected]> | 2024-04-12 15:24:33 +0530 |
|---|---|---|
| committer | Caleb Connolly <[email protected]> | 2024-04-23 13:29:22 +0200 |
| commit | 6e992a6bc85ce40a9b24924db52ce90c9efc3005 (patch) | |
| tree | 72e5fd354aceb339ed4f0ca731d0de4fb8e29024 /drivers/pinctrl | |
| parent | 544033cfe980a015818f95226402ab7d2bf35ae0 (diff) | |
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 <[email protected]>
Signed-off-by: Sumit Garg <[email protected]>
Signed-off-by: Caleb Connolly <[email protected]>
Diffstat (limited to 'drivers/pinctrl')
| -rw-r--r-- | drivers/pinctrl/qcom/pinctrl-apq8016.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/pinctrl/qcom/pinctrl-apq8016.c b/drivers/pinctrl/qcom/pinctrl-apq8016.c index a9a00f4b081..1ee8b7db1a2 100644 --- a/drivers/pinctrl/qcom/pinctrl-apq8016.c +++ b/drivers/pinctrl/qcom/pinctrl-apq8016.c @@ -29,6 +29,7 @@ static const char * const msm_pinctrl_pins[] = { }; static const struct pinctrl_function msm_pinctrl_functions[] = { + {"blsp_uart1", 2}, {"blsp_uart2", 2}, }; |
