]> git.kernelconcepts.de Git - karo-tx-uboot.git/commit
dm: board:samsung: power_init_board: add requirement of CONFIG_DM_PMIC
authorPrzemyslaw Marczak <p.marczak@samsung.com>
Mon, 20 Apr 2015 18:07:50 +0000 (20:07 +0200)
committerLothar Waßmann <LW@KARO-electronics.de>
Tue, 8 Sep 2015 20:40:25 +0000 (22:40 +0200)
commit6d9f448a8311c4c3e16753e7efb1af7a886eb84c
tree1c9385f5c9a8897141f7e5c58e80f3ceb967f5d6
parentc2d8dc6bdce3f5e78abe3a4689a25ca050a4ae0d
dm: board:samsung: power_init_board: add requirement of CONFIG_DM_PMIC

In the power_init_board function call, regulator driver init is called,
so before compile, make sure that any power framework is defined.

Signed-off-by: Przemyslaw Marczak <p.marczak@samsung.com>
Acked-by: Simon Glass <sjg@chromium.org>
board/samsung/common/board.c