Re: [PATCH v1 3/4] clk: rockchip: add support for half divider

2018-06-07 Thread Heiko Stübner
Hi Elaine, looks good to me overall, some minor things below. Am Donnerstag, 7. Juni 2018, 05:06:25 CEST schrieb Elaine Zhang: > The new Rockchip socs have optional half divider, > so we use "branch_half_divider" + "COMPOSITE_NOMUX_HALFDIV \ DIV_HALF" > to hook that special divider clock-type int

[PATCH v1 3/4] clk: rockchip: add support for half divider

2018-06-06 Thread Elaine Zhang
The new Rockchip socs have optional half divider, so we use "branch_half_divider" + "COMPOSITE_NOMUX_HALFDIV \ DIV_HALF" to hook that special divider clock-type into our clock-tree. Signed-off-by: Elaine Zhang --- drivers/clk/rockchip/Makefile | 1 + drivers/clk/rockchip/clk-half-div