Skip to content

Commit d131202

Browse files
Snejpbebarino
authored andcommitted
clk: qcom: smd-rpmcc: Add support for MSM8226 rpm clocks
Add compatible for rpm smd clocks, PMIC and bus clocks which are required on MSM8226 for clients to vote on. Signed-off-by: Bartosz Dudziak <[email protected]> Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Stephen Boyd <[email protected]>
1 parent 76f53d9 commit d131202

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

drivers/clk/qcom/clk-smd-rpm.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -914,6 +914,7 @@ static const struct rpm_smd_clk_desc rpm_clk_sdm660 = {
914914
};
915915

916916
static const struct of_device_id rpm_smd_clk_match_table[] = {
917+
{ .compatible = "qcom,rpmcc-msm8226", .data = &rpm_clk_msm8974 },
917918
{ .compatible = "qcom,rpmcc-msm8916", .data = &rpm_clk_msm8916 },
918919
{ .compatible = "qcom,rpmcc-msm8936", .data = &rpm_clk_msm8936 },
919920
{ .compatible = "qcom,rpmcc-msm8974", .data = &rpm_clk_msm8974 },

0 commit comments

Comments
 (0)