| * Interface of Maxim max8649 |
| * Copyright (C) 2009-2010 Marvell International Ltd. |
| * Haojian Zhuang <haojian.zhuang@marvell.com> |
| * This program 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. |
| #ifndef __LINUX_REGULATOR_MAX8649_H |
| #define __LINUX_REGULATOR_MAX8649_H |
| #include <linux/regulator/machine.h> |
| MAX8649_EXTCLK_26MHZ = 0, |
| MAX8649_EXTCLK_19MHZ, /* 19.2MHz */ |
| struct max8649_platform_data { |
| struct regulator_init_data *regulator; |
| unsigned mode:2; /* bit[1:0] = VID1,VID0 */ |
| #endif /* __LINUX_REGULATOR_MAX8649_H */ |