diff options
author | Stephen Warren <swarren@nvidia.com> | 2016-07-18 13:02:11 -0600 |
---|---|---|
committer | Tom Warren <twarren@nvidia.com> | 2016-07-21 09:31:30 -0700 |
commit | efbb3d491e87935421242396958fdddd87e0fde1 (patch) | |
tree | a1cc8fc074a880469e22aa45ebf3906df8924cb6 /board/nvidia/p2571/max77620_init.h | |
parent | 49626ea801e8bb33c9ee4cbcb69e2fea6b13c330 (diff) |
ARM: tegra: p2371-2180: A03 board PMIC config update
Rev A03 of P2180 requires some PMIC programming adjustments, yet the
PMIC's own OTP has not been updated. Consequently, U-Boot must make
these changes itself.
NVIDIA's syseng team has confirmed that these changes can be enabled on
all board revisions without issue.
Signed-off-by: Stephen Warren <swarren@nvidia.com>
Signed-off-by: Tom Warren <twarren@nvidia.com>
Diffstat (limited to 'board/nvidia/p2571/max77620_init.h')
-rw-r--r-- | board/nvidia/p2571/max77620_init.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/board/nvidia/p2571/max77620_init.h b/board/nvidia/p2571/max77620_init.h index 92c3719112..39e550149a 100644 --- a/board/nvidia/p2571/max77620_init.h +++ b/board/nvidia/p2571/max77620_init.h @@ -13,6 +13,8 @@ #define MAX77620_I2C_ADDR 0x78 #define MAX77620_I2C_ADDR_7BIT 0x3C +#define MAX77620_CNFGGLBL1_REG 0x00 + #define MAX77620_SD0_REG 0x16 #define MAX77620_SD1_REG 0x17 #define MAX77620_SD2_REG 0x18 |