From mboxrd@z Thu Jan 1 00:00:00 1970 From: Mike Frysinger Date: Sun, 20 May 2012 14:59:27 -0400 Subject: [U-Boot] [PATCH] Added watchdog support for davinchi_dm365evm In-Reply-To: <1337532640-1310-1-git-send-email-stijn.souffriau@essensium.com> References: <1337532640-1310-1-git-send-email-stijn.souffriau@essensium.com> Message-ID: <201205201459.28436.vapier@gentoo.org> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de On Sunday 20 May 2012 12:50:40 Stijn Souffriau wrote: > --- a/board/davinci/dm365evm/dm365evm.c > +++ b/board/davinci/dm365evm/dm365evm.c > > +#ifdef CONFIG_HW_WATCHDOG > +static struct davinci_timer * const wdttimer = > + (struct davinci_timer *)CONFIG_SYS_WDTTIMERBASE; > + > +/* WDTCR bit definitions */ > +#define WDEN (1 << 14) > +#define WDFLAG (1 << 15) > +#define WDKEY_SEQ0 (0xa5c6 << 16) > +#define WDKEY_SEQ1 (0xda7e << 16) if this is an on-chip hardware block, this stuff should be in an SoC-specific header > --- a/include/configs/davinci_dm365evm.h > +++ b/include/configs/davinci_dm365evm.h > > +// Hardware watchdog config don't use // comment blocks. use /* ... */. -mike -------------- next part -------------- A non-text attachment was scrubbed... Name: not available Type: application/pgp-signature Size: 836 bytes Desc: This is a digitally signed message part. URL: