projects
/
platform
/
kernel
/
u-boot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
dac9a8f
)
ARM: imx: defconfig: Enable 'regulator' and 'pmic' commands on display5
author
Lukasz Majewski
<lukma@denx.de>
Tue, 3 Sep 2019 14:38:40 +0000
(16:38 +0200)
committer
Stefano Babic
<sbabic@denx.de>
Tue, 8 Oct 2019 14:35:59 +0000
(16:35 +0200)
Signed-off-by: Lukasz Majewski <lukma@denx.de>
configs/display5_defconfig
patch
|
blob
|
history
diff --git
a/configs/display5_defconfig
b/configs/display5_defconfig
index
8de5ec6
..
b1267b1
100644
(file)
--- a/
configs/display5_defconfig
+++ b/
configs/display5_defconfig
@@
-54,6
+54,8
@@
CONFIG_CMD_MII=y
CONFIG_CMD_PING=y
CONFIG_CMD_CACHE=y
CONFIG_CMD_TIME=y
+CONFIG_CMD_PMIC=y
+CONFIG_CMD_REGULATOR=y
CONFIG_CMD_EXT2=y
CONFIG_CMD_EXT4=y
CONFIG_CMD_FAT=y
@@
-95,6
+97,10
@@
CONFIG_FEC_MXC=y
CONFIG_MII=y
CONFIG_PINCTRL=y
CONFIG_PINCTRL_IMX6=y
+CONFIG_DM_PMIC=y
+CONFIG_DM_PMIC_PFUZE100=y
+CONFIG_DM_REGULATOR=y
+CONFIG_DM_REGULATOR_PFUZE100=y
CONFIG_MXC_UART=y
CONFIG_SPI=y
CONFIG_MXC_SPI=y