Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit a0790971 authored by Ram Chandrasekar's avatar Ram Chandrasekar
Browse files

cpufreq: qcom-hw: Register child devices



Register child devices once a successful probe is done. This
will enable the dependent child devices to be probed immediately after
the cpufreq probe is done.

Change-Id: I9108636e1e6ad03bb6f5add9da9ba5507248c129
Signed-off-by: default avatarRam Chandrasekar <rkumbako@codeaurora.org>
parent e3f37562
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -410,6 +410,7 @@ static int qcom_cpufreq_hw_driver_probe(struct platform_device *pdev)
	}

	dev_dbg(&pdev->dev, "QCOM CPUFreq HW driver initialized\n");
	of_platform_populate(pdev->dev.of_node, NULL, NULL, &pdev->dev);

	return 0;
}