commit | 6c46d9f913ccbf690149aab44ee1507a3843d24d | [log] [tgz] |
---|---|---|
author | Lei YU <mine260309@gmail.com> | Thu Aug 17 11:35:17 2017 +0800 |
committer | Patrick Williams <patrick@stwcx.xyz> | Sat Aug 19 20:54:19 2017 +0000 |
tree | 30c201dd96066367c622ff7474892eb6ab52b077 | |
parent | 1f24d79b6f527368612bd7eb73f216e5959470c5 [diff] |
meta-witherspoon: Fix VDN0 page set in avsbus-enable.sh It was a typo that it uses 0x70 for VDN0's i2c address. Fix it to use the correct address 0x71. Change-Id: I0600e8371e05c64bf2c95fa93cfcb7b79242a835 Signed-off-by: Lei YU <mine260309@gmail.com>
diff --git a/meta-ibm/meta-witherspoon/recipes-phosphor/chassis/avsbus-control/avsbus-enable.sh b/meta-ibm/meta-witherspoon/recipes-phosphor/chassis/avsbus-control/avsbus-enable.sh index 574f21f..a6be2de 100644 --- a/meta-ibm/meta-witherspoon/recipes-phosphor/chassis/avsbus-control/avsbus-enable.sh +++ b/meta-ibm/meta-witherspoon/recipes-phosphor/chassis/avsbus-control/avsbus-enable.sh
@@ -5,7 +5,7 @@ i2cset -y 4 0x70 0x00 0x01 b # VCS 0 - PAGE set i2cset -y 4 0x70 0x01 0xB0 b # VCS 0 i2cset -y 4 0x70 0x00 0x00 b # VCS 0 - PAGE reset -i2cset -y 4 0x70 0x00 0x00 b # VDN 0 - PAGE set +i2cset -y 4 0x71 0x00 0x00 b # VDN 0 - PAGE set i2cset -y 4 0x71 0x01 0xB0 b # VDN 0 i2cset -y 5 0x70 0x00 0x00 b # VDD 1 - PAGE set i2cset -y 5 0x70 0x01 0xB0 b # VDD 1