| * fan53555.h - Fairchild Regulator FAN53555 Driver |
| * Copyright (C) 2012 Marvell Technology Ltd. |
| * Yunfan Zhang <yfzhang@marvell.com> |
| * This package is free software; you can redistribute it and/or modify |
| * it under the terms of the GNU General Public License version 2 as |
| * published by the Free Software Foundation. |
| /* Transition slew rate limiting from a low to high voltage. |
| * ----------------------- |
| * ------|---------------- |
| * ------|---------------- |
| * ------|---------------- |
| * ------|---------------- |
| * ------|---------------- |
| * ------|---------------- |
| * ------|---------------- |
| * ------|---------------- |
| * ----------------------- |
| FAN53555_SLEW_RATE_64MV = 0, |
| FAN53555_SLEW_RATE_0_5MV, |
| struct fan53555_platform_data { |
| struct regulator_init_data *regulator; |
| unsigned int sleep_vsel_id; |
| #endif /* __FAN53555_H__ */ |