[PATCH v2 2/2] clk: hisilicon: Add clock driver for hi3660 SoC
From: zhangfei.gao@linaro.org (zhangfei)
Date: 2017-01-10 01:22:32
Also in:
linux-devicetree
From: zhangfei.gao@linaro.org (zhangfei)
Date: 2017-01-10 01:22:32
Also in:
linux-devicetree
On 2017?01?10? 08:22, Stephen Boyd wrote:
On 12/29, Zhangfei Gao wrote:quoted
Add clock drivers for hi3660 SoC, this driver controls the SoC registers to supply different clocks to different IPs in the SoC. Signed-off-by: Zhangfei Gao <zhangfei.gao@linaro.org> ---Applied to clk-hi3660 and merged into clk-next. I took the liberty of using a function pointer in probe though so we don't need the enum anymore.
Good idea. It is simplified a lot. Have verified on hikey960. Thanks Stephen for the help.