Loading drivers/clk/qcom/clk-smd-rpm.c +2 −0 Original line number Diff line number Diff line Loading @@ -650,6 +650,7 @@ static DEFINE_CLK_BRANCH_VOTER(cxo_pil_pronto_clk, cxo); static DEFINE_CLK_BRANCH_VOTER(cxo_pil_mss_clk, cxo); static DEFINE_CLK_BRANCH_VOTER(cxo_wlan_clk, cxo); static DEFINE_CLK_BRANCH_VOTER(cxo_pil_lpass_clk, cxo); static DEFINE_CLK_BRANCH_VOTER(cxo_pil_cdsp_clk, cxo); static struct clk_hw *qcs405_clks[] = { [RPM_SMD_XO_CLK_SRC] = &qcs405_cxo.hw, Loading Loading @@ -706,6 +707,7 @@ static struct clk_hw *qcs405_clks[] = { [CXO_SMD_PIL_MSS_CLK] = &cxo_pil_mss_clk.hw, [CXO_SMD_WLAN_CLK] = &cxo_wlan_clk.hw, [CXO_SMD_PIL_LPASS_CLK] = &cxo_pil_lpass_clk.hw, [CXO_SMD_PIL_CDSP_CLK] = &cxo_pil_cdsp_clk.hw, }; static const struct rpm_smd_clk_desc rpm_clk_qcs405 = { Loading include/dt-bindings/clock/qcom,rpmcc.h +1 −0 Original line number Diff line number Diff line Loading @@ -133,5 +133,6 @@ #define CXO_SMD_PIL_MSS_CLK 93 #define CXO_SMD_WLAN_CLK 94 #define CXO_SMD_PIL_LPASS_CLK 95 #define CXO_SMD_PIL_CDSP_CLK 96 #endif Loading
drivers/clk/qcom/clk-smd-rpm.c +2 −0 Original line number Diff line number Diff line Loading @@ -650,6 +650,7 @@ static DEFINE_CLK_BRANCH_VOTER(cxo_pil_pronto_clk, cxo); static DEFINE_CLK_BRANCH_VOTER(cxo_pil_mss_clk, cxo); static DEFINE_CLK_BRANCH_VOTER(cxo_wlan_clk, cxo); static DEFINE_CLK_BRANCH_VOTER(cxo_pil_lpass_clk, cxo); static DEFINE_CLK_BRANCH_VOTER(cxo_pil_cdsp_clk, cxo); static struct clk_hw *qcs405_clks[] = { [RPM_SMD_XO_CLK_SRC] = &qcs405_cxo.hw, Loading Loading @@ -706,6 +707,7 @@ static struct clk_hw *qcs405_clks[] = { [CXO_SMD_PIL_MSS_CLK] = &cxo_pil_mss_clk.hw, [CXO_SMD_WLAN_CLK] = &cxo_wlan_clk.hw, [CXO_SMD_PIL_LPASS_CLK] = &cxo_pil_lpass_clk.hw, [CXO_SMD_PIL_CDSP_CLK] = &cxo_pil_cdsp_clk.hw, }; static const struct rpm_smd_clk_desc rpm_clk_qcs405 = { Loading
include/dt-bindings/clock/qcom,rpmcc.h +1 −0 Original line number Diff line number Diff line Loading @@ -133,5 +133,6 @@ #define CXO_SMD_PIL_MSS_CLK 93 #define CXO_SMD_WLAN_CLK 94 #define CXO_SMD_PIL_LPASS_CLK 95 #define CXO_SMD_PIL_CDSP_CLK 96 #endif