summaryrefslogtreecommitdiffstats
path: root/src/usr/i2c/i2c.H
diff options
context:
space:
mode:
Diffstat (limited to 'src/usr/i2c/i2c.H')
-rwxr-xr-xsrc/usr/i2c/i2c.H2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/usr/i2c/i2c.H b/src/usr/i2c/i2c.H
index 05f11d551..776b9b834 100755
--- a/src/usr/i2c/i2c.H
+++ b/src/usr/i2c/i2c.H
@@ -86,7 +86,7 @@ ALWAYS_INLINE inline uint64_t i2cGetNestFreq()
TARGETING::Target * sysTarget = NULL;
tS.getTopLevelTarget( sysTarget );
- return sysTarget->getAttr<TARGETING::ATTR_NEST_FREQ_MHZ>();
+ return sysTarget->getAttr<TARGETING::ATTR_FREQ_PB_MHZ>();
};
static uint64_t g_I2C_NEST_FREQ_MHZ = i2cGetNestFreq();
OpenPOWER on IntegriCloud