diff options
author | Beniamino Galvani | 2014-07-05 15:20:54 +0200 |
---|---|---|
committer | Mark Brown | 2014-08-05 18:02:52 +0100 |
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 @@ /* - * act8865.h -- Voltage regulation for the active-semi act8865 + * act8865.h -- Voltage regulation for active-semi act88xx PMUs * * Copyright (C) 2013 Atmel Corporation. * @@ -29,6 +29,10 @@ enum { ACT8865_REG_NUM, }; +enum { + ACT8865, +}; + /** * act8865_regulator_data - regulator data * @id: regulator id |