aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux/regulator
diff options
context:
space:
mode:
authorJames Ban <James.Ban.opensource@diasemi.com>2016-06-29 03:49:32 -0400
committerMark Brown <broonie@kernel.org>2016-06-29 12:24:55 -0400
commit7524c1cebc0a4e2ab186fcb5f87116f3d9018ee4 (patch)
tree0072b2c269ed404b8371d8b99a090a10a067f627 /include/linux/regulator
parent1a695a905c18548062509178b98bc91e67510864 (diff)
regulator: da9211: add descriptions for da9212/da9214
This is a patch for adding description for da9212/da9214. Signed-off-by: James Ban <James.Ban.opensource@diasemi.com> Signed-off-by: Mark Brown <broonie@kernel.org>
Diffstat (limited to 'include/linux/regulator')
-rw-r--r--include/linux/regulator/da9211.h5
1 files changed, 4 insertions, 1 deletions
diff --git a/include/linux/regulator/da9211.h b/include/linux/regulator/da9211.h
index a43a5ca1167b..80cb40b7c88d 100644
--- a/include/linux/regulator/da9211.h
+++ b/include/linux/regulator/da9211.h
@@ -1,5 +1,6 @@
1/* 1/*
2 * da9211.h - Regulator device driver for DA9211/DA9213/DA9215 2 * da9211.h - Regulator device driver for DA9211/DA9212
3 * /DA9213/DA9214/DA9215
3 * Copyright (C) 2015 Dialog Semiconductor Ltd. 4 * Copyright (C) 2015 Dialog Semiconductor Ltd.
4 * 5 *
5 * This program is free software; you can redistribute it and/or 6 * This program is free software; you can redistribute it and/or
@@ -22,7 +23,9 @@
22 23
23enum da9211_chip_id { 24enum da9211_chip_id {
24 DA9211, 25 DA9211,
26 DA9212,
25 DA9213, 27 DA9213,
28 DA9214,
26 DA9215, 29 DA9215,
27}; 30};
28 31