diff options
| author | Beniamino Galvani <b.galvani@gmail.com> | 2014-07-05 09:20:54 -0400 |
|---|---|---|
| committer | Mark Brown <broonie@linaro.org> | 2014-08-05 13:02:52 -0400 |
| commit | 50a03e35b09ea5098ca42a59ad3fdb56a965f2dd (patch) | |
| tree | f5217e74c7191916a2f55b1ea638cfeb0ee377ef /include/linux | |
| parent | bbb83f38a8b0702f1b333aef1e8a3aa14068cdc7 (diff) | |
regulator: act8865: prepare support for other act88xx devices
This patch prepares support for other devices in the act88xx family of
PMUs manufactured by Active-Semi.
http://www.active-semi.com/products/power-management-units/act88xx/
Signed-off-by: Beniamino Galvani <b.galvani@gmail.com>
Tested-by: Wenyou Yang <wenyou.yang@atmel.com>
Reviewed-by: Axel Lin <axel.lin@ingics.com>
Signed-off-by: Mark Brown <broonie@linaro.org>
Diffstat (limited to 'include/linux')
| -rw-r--r-- | include/linux/regulator/act8865.h | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/include/linux/regulator/act8865.h b/include/linux/regulator/act8865.h index 49206c1b4905..b49be816fc54 100644 --- a/include/linux/regulator/act8865.h +++ b/include/linux/regulator/act8865.h | |||
| @@ -1,5 +1,5 @@ | |||
| 1 | /* | 1 | /* |
| 2 | * act8865.h -- Voltage regulation for the active-semi act8865 | 2 | * act8865.h -- Voltage regulation for active-semi act88xx PMUs |
| 3 | * | 3 | * |
| 4 | * Copyright (C) 2013 Atmel Corporation. | 4 | * Copyright (C) 2013 Atmel Corporation. |
| 5 | * | 5 | * |
| @@ -29,6 +29,10 @@ enum { | |||
| 29 | ACT8865_REG_NUM, | 29 | ACT8865_REG_NUM, |
| 30 | }; | 30 | }; |
| 31 | 31 | ||
| 32 | enum { | ||
| 33 | ACT8865, | ||
| 34 | }; | ||
| 35 | |||
| 32 | /** | 36 | /** |
| 33 | * act8865_regulator_data - regulator data | 37 | * act8865_regulator_data - regulator data |
| 34 | * @id: regulator id | 38 | * @id: regulator id |
