diff options
| author | Max Merchel <[email protected]> | 2026-03-23 14:47:33 +0100 |
|---|---|---|
| committer | Fabio Estevam <[email protected]> | 2026-04-02 09:05:46 -0300 |
| commit | b08dc109dadbeefb6488cccfb9ae501940058313 (patch) | |
| tree | 3ba6eaf27bdcca22a515c19f1373e21c70428e08 /include | |
| parent | 6c591676a93019ef663492f388991e21efd41ae2 (diff) | |
configs: tqma6.h: remove unused define for PFUZE100_I2C
Remove the definition of CFG_POWER_PFUZE100_I2C_ADDR and
TQMA6_PFUZE100_I2C_BUS as it is not used.
Signed-off-by: Max Merchel <[email protected]>
Diffstat (limited to 'include')
| -rw-r--r-- | include/configs/tqma6.h | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/include/configs/tqma6.h b/include/configs/tqma6.h index 7c59b722e2f..bb335ee1b41 100644 --- a/include/configs/tqma6.h +++ b/include/configs/tqma6.h @@ -20,11 +20,6 @@ #define TQMA6_SPI_FLASH_SECTOR_SIZE SZ_64K -#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 |
