
14 Nov
2022
14 Nov
'22
6:32 p.m.
Hi Peter,
On Mon, Nov 14, 2022 at 1:15 PM Peter Robinson pbrobinson@gmail.com wrote:
This moves over the PMIC power init to DM and the associated i2c and regulator bits.
There is a typo in the Subject line: s/REGUALTOR/REGULATOR
diff --git a/configs/udoo_neo_defconfig b/configs/udoo_neo_defconfig index 8ae9fa57f03..6c29f8fd251 100644 --- a/configs/udoo_neo_defconfig +++ b/configs/udoo_neo_defconfig @@ -10,8 +10,9 @@ CONFIG_ENV_SIZE=0x2000 CONFIG_ENV_OFFSET=0x80000 CONFIG_MX6SX=y CONFIG_TARGET_UDOO_NEO=y -CONFIG_SYS_I2C_MXC_I2C1=y +CONFIG_DM_I2C=y CONFIG_DM_GPIO=y +CONFIG_DM_MMC=y
CONFIG_DM_MMC is selected by default. No need to have it in the defconfig.
Reviewed-by: Fabio Estevam festevam@denx.de