From d7f14a85db224e9dbcbdd948b11bc3a23c399050 Mon Sep 17 00:00:00 2001 From: Praveen AC Date: Tue, 30 Jan 2024 10:34:54 -0800 Subject: [PATCH] t23x:P3762: Fix failed to read 2nd Hawk EEPROM serial number. Changed EEPROM address to 0x15 for 2nd Hawks EEPROM to avoid fail to read serial number. Bug 4244937 Change-Id: Ia920ec6464b5bc374289728395da2bceb3f44d39 Reviewed-on: https://git-master.nvidia.com/r/c/linux-nv-oot/+/3066257 Reviewed-by: Praveen AC Reviewed-by: Anubhav Rai Reviewed-by: Bibek Basu Tested-by: Praveen AC GVS: Gerrit_Virtual_Submit --- drivers/media/i2c/hawk_owl_mode_tbls.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/drivers/media/i2c/hawk_owl_mode_tbls.h b/drivers/media/i2c/hawk_owl_mode_tbls.h index 16accdb9..1f7e2ccf 100644 --- a/drivers/media/i2c/hawk_owl_mode_tbls.h +++ b/drivers/media/i2c/hawk_owl_mode_tbls.h @@ -179,9 +179,9 @@ static struct index_reg_8 i2c_address_trans_hawk1_eeprom[] = { }; static struct index_reg_8 i2c_address_trans_hawk2_eeprom[] = { - {0x96, 0x0042, 0x84}, + {0x96, 0x0042, 0x2A}, {0x96, 0x0043, 0xA8}, - {0x96, 0x0044, 0x86}, + {0x96, 0x0044, 0x2C}, {0x96, 0x0045, 0xAA}, {0x00, AR0234_TABLE_END, 0x00} };