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

2020-07-22 Thread Kever Yang
On 2020/7/21 下午2:46, Jagan Teki wrote: Rockchip SoC's has a new revision chip for rk3288 SoCs. RK3288 has a new revision chip called RK3288W which is similar but different hclk_vio clock and fixed OHCI host. Add common Rockchip SoC detection helper to support this rk3288w detection. Signed-o

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

2020-07-20 Thread Jagan Teki
Rockchip SoC's has a new revision chip for rk3288 SoCs. RK3288 has a new revision chip called RK3288W which is similar but different hclk_vio clock and fixed OHCI host. Add common Rockchip SoC detection helper to support this rk3288w detection. Signed-off-by: Jagan Teki --- Changes for v3: - ad