Revert r351130

This driver should use the syscon handle exposed by the parent simple-mfd one.
This commit is contained in:
manu 2019-08-17 19:06:05 +00:00
parent ca225f16ab
commit 33fc8db476

View File

@ -48,8 +48,8 @@ __FBSDID("$FreeBSD$");
#include "gpio_if.h"
static struct resource_spec a37x0_gpio_res_spec[] = {
{ SYS_RES_MEMORY, 0, RF_ACTIVE | RF_SHAREABLE }, /* Pinctl / GPIO */
{ SYS_RES_MEMORY, 1, RF_ACTIVE | RF_SHAREABLE }, /* Interrupts control */
{ SYS_RES_MEMORY, 0, RF_ACTIVE }, /* Pinctl / GPIO */
{ SYS_RES_MEMORY, 1, RF_ACTIVE }, /* Interrupts control */
{ -1, 0, 0 }
};