Re: [U-Boot] [U-Boot, 3/3] rockchip: rk3188: use DM timer instead of rk_timer

2018-04-26 Thread Philipp Tomsich
> Disable rk_timer as SYS timer and use DM timer instead, > so that we can get a better timer framework, the rk_timer > is going to be clean after we conver to use DM timer or > ARM arch/generic timer. > > Signed-off-by: Kever Yang > Acked-by: Philipp Tomsich > Reviewed-by: Philipp Tomsich > --

Re: [U-Boot] [U-Boot, 3/3] rockchip: rk3188: use DM timer instead of rk_timer

2018-04-25 Thread Philipp Tomsich
> Disable rk_timer as SYS timer and use DM timer instead, > so that we can get a better timer framework, the rk_timer > is going to be clean after we conver to use DM timer or > ARM arch/generic timer. > > Signed-off-by: Kever Yang > --- > > arch/arm/mach-rockchip/Makefile | 2 ++ > a

Re: [U-Boot] [U-Boot, 3/3] rockchip: rk3188: use DM timer instead of rk_timer

2018-04-25 Thread Philipp Tomsich
> Disable rk_timer as SYS timer and use DM timer instead, > so that we can get a better timer framework, the rk_timer > is going to be clean after we conver to use DM timer or > ARM arch/generic timer. > > Signed-off-by: Kever Yang > --- > > arch/arm/mach-rockchip/Makefile | 2 ++ > a