
Dear Tom,
On 1/28/21 8:42 PM, Jaehoon Chung wrote:
It's only one board which is using max_77696_init(). pmic_max77696.c didn't convert from no-DM to DM. So it's waste to maintain in driver directory.
Is there any opinion? If there is no objection about this, let me know, plz. I hope that remove file not to support DM in power and regulator. This patch is my first step to do it.
Best Regards, Jaehoon Chung
Jaehoon Chung (2): board: warp: add power_max77696_init() function power: pmic: remove pmic_max77696.c file
board/warp/warp.c | 68 +++++++++++++++++++++++++++++- drivers/power/pmic/Makefile | 1 - drivers/power/pmic/pmic_max77696.c | 31 -------------- include/configs/warp.h | 1 - include/power/max77696_pmic.h | 59 -------------------------- 5 files changed, 67 insertions(+), 93 deletions(-) delete mode 100644 drivers/power/pmic/pmic_max77696.c delete mode 100644 include/power/max77696_pmic.h