diff options
| author | Fabio Estevam <[email protected]> | 2023-01-03 10:19:40 -0300 |
|---|---|---|
| committer | Stefano Babic <[email protected]> | 2023-01-31 08:36:52 +0100 |
| commit | ab79811c9f0118314c13fefb8d8739ff8e4c7669 (patch) | |
| tree | f2171c2d9cf850fdcb08b13f7a5076da4e36066a /include | |
| parent | a7db74a4defe528050c396b53e0fad92bb910141 (diff) | |
pico-imx7d: Convert to DM_I2C and DM_PMIC
The conversion to DM_I2C is mandatory, so convert to it
and also to DM_PMIC.
Signed-off-by: Fabio Estevam <[email protected]>
Diffstat (limited to 'include')
| -rw-r--r-- | include/configs/pico-imx7d.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/include/configs/pico-imx7d.h b/include/configs/pico-imx7d.h index 5774184300c..096e5bbe663 100644 --- a/include/configs/pico-imx7d.h +++ b/include/configs/pico-imx7d.h @@ -97,9 +97,6 @@ #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 - /* FLASH and environment organization */ /* Environment starts at 768k = 768 * 1024 = 786432 */ |
