Skip to content

Commit d7df7a7

Browse files
Taniya Dasandersson
authored andcommitted
clk: qcom: rpmh: Sort the match table alphabetically
Update the match table for SC7280 to sort it in alphabetical order. Signed-off-by: Taniya Das <[email protected]> Signed-off-by: Melody Olvera <[email protected]> Reviewed-by: Dmitry Baryshkov <[email protected]> Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Bjorn Andersson <[email protected]>
1 parent 6badb45 commit d7df7a7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

drivers/clk/qcom/clk-rpmh.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -913,6 +913,7 @@ static const struct of_device_id clk_rpmh_match_table[] = {
913913
{ .compatible = "qcom,sa8775p-rpmh-clk", .data = &clk_rpmh_sa8775p},
914914
{ .compatible = "qcom,sar2130p-rpmh-clk", .data = &clk_rpmh_sar2130p},
915915
{ .compatible = "qcom,sc7180-rpmh-clk", .data = &clk_rpmh_sc7180},
916+
{ .compatible = "qcom,sc7280-rpmh-clk", .data = &clk_rpmh_sc7280},
916917
{ .compatible = "qcom,sc8180x-rpmh-clk", .data = &clk_rpmh_sc8180x},
917918
{ .compatible = "qcom,sc8280xp-rpmh-clk", .data = &clk_rpmh_sc8280xp},
918919
{ .compatible = "qcom,sdm845-rpmh-clk", .data = &clk_rpmh_sdm845},
@@ -928,7 +929,6 @@ static const struct of_device_id clk_rpmh_match_table[] = {
928929
{ .compatible = "qcom,sm8450-rpmh-clk", .data = &clk_rpmh_sm8450},
929930
{ .compatible = "qcom,sm8550-rpmh-clk", .data = &clk_rpmh_sm8550},
930931
{ .compatible = "qcom,sm8650-rpmh-clk", .data = &clk_rpmh_sm8650},
931-
{ .compatible = "qcom,sc7280-rpmh-clk", .data = &clk_rpmh_sc7280},
932932
{ .compatible = "qcom,x1e80100-rpmh-clk", .data = &clk_rpmh_x1e80100},
933933
{ }
934934
};

0 commit comments

Comments
 (0)