Skip to content

Commit

Permalink
Fixing GPU I2C Addresses
Browse files Browse the repository at this point in the history
I2C addresses were wrong (though not used), this triggers an error to be reported during IPL boot.
  • Loading branch information
Erich-Hauptli committed Mar 5, 2019
1 parent 74b5ebb commit bea477b
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions witherspoon.xml
Original file line number Diff line number Diff line change
Expand Up @@ -9589,7 +9589,7 @@
</property>
<property>
<id>I2C_ADDRESS</id>
<value>0xA0</value>
<value>0x98</value>
</property>
<property>
<id>VPD_SIZE</id>
Expand Down Expand Up @@ -9743,7 +9743,7 @@
</property>
<property>
<id>I2C_ADDRESS</id>
<value>0xA1</value>
<value>0x9A</value>
</property>
<property>
<id>VPD_SIZE</id>
Expand Down Expand Up @@ -9897,7 +9897,7 @@
</property>
<property>
<id>I2C_ADDRESS</id>
<value>0xA2</value>
<value>0x9C</value>
</property>
<property>
<id>VPD_SIZE</id>
Expand Down Expand Up @@ -10051,7 +10051,7 @@
</property>
<property>
<id>I2C_ADDRESS</id>
<value>0xA0</value>
<value>0x98</value>
</property>
<property>
<id>VPD_SIZE</id>
Expand Down Expand Up @@ -10205,7 +10205,7 @@
</property>
<property>
<id>I2C_ADDRESS</id>
<value>0xA1</value>
<value>0x9A</value>
</property>
<property>
<id>VPD_SIZE</id>
Expand Down Expand Up @@ -10359,7 +10359,7 @@
</property>
<property>
<id>I2C_ADDRESS</id>
<value>0xA2</value>
<value>0x9C</value>
</property>
<property>
<id>VPD_SIZE</id>
Expand Down

0 comments on commit bea477b

Please sign in to comment.