summaryrefslogtreecommitdiff
path: root/include/configs/bur_am335x_common.h
diff options
context:
space:
mode:
authorLukasz Majewski <lukma@denx.de>2022-03-12 08:11:10 +0100
committerTom Rini <trini@konsulko.com>2022-04-05 15:51:46 -0400
commit1610b68ea305cf00a8570dcb273ea585c4c4f8df (patch)
tree8c3ad62341667fbc5cf08f5e8c2fdff09bc5e529 /include/configs/bur_am335x_common.h
parent59bffec43a657598b194b9eb30dc01eec06078c7 (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 'include/configs/bur_am335x_common.h')
-rw-r--r--include/configs/bur_am335x_common.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/include/configs/bur_am335x_common.h b/include/configs/bur_am335x_common.h
index 9b2e8b5c6eb..5fc8ce622b1 100644
--- a/include/configs/bur_am335x_common.h
+++ b/include/configs/bur_am335x_common.h
@@ -26,7 +26,6 @@
/* Timer information */
#define CONFIG_SYS_PTV 2 /* Divisor: 2^(PTV+1) => 8 */
#define CONFIG_SYS_TIMERBASE 0x48040000 /* Use Timer2 */
-#define CONFIG_POWER_TPS65217
#include <asm/arch/omap.h>