Dynamically attach omgpio(4) using the FDT.
authorjsg <jsg@openbsd.org>
Thu, 11 Aug 2016 04:33:06 +0000 (04:33 +0000)
committerjsg <jsg@openbsd.org>
Thu, 11 Aug 2016 04:33:06 +0000 (04:33 +0000)
commit6e0cf5844d3ca47735b64e098a714f5c1c9b1aaf
tree1baa0c823fb8ccab7b4ffa7816f2ead819ae8a90
parentfd1f4c4d4d7d68393c8dbccb77ada7742677c6e8
Dynamically attach omgpio(4) using the FDT.

am335x has a compatible string of "ti,omap4-gpio" and has the same
offsets as omap4, so combine the omap4 and am335x cases when setting up
function pointers.
share/man/man4/man4.armv7/omap.4
share/man/man4/man4.armv7/omgpio.4
sys/arch/armv7/conf/GENERIC
sys/arch/armv7/conf/RAMDISK
sys/arch/armv7/omap/files.omap
sys/arch/armv7/omap/omap.c
sys/arch/armv7/omap/omgpio.c