driver: clk: tegra: init basic clocks on probe
In case DM drivers probe earlier than board clock setup is done init of basic clocks should be done in CAR driver probe as well. Add it to avoid possible clock related problems. Acked-by: Thierry Reding <treding@nvidia.com> Signed-off-by: Svyatoslav Ryhel <clamor95@gmail.com>
This commit is contained in:

committed by
Tom Rini

parent
1db256a347
commit
b46bd4f874
@@ -112,6 +112,9 @@ static int tegra_car_clk_probe(struct udevice *dev)
|
|||||||
{
|
{
|
||||||
debug("%s(dev=%p)\n", __func__, dev);
|
debug("%s(dev=%p)\n", __func__, dev);
|
||||||
|
|
||||||
|
clock_init();
|
||||||
|
clock_verify();
|
||||||
|
|
||||||
return 0;
|
return 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user