diff options
| author | Lukasz Majewski <[email protected]> | 2022-03-12 08:11:10 +0100 |
|---|---|---|
| committer | Tom Rini <[email protected]> | 2022-04-05 15:51:46 -0400 |
| commit | 1610b68ea305cf00a8570dcb273ea585c4c4f8df (patch) | |
| tree | 8c3ad62341667fbc5cf08f5e8c2fdff09bc5e529 /include/configs/chiliboard.h | |
| parent | 59bffec43a657598b194b9eb30dc01eec06078c7 (diff) | |
power: Rename CONFIG_POWER_TPS65217 with CONFIG_PMIC_TPS65217
Up till now the CONFIG_POWER_TPS65217 has been defined in several header
files for am335x SoC.
This patch renames it to CONFIG_PMIC_TPS65217, which better reflects the
role of this IC circuit.
Moreover, new CONFIG_PMIC_TPS65217 has been introduced in Kconfig
to be used with boards, which both support DM_PMIC and DM_I2C.
Signed-off-by: Lukasz Majewski <[email protected]>
Reviewed-by: Jaehoon Chung <[email protected]>
[trini: Migrate all other platforms as well]
Signed-off-by: Tom Rini <[email protected]>
Diffstat (limited to 'include/configs/chiliboard.h')
| -rw-r--r-- | include/configs/chiliboard.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/include/configs/chiliboard.h b/include/configs/chiliboard.h index ad1cd864c85..82acda595f0 100644 --- a/include/configs/chiliboard.h +++ b/include/configs/chiliboard.h @@ -106,9 +106,6 @@ #define CONFIG_SYS_NS16550_COM5 0x481a8000 /* UART4 */ #define CONFIG_SYS_NS16550_COM6 0x481aa000 /* UART5 */ -/* PMIC support */ -#define CONFIG_POWER_TPS65217 - /* SPL */ /* Bootcount using the RTC block */ #define CONFIG_SYS_BOOTCOUNT_BE |
