Skip to content

Commit

Permalink
clk: qcom: rpmh: Add support for SM7150 rpmh clocks
Browse files Browse the repository at this point in the history
Adds the RPMH clocks present in SM7150 SoC.

Signed-off-by: Danila Tikhonov <danila@jiaxyga.com>
  • Loading branch information
JIaxyga committed Mar 5, 2023
1 parent 6349522 commit 8b079af
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions drivers/clk/qcom/clk-rpmh.c
Expand Up @@ -793,6 +793,7 @@ static const struct of_device_id clk_rpmh_match_table[] = {
{ .compatible = "qcom,sdx55-rpmh-clk", .data = &clk_rpmh_sdx55},
{ .compatible = "qcom,sdx65-rpmh-clk", .data = &clk_rpmh_sdx65},
{ .compatible = "qcom,sm6350-rpmh-clk", .data = &clk_rpmh_sm6350},
{ .compatible = "qcom,sm7150-rpmh-clk", .data = &clk_rpmh_sc7180},
{ .compatible = "qcom,sm8150-rpmh-clk", .data = &clk_rpmh_sm8150},
{ .compatible = "qcom,sm8250-rpmh-clk", .data = &clk_rpmh_sm8250},
{ .compatible = "qcom,sm8350-rpmh-clk", .data = &clk_rpmh_sm8350},
Expand Down

0 comments on commit 8b079af

Please sign in to comment.