Commit 31faf405 authored by Lei YU's avatar Lei YU Committed by Patrick Williams
Browse files

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: default avatarLei YU <mine260309@gmail.com>
parent 1e511a8c
......@@ -5,7 +5,7 @@ i2cset -y 4 0x70 0x01 0xB0 b # VDD 0
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
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment