From mboxrd@z Thu Jan 1 00:00:00 1970 From: Ian Campbell Date: Tue, 11 Aug 2015 08:49:45 +0100 Subject: [U-Boot] [PATCH 2/2] sunxi: gpio: Add support for the gpio banks which are part of the R-io cluster In-Reply-To: <1438884819-18332-2-git-send-email-hdegoede@redhat.com> References: <1438884819-18332-1-git-send-email-hdegoede@redhat.com> <1438884819-18332-2-git-send-email-hdegoede@redhat.com> Message-ID: <1439279385.18644.89.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 Thu, 2015-08-06 at 20:13 +0200, Hans de Goede wrote: > sun6i and later have a couple of io-blocks which are shared between > the > main CPU core and the "R" cpu which is small embedded cpu which can > be > active while the main system is suspended. > > These gpio banks sit at a different mmio address then the normal > banks, > and have a separate devicetree node and compatible, this adds support > for > these banks to the sunxi-gpio code when built with device-model > support. > > Signed-off-by: Hans de Goede Acked-by: Ian Campbell