Searched +full:imx7ulp +full:- +full:wdt (Results 1 – 7 of 7) sorted by relevance
1 # SPDX-License-Identifier: (GPL-2.0 OR BSD-2-Clause)3 ---4 $id: http://devicetree.org/schemas/watchdog/fsl-imx7ulp-wdt.yaml#5 $schema: http://devicetree.org/meta-schemas/core.yaml#7 title: Freescale i.MX7ULP Watchdog Timer (WDT) Controller10 - Shawn Guo <shawnguo@kernel.org>11 - Sascha Hauer <s.hauer@pengutronix.de>12 - Fabio Estevam <festevam@gmail.com>15 - $ref: watchdog.yaml#20 - const: fsl,imx7ulp-wdt[all …]
1 // SPDX-License-Identifier: GPL-2.078 return -ETIMEDOUT; in imx7ulp_wdt_wait_ulk()83 static int imx7ulp_wdt_wait_rcs(struct imx7ulp_wdt_device *wdt) in imx7ulp_wdt_wait_rcs() argument86 u32 val = readl(wdt->base + WDOG_CS); in imx7ulp_wdt_wait_rcs()93 readl_poll_timeout(wdt->base + WDOG_CS, val, val & WDOG_CS_RCS, 100, in imx7ulp_wdt_wait_rcs()95 ret = -ETIMEDOUT; in imx7ulp_wdt_wait_rcs()98 if (wdt->hw->post_rcs_wait) in imx7ulp_wdt_wait_rcs()104 static int _imx7ulp_wdt_enable(struct imx7ulp_wdt_device *wdt, bool enable) in _imx7ulp_wdt_enable() argument106 u32 val = readl(wdt->base + WDOG_CS); in _imx7ulp_wdt_enable()110 writel(UNLOCK, wdt->base + WDOG_CNT); in _imx7ulp_wdt_enable()[all …]
1 # SPDX-License-Identifier: GPL-2.0-only16 on-line as fast as possible after a lock-up. There's both a watchdog21 <file:Documentation/watchdog/watchdog-api.rst> in the kernel source.51 bool "Update boot-enabled watchdog until userspace takes over"77 bool "Enable watchdog hrtimer-based pretimeouts"198 tristate "ChromeOS EC-based watchdog"252 tristate "Watchdog device controlled through GPIO-line"257 controlled through GPIO-line.280 will be called lenovo-se10-wdt.394 module will be called mlx-wdt.[all …]
1 // SPDX-License-Identifier: (GPL-2.0+ OR MIT)6 #include <dt-bindings/clock/imx93-clock.h>7 #include <dt-bindings/dma/fsl-edma.h>8 #include <dt-bindings/gpio/gpio.h>9 #include <dt-bindings/input/input.h>10 #include <dt-bindings/interrupt-controller/arm-gic.h>11 #include <dt-bindings/power/fsl,imx93-power.h>12 #include <dt-bindings/thermal/thermal.h>14 #include "imx93-pinfunc.h"17 interrupt-parent = <&gic>;[all …]
1 // SPDX-License-Identifier: (GPL-2.0+ OR MIT)6 #include <dt-bindings/clock/imx8ulp-clock.h>7 #include <dt-bindings/gpio/gpio.h>8 #include <dt-bindings/interrupt-controller/arm-gic.h>9 #include <dt-bindings/power/imx8ulp-power.h>10 #include <dt-bindings/thermal/thermal.h>12 #include "imx8ulp-pinfunc.h"15 interrupt-parent = <&gic>;16 #address-cells = <2>;17 #size-cells = <2>;[all …]
1 // SPDX-License-Identifier: (GPL-2.0-only OR MIT)6 #include <dt-bindings/dma/fsl-edma.h>7 #include <dt-bindings/gpio/gpio.h>8 #include <dt-bindings/input/input.h>9 #include <dt-bindings/interrupt-controller/arm-gic.h>10 #include <dt-bindings/thermal/thermal.h>12 #include "imx95-clock.h"13 #include "imx95-pinfunc.h"14 #include "imx95-power.h"17 interrupt-parent = <&gic>;[all …]
1 // SPDX-License-Identifier: GPL-2.0+4 * Copyright 2017-2018 NXP8 #include <dt-bindings/clock/imx7ulp-clock.h>9 #include <dt-bindings/gpio/gpio.h>10 #include <dt-bindings/interrupt-controller/arm-gic.h>12 #include "imx7ulp-pinfunc.h"15 interrupt-parent = <&intc>;17 #address-cells = <1>;18 #size-cells = <1>;37 #address-cells = <1>;[all …]