This commit is contained in:
commit
faeb564113
1 changed files with 1 additions and 1 deletions
|
@ -151,7 +151,7 @@ static int dev_power_domain_ctrl(struct udevice *dev, bool on)
|
|||
* off their power-domain parent. So we will get here again and
|
||||
* again and will be stuck in an endless loop.
|
||||
*/
|
||||
if (!on && dev_get_parent(dev) == pd.dev &&
|
||||
if (count > 0 && !on && dev_get_parent(dev) == pd.dev &&
|
||||
device_get_uclass_id(dev) == UCLASS_POWER_DOMAIN)
|
||||
return ret;
|
||||
|
||||
|
|
Loading…
Reference in a new issue