]> git.kernelconcepts.de Git - karo-tx-uboot.git/commit
sunxi: gpio: Add support for the gpio banks which are part of the R-io cluster
authorHans de Goede <hdegoede@redhat.com>
Thu, 6 Aug 2015 18:10:20 +0000 (20:10 +0200)
committerLothar Waßmann <LW@KARO-electronics.de>
Thu, 10 Sep 2015 08:23:18 +0000 (10:23 +0200)
commitbfeb44c369521195294ec43970a6cf36e73c7d97
tree6af43adf919a3a49f09251fb0d1d1056f0f7ecfc
parent3f857dca18263a4e59aeaf6c597db8b07b6365e6
sunxi: gpio: Add support for the gpio banks which are part of the R-io cluster

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 <hdegoede@redhat.com>
Acked-by: Ian Campbell <ijc@hellion.org.uk>
drivers/gpio/sunxi_gpio.c