blob: 07ae6000dd6a411788b400e93deca68d2d48f2d3 [file] [log] [blame]
Matt Wagantall9274df92011-12-15 11:11:05 -08001/*
2 * Copyright (c) 2011, Code Aurora Forum. All rights reserved.
3 *
4 * This program is free software; you can redistribute it and/or modify
5 * it under the terms of the GNU General Public License version 2 and
6 * only version 2 as published by the Free Software Foundation.
7 *
8 * This program is distributed in the hope that it will be useful,
9 * but WITHOUT ANY WARRANTY; without even the implied warranty of
10 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
11 * GNU General Public License for more details.
12 */
13
Abhimanyu Kapur90ced6e2012-06-26 17:41:25 -070014#ifndef __ARCH_ARM_MACH_MSM_INCLUDE_MACH_RPM_REGULATOR_8974_H
15#define __ARCH_ARM_MACH_MSM_INCLUDE_MACH_RPM_REGULATOR_8974_H
Matt Wagantall9274df92011-12-15 11:11:05 -080016
17/**
18 * enum rpm_vreg_id - RPM regulator ID numbers (both real and pin control)
19 */
Abhimanyu Kapur90ced6e2012-06-26 17:41:25 -070020enum rpm_vreg_id_8974 {
Matt Wagantall9274df92011-12-15 11:11:05 -080021 RPM_VREG_ID_PM8941_S1,
22 RPM_VREG_ID_PM8941_S2,
23 RPM_VREG_ID_PM8941_L12,
24 RPM_VREG_ID_PM8941_MAX,
25};
26
27#endif