Re: [U-Boot] [PATCH 1/4] dm: timer: Skip device that does not have a valid ofnode in pre_probe()

2019-07-20 Thread sjg
On Fri, 5 Jul 2019 at 10:23, Bin Meng wrote: > > It is possible that a timer device has a null ofnode, hence there is > no need to further parse DT for the clock rate. > > Signed-off-by: Bin Meng > --- > > drivers/timer/timer-uclass.c | 4 > 1 file changed, 4 insertions(+) Reviewed-by:

Re: [U-Boot] [PATCH 1/4] dm: timer: Skip device that does not have a valid ofnode in pre_probe()

2019-07-06 Thread Simon Glass
On Fri, 5 Jul 2019 at 10:23, Bin Meng wrote: > > It is possible that a timer device has a null ofnode, hence there is > no need to further parse DT for the clock rate. > > Signed-off-by: Bin Meng > --- > > drivers/timer/timer-uclass.c | 4 > 1 file changed, 4 insertions(+) Reviewed-by:

[U-Boot] [PATCH 1/4] dm: timer: Skip device that does not have a valid ofnode in pre_probe()

2019-07-05 Thread Bin Meng
It is possible that a timer device has a null ofnode, hence there is no need to further parse DT for the clock rate. Signed-off-by: Bin Meng --- drivers/timer/timer-uclass.c | 4 1 file changed, 4 insertions(+) diff --git a/drivers/timer/timer-uclass.c b/drivers/timer/timer-uclass.c