mirror of
git://nv-tegra.nvidia.com/linux-nv-oot.git
synced 2025-12-22 17:25:35 +03:00
nv_hawk_owl:Fix fail to read 2nd Hawk EEPROM.
Changed the i2c trans address from 0x42 to 0x15 for 2nd Hawks EEPROM to avoid fail to read serial number. Bug 4244937 Change-Id: Ib118e921294031df32e1f0d9389edbb3f4269dfd Signed-off-by: Praveen AC <pac@nvidia.com> Reviewed-on: https://git-master.nvidia.com/r/c/linux-nvidia/+/2964334 (cherry picked from commit 49f817e90dcc4609dfea6005fe20e47c5346835d) Reviewed-on: https://git-master.nvidia.com/r/c/linux-nv-oot/+/3130799 GVS: buildbot_gerritrpt <buildbot_gerritrpt@nvidia.com> Reviewed-by: Bibek Basu <bbasu@nvidia.com> Reviewed-by: Ankur Pawar <ankurp@nvidia.com>
This commit is contained in:
committed by
mobile promotions
parent
fc171fe539
commit
ebb6c5604b
@@ -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}
|
||||||
};
|
};
|
||||||
|
|||||||
Reference in New Issue
Block a user