[PATCH 1/3] watchdog: Add Meson GXBB Watchdog Driver
Carlo Caione
carlo at caione.org
Mon May 30 06:51:25 PDT 2016
On 30/05/16 15:29, Neil Armstrong wrote:
> Add watchdog specific driver for Amlogic Meson GXBB SoC.
>
> Signed-off-by: Neil Armstrong <narmstrong at baylibre.com>
> +
> +#define GXBB_WDT_CTRL1_REG 0x4
...
> +#define GXBB_WDT_CTRL_EE_RESET_NOW BIT(26)
...
> +#define GXBB_WDT_CTRL_IRQ_EN BIT(23)
...
> +#define GXBB_WDT_CTRL_XTAL_SEL (0)
...
> +#define GXBB_WDT_CTRL_CLK81_SEL BIT(19)
...
> +#define GXBB_WDT_CTRL1_GPIO_PULSE BIT(17)
...
> +#define GXBB_WDT_CTRL1_GPIO_POL_RESET_0 BIT(16)
> +#define GXBB_WDT_CTRL1_GPIO_POL_RESET_1 (0)
> +#define GXBB_WDT_CTRL1_GPIO_PULSE_CNT (BIT(16) - 1)
nit: all these defines are not used at all in the driver. You can remove them
Thanks!
--
Carlo Caione
More information about the linux-arm-kernel
mailing list