diff options
author | Lukasz Majewski | 2022-03-12 08:11:10 +0100 |
---|---|---|
committer | Tom Rini | 2022-04-05 15:51:46 -0400 |
commit | 1610b68ea305cf00a8570dcb273ea585c4c4f8df (patch) | |
tree | 8c3ad62341667fbc5cf08f5e8c2fdff09bc5e529 /configs/chiliboard_defconfig | |
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 <lukma@denx.de>
Reviewed-by: Jaehoon Chung <jh80.chung@samsung.com>
[trini: Migrate all other platforms as well]
Signed-off-by: Tom Rini <trini@konsulko.com>
Diffstat (limited to 'configs/chiliboard_defconfig')
-rw-r--r-- | configs/chiliboard_defconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/configs/chiliboard_defconfig b/configs/chiliboard_defconfig index ae101da9c2f..1b03d836944 100644 --- a/configs/chiliboard_defconfig +++ b/configs/chiliboard_defconfig @@ -66,6 +66,7 @@ CONFIG_PHY_SMSC=y CONFIG_DM_ETH=y CONFIG_MII=y CONFIG_DRIVER_TI_CPSW=y +CONFIG_PMIC_TPS65217=y CONFIG_SPI=y CONFIG_DM_SPI=y CONFIG_OMAP3_SPI=y |