[PATCH 0/2] power: move power_max77696_init() to board file

Jaehoon Chung jh80.chung at samsung.com
Thu Jan 28 12:42:32 CET 2021


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.

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

-- 
2.29.0



More information about the U-Boot mailing list