2dab6a5384
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
12 lines
194 B
C
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 */
|