[PATCH v2 1/7] clk: stub: Sort compatible strings alphabetically

Sumit Garg sumit.garg at kernel.org
Fri May 1 09:38:19 CEST 2026


On Mon, Apr 27, 2026 at 02:56:05PM +0530, Balaji Selvanathan wrote:
> Reorder compatible strings in stub_clk_ids to maintain alphabetical
> order for easier maintenance.
> 
> Signed-off-by: Balaji Selvanathan <balaji.selvanathan at oss.qualcomm.com>
> ---
> Changes in v2:
> - Newly added in v2
> ---
>  drivers/clk/clk-stub.c | 4 ++--
>  1 file changed, 2 insertions(+), 2 deletions(-)

Reviewed-by: Sumit Garg <sumit.garg at oss.qualcomm.com>

-Sumit

> 
> diff --git a/drivers/clk/clk-stub.c b/drivers/clk/clk-stub.c
> index 117266ac778..ddcaaa00d91 100644
> --- a/drivers/clk/clk-stub.c
> +++ b/drivers/clk/clk-stub.c
> @@ -50,10 +50,10 @@ static struct clk_ops stub_clk_ops = {
>  
>  static const struct udevice_id stub_clk_ids[] = {
>  	{ .compatible = "qcom,rpmcc" },
> -	{ .compatible = "qcom,sdm670-rpmh-clk" },
> -	{ .compatible = "qcom,sdm845-rpmh-clk" },
>  	{ .compatible = "qcom,sc7180-rpmh-clk" },
>  	{ .compatible = "qcom,sc7280-rpmh-clk" },
> +	{ .compatible = "qcom,sdm670-rpmh-clk" },
> +	{ .compatible = "qcom,sdm845-rpmh-clk" },
>  	{ .compatible = "qcom,sm6350-rpmh-clk" },
>  	{ .compatible = "qcom,sm8150-rpmh-clk" },
>  	{ .compatible = "qcom,sm8250-rpmh-clk" },
> 
> -- 
> 2.34.1
> 


More information about the U-Boot mailing list