Attention is currently required from: Daniel Kang, Wonkyu Kim, Caveh Jalali, Tim Wawrzynczak, Nick Vaccaro, Furquan Shaikh, Aaron Durbin. Hello build bot (Jenkins), Patrick Georgi, Wonkyu Kim, Caveh Jalali, Tim Wawrzynczak, Paul Menzel, Nick Vaccaro, Furquan Shaikh, Aaron Durbin,
I'd like you to reexamine a change. Please visit
https://review.coreboot.org/c/coreboot/+/49633
to look at the new patch set (#2).
Change subject: mb/google/volteer: Correct AT24 NVM address size ......................................................................
mb/google/volteer: Correct AT24 NVM address size
Currently, the address size field of AT24 NVM is incorrect, and Linux VERSION logs the message below:
at24 i2c-PRP0001:02: Bad "address-width" property: 13
The valid size of the AT24 NVM is 16 bits so modify the value from 0x0D to 0x10.
BUG=b:177655681 BRANCH=none TEST=Boot volteer and check the kernel log and see "Bad address-width" error message is not shown.
Signed-off-by: Daniel Kang daniel.h.kang@intel.com Change-Id: Ice6c3eac1e023b981217e1d7dc06587fc46b1a02 --- M src/mainboard/google/volteer/variants/baseboard/include/baseboard/acpi/mipi_camera.asl 1 file changed, 1 insertion(+), 1 deletion(-)
git pull ssh://review.coreboot.org:29418/coreboot refs/changes/33/49633/2