bd41b99d46
This adds GPIO and PADMUX headers and implementation for the U300 platform. This is an implementation in isolation that depend on later patches in this series to plug into the framework. Signed-off-by: Linus Walleij <linus.walleij@stericsson.com> Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>
20 lines
365 B
C
20 lines
365 B
C
/*
|
|
*
|
|
* arch/arm/mach-u300/padmux.h
|
|
*
|
|
*
|
|
* Copyright (C) 2009 ST-Ericsson AB
|
|
* License terms: GNU General Public License (GPL) version 2
|
|
* U300 PADMUX API
|
|
* Author: Linus Walleij <linus.walleij@stericsson.com>
|
|
*
|
|
*/
|
|
|
|
#ifndef __MACH_U300_PADMUX_H
|
|
#define __MACH_U300_PADMUX_H
|
|
|
|
void pmx_set_mission_mode_mmc(void);
|
|
void pmx_set_mission_mode_spi(void);
|
|
|
|
#endif
|