diff options
author | Dean Sanner <dsanner@us.ibm.com> | 2013-06-11 09:24:48 -0500 |
---|---|---|
committer | A. Patrick Williams III <iawillia@us.ibm.com> | 2013-06-11 09:54:53 -0500 |
commit | 0f2b871c2b84ccb734f20af0a76594b092360e9b (patch) | |
tree | 63ce618f2e3e43f79b6983f7af47809742130b36 /src/usr/targeting/common | |
parent | e6cfd996fa98833c0e8a1753ceb23444c3d12547 (diff) | |
download | talos-hostboot-0f2b871c2b84ccb734f20af0a76594b092360e9b.tar.gz talos-hostboot-0f2b871c2b84ccb734f20af0a76594b092360e9b.zip |
Update SBE I2C speed to ~1Mhz
Change-Id: I5d0fb047bc2c814be97cbb17e826218626285864
Reviewed-on: http://gfw160.austin.ibm.com:8080/gerrit/4948
Tested-by: Jenkins Server
Reviewed-by: A. Patrick Williams III <iawillia@us.ibm.com>
Diffstat (limited to 'src/usr/targeting/common')
-rw-r--r-- | src/usr/targeting/common/xmltohb/attribute_types.xml | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/src/usr/targeting/common/xmltohb/attribute_types.xml b/src/usr/targeting/common/xmltohb/attribute_types.xml index 445395415..77137f864 100644 --- a/src/usr/targeting/common/xmltohb/attribute_types.xml +++ b/src/usr/targeting/common/xmltohb/attribute_types.xml @@ -5583,11 +5583,11 @@ firmware notes: Used as override attribute for pstate procedure <id>PIB_I2C_REFCLOCK</id> <description> i2c reference clock for the system. - default is 0x8 => I2C speed = ~250 kHz per Andreas Koenig + default is 0x4 => I2C speed = ~1Mhz per Andreas Koenig </description> <simpleType> <uint32_t> - <default>0x8</default> + <default>0x4</default> </uint32_t> </simpleType> <persistency>volatile</persistency> @@ -5622,12 +5622,12 @@ firmware notes: Used as override attribute for pstate procedure <id>PIB_I2C_NEST_PLL</id> <description> i2c pll for the system - default is 0x96 (For PIB @500 MHz (2 GHz nest)) for - I2C speed = ~250 kHz per Andreas Koenig. + default is 0x26 (For PIB @500 MHz (2 GHz nest)) for + I2C speed = ~1Mhz per Andreas Koenig. </description> <simpleType> <uint32_t> - <default>0x096</default> + <default>0x026</default> </uint32_t> </simpleType> <persistency>volatile</persistency> |