From 99a94c368c9056acf8107ae4163efbb1cbe34d42 Mon Sep 17 00:00:00 2001 From: Peter Robinson Date: Mon, 14 Nov 2022 20:53:47 +0000 Subject: udoo_neo: Move to DM for REGULATOR/PMIC/I2C drivers This moves over the PMIC power init to DM and the associated i2c and regulator bits. Signed-off-by: Peter Robinson Reviewed-by: Fabio Estevam --- include/configs/udoo_neo.h | 6 ------ 1 file changed, 6 deletions(-) (limited to 'include') diff --git a/include/configs/udoo_neo.h b/include/configs/udoo_neo.h index 80386414f89..4ecd71f9653 100644 --- a/include/configs/udoo_neo.h +++ b/include/configs/udoo_neo.h @@ -53,16 +53,10 @@ #include -/* Miscellaneous configurable options */ - /* Physical Memory Map */ #define PHYS_SDRAM MMDC0_ARB_BASE_ADDR #define CFG_SYS_SDRAM_BASE PHYS_SDRAM #define CFG_SYS_INIT_RAM_ADDR IRAM_BASE_ADDR #define CFG_SYS_INIT_RAM_SIZE IRAM_SIZE -/* PMIC */ -#define CFG_POWER_PFUZE3000_I2C_ADDR 0x08 -#define PFUZE3000_I2C_BUS 0 - #endif /* __CONFIG_H */ -- cgit v1.3.1