From c90ba67c4cd2acb9b2577a51944bb6880a5abf38 Mon Sep 17 00:00:00 2001 From: Fabio Estevam Date: Thu, 16 Feb 2023 07:08:48 -0300 Subject: mx6sabreauto: 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/mx6sabreauto.h | 3 --- 1 file changed, 3 deletions(-) (limited to 'include') diff --git a/include/configs/mx6sabreauto.h b/include/configs/mx6sabreauto.h index 05ae2fce1fd..91544c8a0e2 100644 --- a/include/configs/mx6sabreauto.h +++ b/include/configs/mx6sabreauto.h @@ -35,7 +35,4 @@ /* DMA stuff, needed for GPMI/MXS NAND support */ -/* PMIC */ -#define CFG_POWER_PFUZE100_I2C_ADDR 0x08 - #endif /* __MX6SABREAUTO_CONFIG_H */ -- cgit v1.2.3