This node is the parent of rpmcc and rpmpd on some older SoCs (e.g. msm8953) and needs to bound to nop_parent so that the children drivers can probe.
Signed-off-by: Luca Weiss <[email protected]> --- 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 6daf0efa8d0..5bfee3efd25 100644 --- a/drivers/clk/clk-stub.c +++ b/drivers/clk/clk-stub.c @@ -15,6 +15,7 @@ static const struct udevice_id nop_parent_ids[] = { { .compatible = "qcom,glink-rpm" }, { .compatible = "qcom,glink-smd-rpm" }, + { .compatible = "qcom,smd-rpm" }, { } }; -- 2.55.0

