Re: [PATCH 5/7] clk: qcom: rpmh: Add support for Nord rpmh clocks
From: Dmitry Baryshkov
Date: Fri Apr 03 2026 - 16:27:02 EST
On Fri, Apr 03, 2026 at 04:10:53PM +0200, Bartosz Golaszewski wrote:
> From: Prasanna Tolety <quic_ptolety@xxxxxxxxxxx>
>
> Add RPMH clock support for the Nord SoC to allow enable/disable of the
> clocks.
>
> Signed-off-by: Taniya Das <taniya.das@xxxxxxxxxxxxxxxx>
> Signed-off-by: Bartosz Golaszewski <bartosz.golaszewski@xxxxxxxxxxxxxxxx>
> ---
> drivers/clk/qcom/clk-rpmh.c | 20 ++++++++++++++++++++
> 1 file changed, 20 insertions(+)
>
> @@ -1054,6 +1073,7 @@ static int clk_rpmh_probe(struct platform_device *pdev)
> }
>
> static const struct of_device_id clk_rpmh_match_table[] = {
> + { .compatible = "qcom,nord-rpmh-clk", .data = &clk_rpmh_nord},
I R-B'ed already, but then I noticed. Please keep the list sorted out.
> { .compatible = "qcom,eliza-rpmh-clk", .data = &clk_rpmh_eliza},
> { .compatible = "qcom,glymur-rpmh-clk", .data = &clk_rpmh_glymur},
> { .compatible = "qcom,kaanapali-rpmh-clk", .data = &clk_rpmh_kaanapali},
>
> --
> 2.47.3
>
--
With best wishes
Dmitry