minix/kernel/arch/earm/omap_padconf.h
Thomas Cort 2dab6a5384 kernel: i2c padconf workaround
The padconf library runs in user mode, but to actually affect the
padconf register contents, the processor has to be in privileged
mode. A full server based solution will be developed, but for now
just set the pinmux in the kernel at boot.

Change-Id: I170ed54dae64b27cd9bd8807445231598fb8e3e1
2013-07-15 11:11:13 -04:00

12 lines
194 B
C

#ifndef _OMAP_PADCONF_H
#define _OMAP_PADCONF_H
#include "omap_padconf_registers.h"
#ifndef __ASSEMBLY__
void omap3_padconf_init(void);
#endif /* __ASSEMBLY__ */
#endif /* _OMAP_TIMER_H */