summaryrefslogtreecommitdiffstats
path: root/board/nvidia/p2571/max77620_init.h
diff options
context:
space:
mode:
authorTom Warren <twarren@nvidia.com>2015-07-28 15:13:17 -0700
committerTom Warren <twarren@nvidia.com>2015-08-05 15:22:51 -0700
commit4132bc90e63428702ae9adf41756087d670fc4f1 (patch)
treeaf534fb7a3337ababca8590482ad12c2cba1b1e1 /board/nvidia/p2571/max77620_init.h
parenta5325cd5e91f77a2214e80198ae31c1d8b7e7c3c (diff)
downloadtalos-obmc-uboot-4132bc90e63428702ae9adf41756087d670fc4f1.tar.gz
talos-obmc-uboot-4132bc90e63428702ae9adf41756087d670fc4f1.zip
T210: P2571: Enable SD-card power via PMIC LDO2
This was done in the 32-bit AVP loader (SPL) but is board-specific so should be moved to the CPU portion. Signed-off-by: Tom Warren <twarren@nvidia.com> Acked-by: Stephen Warren <swarren@nvidia.com>
Diffstat (limited to 'board/nvidia/p2571/max77620_init.h')
-rw-r--r--board/nvidia/p2571/max77620_init.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/board/nvidia/p2571/max77620_init.h b/board/nvidia/p2571/max77620_init.h
index 9d5cce7c6e..92c3719112 100644
--- a/board/nvidia/p2571/max77620_init.h
+++ b/board/nvidia/p2571/max77620_init.h
@@ -10,7 +10,8 @@
/* MAX77620-PMIC-specific early init regs */
-#define MAX77620_I2C_ADDR 0x78 /* or 0x3C 7-bit */
+#define MAX77620_I2C_ADDR 0x78
+#define MAX77620_I2C_ADDR_7BIT 0x3C
#define MAX77620_SD0_REG 0x16
#define MAX77620_SD1_REG 0x17
OpenPOWER on IntegriCloud