From mboxrd@z Thu Jan 1 00:00:00 1970 From: Troy Kisky Date: Fri, 17 Aug 2012 11:09:31 -0700 Subject: [U-Boot] [PATCH 1/1] mx51/mx53/mx6: add watchdog In-Reply-To: <502E1623.1080902@denx.de> References: <1345063619-19308-1-git-send-email-troy.kisky@boundarydevices.com> <502E1623.1080902@denx.de> Message-ID: <502E88DB.7030402@boundarydevices.com> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de On 8/17/2012 3:00 AM, Stefano Babic wrote: > I have understood that the watchdog is common on all i.MX. At the > moment, quite the same implementation is in mainline for i.MX31, you > can find it under arch/arm/cpu/arm1136/mx31/timer.c. Then it is not a > bad idea to have a watchdog driver in drivers/watchdog. Feel free to > add a driver here and replacing the i.MX31 stuff. Best regards, > Stefano Babic Will do. Thanks Troy