Add the missing PCIe clk_req function for the SM8550 TLMM.

Signed-off-by: Neil Armstrong <neil.armstr...@linaro.org>
---
 drivers/pinctrl/qcom/pinctrl-sm8550.c | 1 +
 1 file changed, 1 insertion(+)

diff --git a/drivers/pinctrl/qcom/pinctrl-sm8550.c 
b/drivers/pinctrl/qcom/pinctrl-sm8550.c
index 
c65dfe0435eb6d72e1033fcb151114b7671bd537..25b972a6d8233df8eadab3dc30db9533173803d2
 100644
--- a/drivers/pinctrl/qcom/pinctrl-sm8550.c
+++ b/drivers/pinctrl/qcom/pinctrl-sm8550.c
@@ -16,6 +16,7 @@ static char pin_name[MAX_PIN_NAME_LEN] __section(".data");
 static const struct pinctrl_function msm_pinctrl_functions[] = {
        {"qup1_se7", 1},
        {"gpio", 0},
+       {"pcie1_clk_req_n", 1},
 };
 
 #define SDC_QDSD_PINGROUP(pg_name, ctl, pull, drv)     \

-- 
2.34.1

Reply via email to