From e54882aefb5c906e460cb7c84bb072f360b29680 Mon Sep 17 00:00:00 2001 From: Fabio Estevam Date: Thu, 16 Feb 2023 07:08:49 -0300 Subject: 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 Reviewed-by: Peng Fan --- include/configs/mx6sabresd.h | 3 --- 1 file changed, 3 deletions(-) (limited to 'include/configs') 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) -- cgit v1.2.1