summaryrefslogtreecommitdiffstats
path: root/src/usr/i2c/i2c.C
diff options
context:
space:
mode:
Diffstat (limited to 'src/usr/i2c/i2c.C')
-rwxr-xr-xsrc/usr/i2c/i2c.C4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/usr/i2c/i2c.C b/src/usr/i2c/i2c.C
index 1f2b8a095..f8583b8a1 100755
--- a/src/usr/i2c/i2c.C
+++ b/src/usr/i2c/i2c.C
@@ -688,7 +688,9 @@ bool i2cPresence( TARGETING::Target * i_target,
- //Set Host vs FSI switches
+ // Set I2C Mode (Host vs FSI) for the target
+ args.switches.useHostI2C = 0;
+ args.switches.useFsiI2C = 0;
i2cSetSwitches( i_target, args );
err = i2cSetBusVariables(i_target,
OpenPOWER on IntegriCloud