mirror of
git://nv-tegra.nvidia.com/device/hardware/nvidia/t23x-public-dts.git
synced 2025-12-22 09:12:02 +03:00
t23x:P3783: 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: I562a2c9c81b99baaf252e44f1e8530256a0b6643 Signed-off-by: Praveen AC <pac@nvidia.com> Reviewed-on: https://git-master.nvidia.com/r/c/device/hardware/nvidia/t23x-public-dts/+/3185478 GVS: buildbot_gerritrpt <buildbot_gerritrpt@nvidia.com> Reviewed-by: Shubham Chandra <shubhamc@nvidia.com> Reviewed-by: Ankur Pawar <ankurp@nvidia.com> Reviewed-by: Bibek Basu <bbasu@nvidia.com>
This commit is contained in:
committed by
mobile promotions
parent
433c4096e1
commit
24d7e708e9
@@ -194,7 +194,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>;
|
||||
@@ -210,7 +210,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