]> git.baikalelectronics.ru Git - uboot.git/commit
power: Rename CONFIG_POWER_TPS65217 with CONFIG_PMIC_TPS65217
authorLukasz Majewski <lukma@denx.de>
Sat, 12 Mar 2022 07:11:10 +0000 (08:11 +0100)
committerTom Rini <trini@konsulko.com>
Tue, 5 Apr 2022 19:51:46 +0000 (15:51 -0400)
commit02c44b9138223239fb65b21c9303bfe6fe3e2edd
tree8c3ad62341667fbc5cf08f5e8c2fdff09bc5e529
parenta0c15ef3caaed6e42f9c023db9b8358a61ff9c74
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>
27 files changed:
configs/am335x_boneblack_vboot_defconfig
configs/am335x_evm_defconfig
configs/am335x_evm_spiboot_defconfig
configs/am335x_guardian_defconfig
configs/am335x_hs_evm_defconfig
configs/am335x_hs_evm_uart_defconfig
configs/am335x_shc_defconfig
configs/am335x_shc_ict_defconfig
configs/am335x_shc_netboot_defconfig
configs/am335x_shc_sdboot_defconfig
configs/am335x_sl50_defconfig
configs/brppt1_mmc_defconfig
configs/brppt1_nand_defconfig
configs/brppt1_spi_defconfig
configs/brsmarc1_defconfig
configs/brxre1_defconfig
configs/chiliboard_defconfig
drivers/power/pmic/Kconfig
drivers/power/pmic/Makefile
include/configs/am335x_evm.h
include/configs/am335x_guardian.h
include/configs/am335x_shc.h
include/configs/am335x_sl50.h
include/configs/brppt1.h
include/configs/bur_am335x_common.h
include/configs/chiliboard.h
scripts/config_whitelist.txt