[PATCH v2 2/7] clk: qcom: clk-stub: Add compatibles for QCS615/SA8775P

Sumit Garg sumit.garg at kernel.org
Fri May 1 09:39:02 CEST 2026


On Mon, Apr 27, 2026 at 02:56:06PM +0530, Balaji Selvanathan wrote:
> Add RPMH clock compatible strings for QCS615 and SA8775P
> SoCs to enable clock framework support on these platforms.
> 
> Signed-off-by: Balaji Selvanathan <balaji.selvanathan at oss.qualcomm.com>
> ---
> Changes in v2:
> - Removed sc7280 compatible which was already there
> ---
>  drivers/clk/clk-stub.c | 2 ++
>  1 file changed, 2 insertions(+)

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 ddcaaa00d91..4a6c71016da 100644
> --- a/drivers/clk/clk-stub.c
> +++ b/drivers/clk/clk-stub.c
> @@ -49,7 +49,9 @@ static struct clk_ops stub_clk_ops = {
>  };
>  
>  static const struct udevice_id stub_clk_ids[] = {
> +	{ .compatible = "qcom,qcs615-rpmh-clk" },
>  	{ .compatible = "qcom,rpmcc" },
> +	{ .compatible = "qcom,sa8775p-rpmh-clk" },
>  	{ .compatible = "qcom,sc7180-rpmh-clk" },
>  	{ .compatible = "qcom,sc7280-rpmh-clk" },
>  	{ .compatible = "qcom,sdm670-rpmh-clk" },
> 
> -- 
> 2.34.1
> 


More information about the U-Boot mailing list