Revert r351130

This driver should use the syscon handle exposed by the parent simple-mfd one.
This commit is contained in:
Emmanuel Vadot 2019-08-17 19:06:05 +00:00
parent b52d0dc469
commit 49640386b3
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=351178

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 }
};