[PATCH 1/5] clk/stub: add sdm670 rpmh clock

Neil Armstrong neil.armstrong at linaro.org
Tue Sep 30 20:42:21 CEST 2025


On 9/14/25 11:42, David Wronek wrote:
> Necessary for MMC to successfully probe all clocks.
> 
> Signed-off-by: David Wronek <david.wronek at mainlining.org>
> ---
>   drivers/clk/clk-stub.c | 1 +
>   1 file changed, 1 insertion(+)
> 
> diff --git a/drivers/clk/clk-stub.c b/drivers/clk/clk-stub.c
> index 5f5aca41d5b322537f070a740bf1f80531006036..d02107ff32a7a8920e352e53b2dc21805a010d04 100644
> --- a/drivers/clk/clk-stub.c
> +++ b/drivers/clk/clk-stub.c
> @@ -50,6 +50,7 @@ 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,sc7280-rpmh-clk" },
>   	{ .compatible = "qcom,sm8150-rpmh-clk" },
> 

Reviewed-by: Neil Armstrong <neil.armstrong at linaro.org>


More information about the U-Boot mailing list