summaryrefslogtreecommitdiff
path: root/include/configs
diff options
context:
space:
mode:
authorFabio Estevam <festevam@denx.de>2023-02-16 07:08:49 -0300
committerStefano Babic <sbabic@denx.de>2023-03-29 22:27:39 +0200
commite54882aefb5c906e460cb7c84bb072f360b29680 (patch)
treef20d88adb6beac3165364a944aee1760b8a61468 /include/configs
parentc90ba67c4cd2acb9b2577a51944bb6880a5abf38 (diff)
downloadu-boot-e54882aefb5c906e460cb7c84bb072f360b29680.tar.gz
mx6sabresd: Convert to DM_PMIC
The usage of DM_PMIC is preferred, so convert to it. This also brings the benefit of causing a significant amount of code removal. Signed-off-by: Fabio Estevam <festevam@denx.de> Reviewed-by: Peng Fan <peng.fan@nxp.com>
Diffstat (limited to 'include/configs')
-rw-r--r--include/configs/mx6sabresd.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/include/configs/mx6sabresd.h b/include/configs/mx6sabresd.h
index 30d3b9d930..844f10e422 100644
--- a/include/configs/mx6sabresd.h
+++ b/include/configs/mx6sabresd.h
@@ -24,9 +24,6 @@
#define CFG_PCIE_IMX_POWER_GPIO IMX_GPIO_NR(3, 19)
#endif
-/* PMIC */
-#define CFG_POWER_PFUZE100_I2C_ADDR 0x08
-
/* USB Configs */
#ifdef CONFIG_CMD_USB
#define CFG_MXC_USB_PORTSC (PORT_PTS_UTMI | PORT_PTS_PTW)