From 65ed2f0cb6895ea5a1590d5a21e5633ef67a73ab Mon Sep 17 00:00:00 2001 From: Ye Li Date: Tue, 24 Jan 2017 16:19:21 +0800 Subject: MLK-14421 imx: Add pfuze pmic common init for DM pmic driver Since the DM pmic driver has changed the driver API, add a new file pfuze_dm.c for common pfuze100 init. Signed-off-by: Ye Li --- board/freescale/common/pfuze.c | 2 -- 1 file changed, 2 deletions(-) (limited to 'board/freescale/common/pfuze.c') diff --git a/board/freescale/common/pfuze.c b/board/freescale/common/pfuze.c index 69afa83..30f6f0a 100644 --- a/board/freescale/common/pfuze.c +++ b/board/freescale/common/pfuze.c @@ -9,7 +9,6 @@ #include #include -#ifndef CONFIG_DM_PMIC_PFUZE100 int pfuze_mode_init(struct pmic *p, u32 mode) { unsigned char offset, i, switch_num; @@ -92,4 +91,3 @@ struct pmic *pfuze_common_init(unsigned char i2cbus) return p; } -#endif -- cgit v1.1