CVSROOT: /cvs
Module name: src
Changes by: [email protected] 2016/10/02 19:59:20
Modified files:
sys/arch/armv7/omap: files.omap omap.c
sys/arch/armv7/conf: GENERIC RAMDISK
Added files:
sys/arch/armv7/omap: ompinmux.c
Log message:
Disable sitaracm and add a new ompinmux driver for omap pin muxing/pad
configuration that attaches with the fdt and writes values to registers
based on the pinctrl data in the fdt. Handles 16 bit values
(OMAP3/OMAP4) and 32 bit values (AM335x/AM57xx).
Feedback from and ok kettenis@ tom@ on an earlier version.