Attention is currently required from: Tao Xia, Karthik Ramasubramanian, ShawnX Tu. Wentao Qin has uploaded a new patch set (#2) to the change originally created by Tao Xia. ( https://review.coreboot.org/c/coreboot/+/52048 )
Change subject: mb/google/dedede/var/storo: Modify eeprom setting for MIPI camera ......................................................................
mb/google/dedede/var/storo: Modify eeprom setting for MIPI camera
Currently,it’s failed to dump the nvm data by test command. It will report the following error: cat: '/sys/bus/i2c/devices/i2c-PRP0001:01/eeprom': Connection timed out
So increasing the value from 0x0400 to 0x2000 and address_width from 0x08 to 0x10
BUG=b:177393430 TEST=1.cat /sys/bus/i2c/devices/i2c-PRP0001:01/eeprom > /tmp/ov8856_eeprom.bin 2.hexdump -C /tmp/ov8856_eeprom.bin > ov8856_eeprom_dump.log 3.cat ov8856_eeprom_dump.log
Signed-off-by: Tao Xia xiatao5@huaqin.corp-partner.google.com Change-Id: Ia933927981f07e0f7954a4bc6d82f0bdd70181f5 --- M src/mainboard/google/dedede/variants/storo/overridetree.cb 1 file changed, 2 insertions(+), 2 deletions(-)
git pull ssh://review.coreboot.org:29418/coreboot refs/changes/48/52048/2