Re: [PATCH v2 1/2] rockchip: Add SoC detection helper

2020-07-17 Thread Kever Yang
On 2020/7/8 下午6:29, Jagan Teki wrote: On Wed, Jul 8, 2020 at 3:43 PM Kever Yang wrote: Hi Jagan, This is all for rk3288, please just put it into rk3288.c instead of make a new cpu.h. Yes, I have used cpu.h since rk3308 also has revision, if not to consider than I will move to rk3288

Re: [PATCH v2 1/2] rockchip: Add SoC detection helper

2020-07-08 Thread Jagan Teki
On Wed, Jul 8, 2020 at 3:43 PM Kever Yang wrote: > > Hi Jagan, > > > This is all for rk3288, please just put it into rk3288.c instead of > make a new cpu.h. Yes, I have used cpu.h since rk3308 also has revision, if not to consider than I will move to rk3288 specific. Jagan.

Re: [PATCH v2 1/2] rockchip: Add SoC detection helper

2020-07-08 Thread Kever Yang
Hi Jagan,     This is all for rk3288, please just put it into rk3288.c instead of make a new cpu.h. Thanks, - Kever On 2020/7/4 下午5:15, Jagan Teki wrote: Rockchip SoC's has a new revision chip for rk3288, rk3308 based SoCs. RK3288 has a new revision chip called RK3288W which is relevantl

[PATCH v2 1/2] rockchip: Add SoC detection helper

2020-07-04 Thread Jagan Teki
Rockchip SoC's has a new revision chip for rk3288, rk3308 based SoCs. RK3288 has a new revision chip called RK3288W which is relevantly similar but different hclk_vio clock and working ohci host. Add common rockchip SoC detection helper to support this rk3288w detection. Signed-off-by: Jagan Tek