mfd: ab8500: Delete all GPIO platform data instances
[deliverable/linux.git] / include / linux / mfd / abx500 / ab8500-gpio.h
CommitLineData
0cb3fcd7
BB
1/*
2 * Copyright ST-Ericsson 2010.
3 *
4 * Author: Bibek Basu <bibek.basu@stericsson.com>
5 * Licensed under GPLv2.
6 */
7
8#ifndef _AB8500_GPIO_H
9#define _AB8500_GPIO_H
10
0493e649
PC
11enum abx500_gpio_pull_updown {
12 ABX500_GPIO_PULL_DOWN = 0x0,
13 ABX500_GPIO_PULL_NONE = 0x1,
14 ABX500_GPIO_PULL_UP = 0x3,
15};
16
17enum abx500_gpio_vinsel {
18 ABX500_GPIO_VINSEL_VBAT = 0x0,
19 ABX500_GPIO_VINSEL_VIN_1V8 = 0x1,
20 ABX500_GPIO_VINSEL_VDD_BIF = 0x2,
0cb3fcd7
BB
21};
22
23#endif /* _AB8500_GPIO_H */
This page took 0.252805 seconds and 5 git commands to generate.