diff options
author | Nishanth Menon <nm@ti.com> | 2013-03-26 05:20:54 +0000 |
---|---|---|
committer | Tom Rini <trini@ti.com> | 2013-05-10 08:25:54 -0400 |
commit | cb199102b06c5d895d2495c62554c5be998b234b (patch) | |
tree | 6cd2fa8cccc4a01202c266de258ce7d7f2311330 /include | |
parent | 502dac5568df4c67d7bb53b4aca242f2435eed73 (diff) | |
download | u-boot-imx-cb199102b06c5d895d2495c62554c5be998b234b.zip u-boot-imx-cb199102b06c5d895d2495c62554c5be998b234b.tar.gz u-boot-imx-cb199102b06c5d895d2495c62554c5be998b234b.tar.bz2 |
twl6035: rename to palmas
TPS659038/TWL6035/TWL6037 all belong to palmas family of TI PMICs
Rename twl6035 to palmas to allow reuse across multiple current and
future platforms
As part of this change, change the CONFIG_TWL6035_POWER to
CONFIG_PALMAS_POWER and update usage of header file accordingly.
Signed-off-by: Nishanth Menon <nm@ti.com>
Diffstat (limited to 'include')
-rw-r--r-- | include/configs/omap5_uevm.h | 2 | ||||
-rw-r--r-- | include/palmas.h (renamed from include/twl6035.h) | 4 |
2 files changed, 3 insertions, 3 deletions
diff --git a/include/configs/omap5_uevm.h b/include/configs/omap5_uevm.h index 240fdfc..c5bf51d 100644 --- a/include/configs/omap5_uevm.h +++ b/include/configs/omap5_uevm.h @@ -37,7 +37,7 @@ /* TWL6035 */ #ifndef CONFIG_SPL_BUILD -#define CONFIG_TWL6035_POWER +#define CONFIG_PALMAS_POWER #endif /* MMC ENV related defines */ diff --git a/include/twl6035.h b/include/palmas.h index ce74348..cf836d7 100644 --- a/include/twl6035.h +++ b/include/palmas.h @@ -1,5 +1,5 @@ /* - * (C) Copyright 2012 + * (C) Copyright 2012-2013 * Texas Instruments, <www.ti.com> * * See file CREDITS for list of people who contributed to this @@ -25,7 +25,7 @@ #include <i2c.h> /* I2C chip addresses */ -#define TWL6035_CHIP_ADDR 0x48 +#define PALMAS_CHIP_ADDR 0x48 /* 0x1XY translates to page 1, register address 0xXY */ #define LDO9_CTRL 0x60 |