mirror of
git://nv-tegra.nvidia.com/device/hardware/nvidia/t23x-public-dts.git
synced 2025-12-22 17:30:17 +03:00
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: I24ae399de65e082c70487442ec0f93c9f8b17863
Signed-off-by: Praveen AC <pac@nvidia.com>
Reviewed-on: https://git-master.nvidia.com/r/c/device/hardware/nvidia/t23x-public-dts/+/3066246
(cherry picked from commit e20df250cd)
Reviewed-on: https://git-master.nvidia.com/r/c/device/hardware/nvidia/t23x-public-dts/+/3130656
Reviewed-by: Bibek Basu <bbasu@nvidia.com>
GVS: buildbot_gerritrpt <buildbot_gerritrpt@nvidia.com>
This commit is contained in:
committed by
mobile promotions
parent
b9fb65ff2a
commit
aed998a268
@@ -195,7 +195,7 @@
|
||||
mclk = "extperiph1";
|
||||
channel = "a";
|
||||
has-eeprom;
|
||||
eeprom-addr = <0x42>;
|
||||
eeprom-addr = <0x15>;
|
||||
reset-gpios = <&gpio CAM0_RST_L GPIO_ACTIVE_HIGH>;
|
||||
pwdn-gpios = <&gpio CAM0_PWDN GPIO_ACTIVE_HIGH>;
|
||||
pwr-gpios = <&gpio PWR_EN GPIO_ACTIVE_HIGH>;
|
||||
@@ -211,7 +211,7 @@
|
||||
mclk = "extperiph1";
|
||||
channel = "a";
|
||||
has-eeprom;
|
||||
eeprom-addr = <0x42>;
|
||||
eeprom-addr = <0x15>;
|
||||
reset-gpios = <&gpio CAM0_RST_L GPIO_ACTIVE_HIGH>;
|
||||
pwdn-gpios = <&gpio CAM0_PWDN GPIO_ACTIVE_HIGH>;
|
||||
pwr-gpios = <&gpio PWR_EN GPIO_ACTIVE_HIGH>;
|
||||
|
||||
Reference in New Issue
Block a user