forked from OERV-BSP/u-boot
pinctrl: qcom: x1e80100: add pcie[3456ab]_clk functions
Add the missing PCIe clk_req function for the x1e80100 TLMM. Signed-off-by: Neil Armstrong <neil.armstrong@linaro.org> Reviewed-by: Caleb Connolly <caleb.connolly@linaro.org> Link: https://lore.kernel.org/r/20241125-topic-pcie-pinctrl-v1-3-4df323d90397@linaro.org Signed-off-by: Caleb Connolly <caleb.connolly@linaro.org>
This commit is contained in:
committed by
Caleb Connolly
parent
7acf090d27
commit
767a1e57fa
@@ -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},
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user