commit | ae32a5b321c8484294d129e7980f8fcf35aa42af | [log] [tgz] |
---|---|---|
author | Chao Xie <chao.xie@marvell.com> | Fri Oct 31 10:13:48 2014 +0800 |
committer | Michael Turquette <mturquette@linaro.org> | Wed Nov 12 16:34:10 2014 -0800 |
tree | 65e22e25fb37606baecdb530d6005d5ab6b19332 | |
parent | 4661fda10f8bd57fceef8349d10900e165a0a548 [diff] |
clk: mmp: add reset support Some clock control regsiter has bit to reset the cotroller. So before enable the clock, we need deassert the reset pin. Make use of reset controller framework to export reset interface for device drivers, then device driver can control the reset action. Signed-off-by: Chao Xie <chao.xie@marvell.com> Acked-by: Haojian Zhuang <haojian.zhuang@gmail.com> Signed-off-by: Michael Turquette <mturquette@linaro.org>