summaryrefslogtreecommitdiff
path: root/include/configs
diff options
context:
space:
mode:
authorPeter Robinson <pbrobinson@gmail.com>2022-11-14 23:53:47 +0300
committerStefano Babic <sbabic@denx.de>2023-02-03 15:10:01 +0300
commit99a94c368c9056acf8107ae4163efbb1cbe34d42 (patch)
tree47bd0b76d8989ec40f250819030acf97a86319dd /include/configs
parentc64b840ef3454608d8bb7b7be74053cb4222e97f (diff)
downloadu-boot-99a94c368c9056acf8107ae4163efbb1cbe34d42.tar.xz
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 <pbrobinson@gmail.com> Reviewed-by: Fabio Estevam <festevam@denx.de>
Diffstat (limited to 'include/configs')
-rw-r--r--include/configs/udoo_neo.h6
1 files changed, 0 insertions, 6 deletions
diff --git a/include/configs/udoo_neo.h b/include/configs/udoo_neo.h
index 80386414f8..4ecd71f965 100644
--- a/include/configs/udoo_neo.h
+++ b/include/configs/udoo_neo.h
@@ -53,16 +53,10 @@
#include <config_distro_bootcmd.h>
-/* 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 */