summaryrefslogtreecommitdiffstats
path: root/src/mainboard/google/volteer/variants/baseboard
diff options
context:
space:
mode:
authorDaniel Kang <daniel.h.kang@intel.com>2021-01-15 11:22:56 -0800
committerTim Wawrzynczak <twawrzynczak@chromium.org>2021-02-12 16:59:57 +0000
commita5541225531a8b4ab12b01587b5cb8ba6c5168e9 (patch)
tree5f5c08e5adffcb42bfa74196003e46c934d4b5e2 /src/mainboard/google/volteer/variants/baseboard
parentd51fd30eef9375c3becaca1d6c69e0508b84b446 (diff)
downloadcoreboot-a5541225531a8b4ab12b01587b5cb8ba6c5168e9.tar.gz
coreboot-a5541225531a8b4ab12b01587b5cb8ba6c5168e9.tar.bz2
coreboot-a5541225531a8b4ab12b01587b5cb8ba6c5168e9.zip
mb/google/volteer: Correct AT24 NVM address size
Currently, the address size field of AT24 NVM is incorrect, and Linux v5.4 kernel 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 Reviewed-on: https://review.coreboot.org/c/coreboot/+/49633 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Tim Wawrzynczak <twawrzynczak@chromium.org> Reviewed-by: Bingbu Cao <bingbu.cao@linux.intel.com>
Diffstat (limited to 'src/mainboard/google/volteer/variants/baseboard')
-rw-r--r--src/mainboard/google/volteer/variants/baseboard/include/baseboard/acpi/mipi_camera.asl2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mainboard/google/volteer/variants/baseboard/include/baseboard/acpi/mipi_camera.asl b/src/mainboard/google/volteer/variants/baseboard/include/baseboard/acpi/mipi_camera.asl
index 6f7ca6b36795..2a58f9a3c4fd 100644
--- a/src/mainboard/google/volteer/variants/baseboard/include/baseboard/acpi/mipi_camera.asl
+++ b/src/mainboard/google/volteer/variants/baseboard/include/baseboard/acpi/mipi_camera.asl
@@ -459,7 +459,7 @@ Scope (\_SB.PCI0.I2C3)
Package (0x02)
{
"address-width",
- 0x0D
+ 0x10
},
Package (0x02)
{