BCRD2: Enable PMIC SVID config

Enable PMIC SVID config for BCRD2 based
on board id. UPD parameter is used to
select the SVID config and PMIC I2C bus
number

BRANCH=None
BUG=None
TEST=Build and boot the system

Change-Id: I3c4c06bd25c241abdf46aa14af74eecf77cf77a6
Signed-off-by: Patrick Georgi <pgeorgi@google.com>
Original-Commit-Id: 10bb8d4ad96d1187f6e135ca1535d70ae45ee887
Original-Change-Id: I9191db7bace4f4840e3c32381093c6c0806f7c32
Original-Signed-off-by: Jenny TC <jenny.tc@intel.com>
Original-Reviewed-on: https://chromium-review.googlesource.com/282156
Original-Reviewed-by: Aaron Durbin <adurbin@chromium.org>
Original-Commit-Queue: Aaron Durbin <adurbin@chromium.org>
Original-Tested-by: Aaron Durbin <adurbin@chromium.org>
Reviewed-on: http://review.coreboot.org/11060
Tested-by: build bot (Jenkins)
Reviewed-by: Stefan Reinauer <stefan.reinauer@coreboot.org>
This commit is contained in:
Jenny TC 2015-06-18 14:55:10 +05:30 committed by Patrick Georgi
parent 556538af85
commit 153ae105e5

View file

@ -32,6 +32,7 @@
#define SVID_CONFIG1 1 #define SVID_CONFIG1 1
#define SVID_CONFIG3 3 #define SVID_CONFIG3 3
#define SVID_PMIC_CONFIG 8
struct soc_intel_braswell_config { struct soc_intel_braswell_config {
uint8_t enable_xdp_tap; uint8_t enable_xdp_tap;