blob: 1bb7eedb9d5c8c1f7d102f18026603ea9610bbf2 [file] [log] [blame]
Matt Wagantall9274df92011-12-15 11:11:05 -08001/*
Duy Truong790f06d2013-02-13 16:38:12 -08002 * Copyright (c) 2011, The Linux Foundation. All rights reserved.
Matt Wagantall9274df92011-12-15 11:11:05 -08003 *
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