diff options
author | David Hendricks <dhendrix@chromium.org> | 2013-06-14 16:08:05 -0700 |
---|---|---|
committer | Stefan Reinauer <stefan.reinauer@coreboot.org> | 2013-07-10 22:35:42 +0200 |
commit | 1e3e2c51dba9b2c205985704aec77c89fcda7fdc (patch) | |
tree | 534b051d031860469e039c7d8ccebf1f5e5228c9 /src/mainboard/google/pit/exynos5420.h | |
parent | 90a42d83cf27afb24c832811995b399955cc3008 (diff) |
pit: set up the PMIC correctly
This updates the setup_power() function to actually set up the PMIC
which is on this board (the MAX77802).
Change-Id: I9c6f21f183dacc0bca71277e681e670834412d78
Signed-off-by: David Hendricks <dhendrix@chromium.org>
Signed-off-by: Gabe Black <gabeblack@chromium.org>
Reviewed-on: http://review.coreboot.org/3680
Tested-by: build bot (Jenkins)
Reviewed-by: Stefan Reinauer <stefan.reinauer@coreboot.org>
Diffstat (limited to 'src/mainboard/google/pit/exynos5420.h')
-rw-r--r-- | src/mainboard/google/pit/exynos5420.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/mainboard/google/pit/exynos5420.h b/src/mainboard/google/pit/exynos5420.h index 98d36f92e4..562d9bce66 100644 --- a/src/mainboard/google/pit/exynos5420.h +++ b/src/mainboard/google/pit/exynos5420.h @@ -19,6 +19,7 @@ /* I2C */ #define I2C_0_SPEED 100000 +#define I2C_4_SPEED 100000 #define I2C_SLAVE 0 /* Voltages */ |