summaryrefslogtreecommitdiff
path: root/include/power
diff options
context:
space:
mode:
authorGowtham Tammana <g-tammana@ti.com>2021-07-14 23:52:56 +0300
committerLokesh Vutla <lokeshvutla@ti.com>2021-07-15 15:26:04 +0300
commit6fdbd2b093dcd7b16b4b90ae63430ee33d2de61f (patch)
tree033e625e30b14e53db357e7ff5ebcfb7ceb953c9 /include/power
parentbde6ac549053a4a983ddb7306a4ea0245a2b4ea9 (diff)
downloadu-boot-6fdbd2b093dcd7b16b4b90ae63430ee33d2de61f.tar.xz
power: pmic: tps65941: Add compatible for LP876441
TI J7200 EVM has lp876441 pmic that is similar to tps65941. Add support for same with existing driver with new compatible. Signed-off-by: Gowtham Tammana <g-tammana@ti.com> Signed-off-by: Lokesh Vutla <lokeshvutla@ti.com> Acked-by: Jaehoon Chung <jh80.chung@samsung.com> Link: https://lore.kernel.org/r/20210714205300.17424-2-g-tammana@ti.com
Diffstat (limited to 'include/power')
-rw-r--r--include/power/tps65941.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/power/tps65941.h b/include/power/tps65941.h
index 2d48b31ae3..a2bc6814ba 100644
--- a/include/power/tps65941.h
+++ b/include/power/tps65941.h
@@ -2,6 +2,7 @@
#define TPS659412 0x1
#define TPS659413 0x2
#define TPS659414 0x3
+#define LP876441 0x4
/* I2C device address for pmic tps65941 */
#define TPS65941_I2C_ADDR (0x12 >> 1)