summaryrefslogtreecommitdiffstats
path: root/src/usr/hwpf/hwp/activate_powerbus/activate_powerbus.C
diff options
context:
space:
mode:
Diffstat (limited to 'src/usr/hwpf/hwp/activate_powerbus/activate_powerbus.C')
-rw-r--r--src/usr/hwpf/hwp/activate_powerbus/activate_powerbus.C5
1 files changed, 4 insertions, 1 deletions
diff --git a/src/usr/hwpf/hwp/activate_powerbus/activate_powerbus.C b/src/usr/hwpf/hwp/activate_powerbus/activate_powerbus.C
index 4cb1d3a91..642b53996 100644
--- a/src/usr/hwpf/hwp/activate_powerbus/activate_powerbus.C
+++ b/src/usr/hwpf/hwp/activate_powerbus/activate_powerbus.C
@@ -347,9 +347,12 @@ void * call_host_slave_sbe_update( void * io_pArgs )
do
{
+ // Slave processors should now use Host I2C Access Method
+ I2C::i2cSetAccessMode( I2C::I2C_SET_ACCESS_MODE_PROC_HOST );
+
// Reset I2C devices before trying to access the SBE SEEPROMs
// Any error returned should not fail istep
- l_errl = I2C::i2cResetActiveMasters( I2C::I2C_PROC_HOST );
+ l_errl = I2C::i2cResetActiveMasters( I2C::I2C_PROC_ALL );
if (l_errl)
{
// Commit error and keep going
OpenPOWER on IntegriCloud