Date: Sat, 17 Aug 2019 19:06:06 +0000 (UTC) From: Emmanuel Vadot <manu@FreeBSD.org> To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org Subject: svn commit: r351178 - head/sys/arm/mv Message-ID: <201908171906.x7HJ66ff019299@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: manu Date: Sat Aug 17 19:06:05 2019 New Revision: 351178 URL: https://svnweb.freebsd.org/changeset/base/351178 Log: Revert r351130 This driver should use the syscon handle exposed by the parent simple-mfd one. Modified: head/sys/arm/mv/a37x0_gpio.c Modified: head/sys/arm/mv/a37x0_gpio.c ============================================================================== --- head/sys/arm/mv/a37x0_gpio.c Sat Aug 17 19:05:11 2019 (r351177) +++ head/sys/arm/mv/a37x0_gpio.c Sat Aug 17 19:06:05 2019 (r351178) @@ -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 } };
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201908171906.x7HJ66ff019299>