Revert r351130
This driver should use the syscon handle exposed by the parent simple-mfd one.
This commit is contained in:
parent
b52d0dc469
commit
49640386b3
@ -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 }
|
||||
};
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user