From mboxrd@z Thu Jan 1 00:00:00 1970 From: York Sun Date: Tue, 1 Sep 2015 21:41:06 -0500 Subject: [U-Boot] [PATCH 1/2] rtc:ds3232/ds3231: Add support to generate 32KHz output In-Reply-To: <1435572563-3292-1-git-send-email-Priyanka.Jain@freescale.com> References: <1435572563-3292-1-git-send-email-Priyanka.Jain@freescale.com> Message-ID: <55E661C2.5060103@freescale.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 06/29/2015 05:09 AM, Priyanka Jain wrote: > RTC devices can generate 32KHz output if for > -DS3232 device, EN32KHz bit and BB32KHz bit are set > -DS3231 device, EN32KHz bit is set, BB32KHz bit is don't care > > Patch adds rtc_enable_32khz_output() which when called > will enable 32KHz output on 32KHz pin > > Signed-off-by: Priyanka Jain Applied to fsl-qoriq master branch. Awaiting upstream. York