Re: [PATCH v2] clk: rockchip: use separate compatibles for rk3288w-cru

2020-07-05 Thread Heiko Stuebner
On Fri, 3 Jul 2020 17:49:48 +0200, Heiko Stuebner wrote: > Commit 1627f683636d ("clk: rockchip: Handle clock tree for rk3288w variant") > added the check for rk3288w-specific clock-tree changes but in turn would > require a double-compatible due to re-using the main rockchip,rk3288-cru > compatible

Re: [PATCH v2] clk: rockchip: use separate compatibles for rk3288w-cru

2020-07-04 Thread Jagan Teki
On Fri, Jul 3, 2020 at 9:19 PM Heiko Stuebner wrote: > > From: Heiko Stuebner > > Commit 1627f683636d ("clk: rockchip: Handle clock tree for rk3288w variant") > added the check for rk3288w-specific clock-tree changes but in turn would > require a double-compatible due to re-using the main rockchi

Re: [PATCH v2] clk: rockchip: use separate compatibles for rk3288w-cru

2020-07-03 Thread Ezequiel Garcia
On Fri, 2020-07-03 at 17:49 +0200, Heiko Stuebner wrote: > From: Heiko Stuebner > > Commit 1627f683636d ("clk: rockchip: Handle clock tree for rk3288w variant") > added the check for rk3288w-specific clock-tree changes but in turn would > require a double-compatible due to re-using the main rockc