]> git.kernelconcepts.de Git - karo-tx-linux.git/commitdiff
clk: hix5hd2: add watchdog0 clocks
authorGuoxiong Yan <yanguoxiong@huawei.com>
Tue, 17 Jun 2014 09:04:17 +0000 (17:04 +0800)
committerWei Xu <xuwei5@hisilicon.com>
Sun, 28 Sep 2014 02:27:04 +0000 (10:27 +0800)
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>
drivers/clk/hisilicon/clk-hix5hd2.c
include/dt-bindings/clock/hix5hd2-clock.h

index 13d6ec24af129a995d6f47fac29f3c668b42e867..6e97e54b869c94b933b22e6aae7cad491e296566 100644 (file)
@@ -95,6 +95,11 @@ static struct hisi_gate_clock hix5hd2_gate_clks[] __initdata = {
        { HIX5HD2_FWD_SYS_CLK, "clk_fwd_sys", "clk_fwd_bus", 0, 0xcc, 5, 0, },
        { HIX5HD2_MAC0_PHY_CLK, "clk_fephy", "clk_fwd_sys",
                 CLK_SET_RATE_PARENT, 0x120, 0, 0, },
+       /* wdg0 */
+       { HIX5HD2_WDG0_CLK, "clk_wdg0", "24m",
+               CLK_SET_RATE_PARENT, 0x178, 0, 0, },
+       { HIX5HD2_WDG0_RST, "rst_wdg0", "clk_wdg0",
+               CLK_SET_RATE_PARENT, 0x178, 4, CLK_GATE_SET_TO_DISABLE, },
 };
 
 enum hix5hd2_clk_type {
index 5bd4135c9544d88f09f47ea86c61a7401cb84617..b8e3c9deda207fbac3ab3be754822072c81ba32a 100644 (file)
@@ -60,6 +60,8 @@
 #define HIX5HD2_SD_CIU_CLK             136
 #define HIX5HD2_SD_BIU_CLK             137
 #define HIX5HD2_SD_CIU_RST             138
+#define HIX5HD2_WDG0_CLK               139
+#define HIX5HD2_WDG0_RST               140
 
 /* complex */
 #define HIX5HD2_MAC0_CLK               192