[PATCH v3 5/5] fixup! soc: qcom: rpmh and cmd-db drivers

Caleb Connolly caleb.connolly at linaro.org
Mon Jul 8 14:20:27 CEST 2024


---
 drivers/soc/qcom/rpmh-rsc.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/drivers/soc/qcom/rpmh-rsc.c b/drivers/soc/qcom/rpmh-rsc.c
index 1f8428c415a1..30756a32d590 100644
--- a/drivers/soc/qcom/rpmh-rsc.c
+++ b/drivers/soc/qcom/rpmh-rsc.c
@@ -549,9 +549,9 @@ static int rpmh_rsc_bind(struct udevice *dev)
 	ret = cmd_db_init();
 	if (ret)
 		return ret;
 
-	return dm_scan_fdt_dev(dev);
+	return 0;
 }
 
 static int rpmh_rsc_probe(struct udevice *dev)
 {

-- 
2.45.2



More information about the U-Boot mailing list