Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

clk: qcom: smd-rpm: msm8936: Add PMIC gated RPM_SMD_XO_*

The XO crystal input is buffered through the PMIC and controlled by RPM.
Create the relevant clock gate representation in the RPM clock definitions.

Signed-off-by: Bryan O'Donoghue <bryan.odonoghue@linaro.org>
Signed-off-by: Bjorn Andersson <andersson@kernel.org>
Link: https://lore.kernel.org/r/20230117024846.1367794-5-bryan.odonoghue@linaro.org

authored by

Bryan O'Donoghue and committed by
Bjorn Andersson
d03de417 19aeacf5

+2
+2
drivers/clk/qcom/clk-smd-rpm.c
··· 574 574 }; 575 575 576 576 static struct clk_smd_rpm *msm8936_clks[] = { 577 + [RPM_SMD_XO_CLK_SRC] = &clk_smd_rpm_branch_bi_tcxo, 578 + [RPM_SMD_XO_A_CLK_SRC] = &clk_smd_rpm_branch_bi_tcxo_a, 577 579 [RPM_SMD_PCNOC_CLK] = &clk_smd_rpm_bus_0_pcnoc_clk, 578 580 [RPM_SMD_PCNOC_A_CLK] = &clk_smd_rpm_bus_0_pcnoc_a_clk, 579 581 [RPM_SMD_SNOC_CLK] = &clk_smd_rpm_bus_1_snoc_clk,