Re: [U-Boot] [PATCH 3/4] dm: core: device: enable power domain in probe

2018-07-24 Thread Simon Glass
On 24 July 2018 at 01:45, Peng Fan wrote: > Enable power domain associated with the device when probe. > > Signed-off-by: Peng Fan > Cc: Simon Glass > --- > drivers/core/device.c | 7 +++ > 1 file changed, 7 insertions(+) Reviewed-by: Simon Glass __

[U-Boot] [PATCH 3/4] dm: core: device: enable power domain in probe

2018-07-24 Thread Peng Fan
Enable power domain associated with the device when probe. Signed-off-by: Peng Fan Cc: Simon Glass --- drivers/core/device.c | 7 +++ 1 file changed, 7 insertions(+) diff --git a/drivers/core/device.c b/drivers/core/device.c index d5f5fc31b0..207d566b71 100644 --- a/drivers/core/device.c +