From mboxrd@z Thu Jan 1 00:00:00 1970 From: Magnus Lilja Date: Thu, 22 Apr 2010 22:06:44 +0200 Subject: [U-Boot] [PATCH V2 2/6] MX: RTC13783 uses general function to access PMIC In-Reply-To: <1271711087-13553-1-git-send-email-sbabic@denx.de> References: <1268756287-2030-1-git-send-email-sbabic@denx.de> <1271711087-13553-1-git-send-email-sbabic@denx.de> Message-ID: <4BD0AC54.1040206@gmail.com> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de Hi On 04/19/2010 11:04 PM, Stefano Babic wrote: > The RTC is part of the Freescale's PMIC controller. > Use general function to access to PMIC internal registers. > > Signed-off-by: Stefano Babic > --- > > Changes since last version: configuration of the RTC must be > updated for the boards that are using it. I've compiled and tested this on i.MX31 Litekit and it seems to work. I suspect it works on the PDK board as well but I haven't actually tried that yet. Regards, Magnus