From f7440928e609734f6d24d6769927539762270e1e Mon Sep 17 00:00:00 2001 From: Leonid Iziumtsev Date: Sun, 20 Mar 2016 14:10:55 +0100 Subject: mx27: 16-bit wide watchdog registers Make the watchdog registers 16-bit wide, as they are according to TRM. Signed-off-by: Leonid Iziumtsev Reviewed-by: Fabio Estevam --- arch/arm/include/asm/arch-mx27/imx-regs.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'arch/arm/include/asm/arch-mx27') diff --git a/arch/arm/include/asm/arch-mx27/imx-regs.h b/arch/arm/include/asm/arch-mx27/imx-regs.h index baf1d29cc3..40b76d26f6 100644 --- a/arch/arm/include/asm/arch-mx27/imx-regs.h +++ b/arch/arm/include/asm/arch-mx27/imx-regs.h @@ -106,9 +106,9 @@ struct esdramc_regs { /* Watchdog Registers*/ struct wdog_regs { - u32 wcr; - u32 wsr; - u32 wstr; + u16 wcr; + u16 wsr; + u16 wstr; }; /* PLL registers */ -- cgit v1.2.1