summaryrefslogtreecommitdiffstats
path: root/src/usr/i2c/i2cTargetPres.C
diff options
context:
space:
mode:
Diffstat (limited to 'src/usr/i2c/i2cTargetPres.C')
-rw-r--r--src/usr/i2c/i2cTargetPres.C6
1 files changed, 6 insertions, 0 deletions
diff --git a/src/usr/i2c/i2cTargetPres.C b/src/usr/i2c/i2cTargetPres.C
index 5e7fb5d3b..c3809f099 100644
--- a/src/usr/i2c/i2cTargetPres.C
+++ b/src/usr/i2c/i2cTargetPres.C
@@ -295,4 +295,10 @@ DEVICE_REGISTER_ROUTE( DeviceFW::READ,
TARGETING::TYPE_I2C_MUX,
basicI2CPresencePerformOp );
+// Register the pmic vrm presence detect function with the device framework
+DEVICE_REGISTER_ROUTE( DeviceFW::READ,
+ DeviceFW::PRESENT,
+ TARGETING::TYPE_PMIC,
+ basicI2CPresencePerformOp );
+
}
OpenPOWER on IntegriCloud