diff options
| author | Fabio Estevam <[email protected]> | 2024-08-09 14:58:08 -0300 |
|---|---|---|
| committer | Fabio Estevam <[email protected]> | 2024-08-13 09:31:19 -0300 |
| commit | d1cdb5fe2da0cde1c07fe513e214b9dcb4f7aff3 (patch) | |
| tree | 90ec96e0f3dba124e066c06f70909ce1cd9b3834 /include | |
| parent | a640267cc456a62ceec78718d86a69d547040f26 (diff) | |
tqma6: Convert to PMIC and I2C driver model
Currently, the power_init_board() function is not executed because
CONFIG_POWER_LEGACY is not selected.
Convert to PMIC driver model, which allows removing board I2C code in
favor of the I2C driver model.
Signed-off-by: Fabio Estevam <[email protected]>
Diffstat (limited to 'include')
| -rw-r--r-- | include/configs/tqma6.h | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/include/configs/tqma6.h b/include/configs/tqma6.h index 2da76f15431..b4a06a75c53 100644 --- a/include/configs/tqma6.h +++ b/include/configs/tqma6.h @@ -26,14 +26,6 @@ #define TQMA6_SPI_FLASH_SECTOR_SIZE SZ_64K -/* I2C Configs */ -#define CFG_I2C_MULTI_BUS - -#if !defined(CONFIG_DM_PMIC) -#define CFG_POWER_PFUZE100_I2C_ADDR 0x08 -#define TQMA6_PFUZE100_I2C_BUS 2 -#endif - /* MMC Configs */ #define CFG_SYS_FSL_ESDHC_ADDR 0 |
