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 <pac@nvidia.com>
Reviewed-by: Anubhav Rai <arai@nvidia.com>
Reviewed-by: Bibek Basu <bbasu@nvidia.com>
Tested-by: Praveen AC <pac@nvidia.com>
GVS: Gerrit_Virtual_Submit <buildbot_gerritrpt@nvidia.com>
This commit is contained in:
Praveen AC
2024-01-30 10:34:54 -08:00
committed by mobile promotions
parent 05b82fc2fe
commit d7f14a85db

View File

@@ -179,9 +179,9 @@ static struct index_reg_8 i2c_address_trans_hawk1_eeprom[] = {
}; };
static struct index_reg_8 i2c_address_trans_hawk2_eeprom[] = { static struct index_reg_8 i2c_address_trans_hawk2_eeprom[] = {
{0x96, 0x0042, 0x84}, {0x96, 0x0042, 0x2A},
{0x96, 0x0043, 0xA8}, {0x96, 0x0043, 0xA8},
{0x96, 0x0044, 0x86}, {0x96, 0x0044, 0x2C},
{0x96, 0x0045, 0xAA}, {0x96, 0x0045, 0xAA},
{0x00, AR0234_TABLE_END, 0x00} {0x00, AR0234_TABLE_END, 0x00}
}; };