diff options
author | Guoxiong Yan <yanguoxiong@huawei.com> | 2014-06-17 05:04:17 -0400 |
---|---|---|
committer | Wei Xu <xuwei5@hisilicon.com> | 2014-09-27 22:27:04 -0400 |
commit | 1463fba39c2e95803147e1d6e159ea402d965e6f (patch) | |
tree | e840afc00db1d1c6ddcd5a0a6c64c144ac449481 /drivers/clk/hisilicon | |
parent | cc855dd9994cfd179891cf5b966ebc8051d95a9f (diff) |
clk: hix5hd2: add watchdog0 clocks
hix5hd2 add watchdog0 clocks
Signed-off-by: Guoxiong Yan <yanguoxiong@huawei.com>
Signed-off-by: Zhangfei Gao <zhangfei.gao@linaro.org>
Signed-off-by: Wei Xu <xuwei5@hisilicon.com>
Diffstat (limited to 'drivers/clk/hisilicon')
-rw-r--r-- | drivers/clk/hisilicon/clk-hix5hd2.c | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/drivers/clk/hisilicon/clk-hix5hd2.c b/drivers/clk/hisilicon/clk-hix5hd2.c index 13d6ec24af12..6e97e54b869c 100644 --- a/drivers/clk/hisilicon/clk-hix5hd2.c +++ b/drivers/clk/hisilicon/clk-hix5hd2.c | |||
@@ -95,6 +95,11 @@ static struct hisi_gate_clock hix5hd2_gate_clks[] __initdata = { | |||
95 | { HIX5HD2_FWD_SYS_CLK, "clk_fwd_sys", "clk_fwd_bus", 0, 0xcc, 5, 0, }, | 95 | { HIX5HD2_FWD_SYS_CLK, "clk_fwd_sys", "clk_fwd_bus", 0, 0xcc, 5, 0, }, |
96 | { HIX5HD2_MAC0_PHY_CLK, "clk_fephy", "clk_fwd_sys", | 96 | { HIX5HD2_MAC0_PHY_CLK, "clk_fephy", "clk_fwd_sys", |
97 | CLK_SET_RATE_PARENT, 0x120, 0, 0, }, | 97 | CLK_SET_RATE_PARENT, 0x120, 0, 0, }, |
98 | /* wdg0 */ | ||
99 | { HIX5HD2_WDG0_CLK, "clk_wdg0", "24m", | ||
100 | CLK_SET_RATE_PARENT, 0x178, 0, 0, }, | ||
101 | { HIX5HD2_WDG0_RST, "rst_wdg0", "clk_wdg0", | ||
102 | CLK_SET_RATE_PARENT, 0x178, 4, CLK_GATE_SET_TO_DISABLE, }, | ||
98 | }; | 103 | }; |
99 | 104 | ||
100 | enum hix5hd2_clk_type { | 105 | enum hix5hd2_clk_type { |