drivers: gpio: Add support for AON GPIO to QMSI driver

This adds support to the AON GPIO controller using the QMSI driver.

In order to enable it, the following configuration options must be set:
CONFIG_QMSI_DRIVERS=y
CONFIG_QMSI_INSTALL_PATH="PATH TO LIBQMSI"
CONFIG_GPIO_QMSI=y
CONFIG_GPIO_QMSI_AON=y

Change-Id: I5a1a232d97741ad7fdbf40d8aea5a835e5b4e724
Signed-off-by: Vinicius Costa Gomes <vinicius.gomes@intel.com>
This commit is contained in:
Vinicius Costa Gomes 2016-01-26 12:04:38 -02:00 committed by Gerrit Code Review
commit 821212c3df
3 changed files with 121 additions and 25 deletions

View file

@ -124,6 +124,14 @@ config GPIO_QMSI_0_IRQ
default 8
config GPIO_QMSI_0_PRI
default 2
config GPIO_QMSI_AON
def_bool n
config GPIO_QMSI_AON_NAME
default "gpio_aon"
config GPIO_QMSI_AON_IRQ
default 31
config GPIO_QMSI_AON_PRI
default 2
endif
endif
endif