Re: [U-Boot] [PATCH 26/36] rockchip: rk1108: remove rockchip timer for sys timer

2018-03-30 Thread Alexander Kochetkov
Hello, Kevel! I can confirm, that rk3188 doesn’t have arch timer. I made test, see below. By the way, could you tell what git head to use to apply your patch series? I want to test other changes as well. I failed to apply to this one head: commit eef11acebaa48e241e9187c717dc92d3e175c119

Re: [U-Boot] [PATCH 26/36] rockchip: rk1108: remove rockchip timer for sys timer

2018-03-27 Thread Kever Yang
Hi Alexander, On 03/28/2018 12:21 AM, Alexander Kochetkov wrote: > The question is: does rk3066 and rk3188 have arch timer? If no, than removing > rk_timer > will break u-boot for these chips. Thanks for your comment, I will double check about if this two chips have arch timer, I think it

Re: [U-Boot] [PATCH 26/36] rockchip: rk1108: remove rockchip timer for sys timer

2018-03-27 Thread Alexander Kochetkov
The question is: does rk3066 and rk3188 have arch timer? If no, than removing rk_timer will break u-boot for these chips. And my comment was about global timer, not arch timer. And I failed to enable arch timer for rk3188 in the kernel. Alexander. > 27 марта 2018 г., в 19:07, Alexander

Re: [U-Boot] [PATCH 26/36] rockchip: rk1108: remove rockchip timer for sys timer

2018-03-27 Thread Alexander Kochetkov
> 27 марта 2018 г., в 12:29, Kever Yang написал(а): > > We use ARM arch timer instead. Hi, Kever! Just let you know, that arch timer rate on rk3066 and rk3188 depends on CPU frequency. I’ve made patch[1] for fixing that in kernel. If u-boot do arm clock changes

Re: [U-Boot] [PATCH 26/36] rockchip: rk1108: remove rockchip timer for sys timer

2018-03-27 Thread Dr. Philipp Tomsich
> On 27 Mar 2018, at 11:29, Kever Yang wrote: > > We use ARM arch timer instead. Could you please provide a more useful commit message. Please consider that most people that look through the GIT log are not familiar with our platform. Thanks, Philipp.

Re: [U-Boot] [PATCH 26/36] rockchip: rk1108: remove rockchip timer for sys timer

2018-03-27 Thread Andy Yan
hi Kever:     s/rk1108/rv1108 On 2018年03月27日 17:29, Kever Yang wrote: We use ARM arch timer instead. Signed-off-by: Kever Yang --- include/configs/rv1108_common.h | 5 - 1 file changed, 5 deletions(-) diff --git a/include/configs/rv1108_common.h

[U-Boot] [PATCH 26/36] rockchip: rk1108: remove rockchip timer for sys timer

2018-03-27 Thread Kever Yang
We use ARM arch timer instead. Signed-off-by: Kever Yang --- include/configs/rv1108_common.h | 5 - 1 file changed, 5 deletions(-) diff --git a/include/configs/rv1108_common.h b/include/configs/rv1108_common.h index cd204e9..7a9ec7b 100644 ---