Searched refs:wdog_clk (Results 1 – 4 of 4) sorted by relevance
/Linux-v4.19/arch/arm/mach-imx/ |
D | system.c | 36 static struct clk *wdog_clk; variable 47 if (!IS_ERR(wdog_clk)) in mxc_restart() 48 clk_enable(wdog_clk); in mxc_restart() 79 wdog_clk = clk_get_sys("imx2-wdt.0", NULL); in mxc_arch_reset_init() 80 if (IS_ERR(wdog_clk)) in mxc_arch_reset_init() 83 clk_prepare(wdog_clk); in mxc_arch_reset_init()
|
/Linux-v4.19/Documentation/devicetree/bindings/watchdog/ |
D | arm,sp805.txt | 14 2 clocks. With 2 clocks, the order is wdog_clk, apb_pclk 15 wdog_clk can be equal to or be a sub-multiple of the apb_pclk 17 - clock-names: Shall be "wdog_clk" for first clock and "apb_pclk" for the 31 clock-names = "wdog_clk", "apb_pclk";
|
/Linux-v4.19/arch/arm64/boot/dts/freescale/ |
D | fsl-ls1088a.dtsi | 590 clock-names = "apb_pclk", "wdog_clk"; 597 clock-names = "apb_pclk", "wdog_clk"; 604 clock-names = "apb_pclk", "wdog_clk"; 611 clock-names = "apb_pclk", "wdog_clk"; 618 clock-names = "apb_pclk", "wdog_clk"; 625 clock-names = "apb_pclk", "wdog_clk"; 632 clock-names = "apb_pclk", "wdog_clk"; 639 clock-names = "apb_pclk", "wdog_clk";
|
D | fsl-ls208xa.dtsi | 228 clock-names = "apb_pclk", "wdog_clk"; 235 clock-names = "apb_pclk", "wdog_clk"; 242 clock-names = "apb_pclk", "wdog_clk"; 249 clock-names = "apb_pclk", "wdog_clk"; 256 clock-names = "apb_pclk", "wdog_clk"; 263 clock-names = "apb_pclk", "wdog_clk"; 270 clock-names = "apb_pclk", "wdog_clk"; 277 clock-names = "apb_pclk", "wdog_clk";
|