[PATCH 3/3] pinctrl: qcom: x1e80100: add pcie[3456ab]_clk functions
Neil Armstrong
neil.armstrong at linaro.org
Mon Nov 25 09:29:12 CET 2024
Add the missing PCIe clk_req function for the x1e80100 TLMM.
Signed-off-by: Neil Armstrong <neil.armstrong at linaro.org>
---
drivers/pinctrl/qcom/pinctrl-x1e80100.c | 5 +++++
1 file changed, 5 insertions(+)
diff --git a/drivers/pinctrl/qcom/pinctrl-x1e80100.c b/drivers/pinctrl/qcom/pinctrl-x1e80100.c
index 2e2f5093272cf8c2a60eecf642ad9c567b539f84..f39dc426d685edd88f9b9dc4708750cd9211ac8e 100644
--- a/drivers/pinctrl/qcom/pinctrl-x1e80100.c
+++ b/drivers/pinctrl/qcom/pinctrl-x1e80100.c
@@ -15,6 +15,11 @@ static char pin_name[MAX_PIN_NAME_LEN] __section(".data");
static const struct pinctrl_function msm_pinctrl_functions[] = {
{"qup2_se5", 1},
+ {"pcie3_clk", 1},
+ {"pcie4_clk", 1},
+ {"pcie5_clk", 1},
+ {"pcie6a_clk", 1},
+ {"pcie6b_clk", 1},
{"gpio", 0},
};
--
2.34.1
More information about the U-Boot
mailing list