From mboxrd@z Thu Jan 1 00:00:00 1970 From: Ian Campbell Date: Thu, 25 Sep 2014 19:47:05 +0100 Subject: [U-Boot] [PATCH v2 04/10] ARM: sun6i: Add support for the power reset control module found on the A31 In-Reply-To: <1411545673-5591-5-git-send-email-wens@csie.org> References: <1411545673-5591-1-git-send-email-wens@csie.org> <1411545673-5591-5-git-send-email-wens@csie.org> Message-ID: <1411670825.3824.20.camel@hellion.org.uk> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de On Wed, 2014-09-24 at 16:01 +0800, Chen-Yu Tsai wrote: > From: Oliver Schinagl > > The A31 has a new module called PRCM, or Power, Reset Control Module. > This module controls clocks and resets for RTC block modules, and also > PLL biasing in the main clock module. > > This patch adds the register definitions, and also enables the clocks > and resets for the RTC block PIO (pin controller) and P2WI (push-pull > 2 wire interface) which is used to talk to the PMIC. > > Signed-off-by: Oliver Schinagl > Signed-off-by: Hans de Goede > [wens at csie.org: spacing fixes reported by checkpatch.pl] > [wens at csie.org: Use setbits helper in PRCM init function] > [wens at csie.org: rephrase commit message to explain what the hardware > supports and what we actually enable] > Signed-off-by: Chen-Yu Tsai Acked-by: Ian Campbell