diff options
| author | Fabio Estevam <[email protected]> | 2023-02-16 07:08:48 -0300 |
|---|---|---|
| committer | Stefano Babic <[email protected]> | 2023-03-29 22:27:39 +0200 |
| commit | c90ba67c4cd2acb9b2577a51944bb6880a5abf38 (patch) | |
| tree | fd94fa0675197ecb32d4e4056bbb9fb2b83570bb /include | |
| parent | 1071acf1b0fc31670652af45f84f53e03b4e9721 (diff) | |
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 <[email protected]>
Reviewed-by: Peng Fan <[email protected]>
Diffstat (limited to 'include')
| -rw-r--r-- | include/configs/mx6sabreauto.h | 3 |
1 files changed, 0 insertions, 3 deletions
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 */ |
