diff options
author | Jaehoon Chung <jh80.chung@samsung.com> | 2017-02-02 17:04:09 +0900 |
---|---|---|
committer | Jaehoon Chung <jh80.chung@samsung.com> | 2017-02-09 14:28:37 +0900 |
commit | 1a5a05dadebbdeab296c5e5a2a13fe994b05f1bf (patch) | |
tree | a6b93a24e299b689ad13befcf261d488ce19ab5c /drivers/power/pmic/max8998.c | |
parent | 21342d4aed6c77a4aa7a5b2579b3c23e21aea31a (diff) |
power: pmic: add the max8997 controller for DM
Add the max8997 controller for Driver model.
Exynos4210 is using max8997 pmic controller.
(pmic_max8997.c should be deprecated.)
Signed-off-by: Jaehoon Chung <jh80.chung@samsung.com>
Reviewed-by: Simon Glass <sjg@chromium.org>
Diffstat (limited to 'drivers/power/pmic/max8998.c')
-rw-r--r-- | drivers/power/pmic/max8998.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/power/pmic/max8998.c b/drivers/power/pmic/max8998.c index 3baa8da032..7c4773c7b3 100644 --- a/drivers/power/pmic/max8998.c +++ b/drivers/power/pmic/max8998.c @@ -7,10 +7,10 @@ #include <common.h> #include <dm.h> +#include <errno.h> #include <i2c.h> #include <power/pmic.h> #include <power/max8998_pmic.h> -#include <errno.h> DECLARE_GLOBAL_DATA_PTR; |