From aed998a2689f901934930db31af9b9db731dc46c Mon Sep 17 00:00:00 2001 From: Praveen AC Date: Tue, 30 Jan 2024 10:26:35 -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: I24ae399de65e082c70487442ec0f93c9f8b17863 Signed-off-by: Praveen AC Reviewed-on: https://git-master.nvidia.com/r/c/device/hardware/nvidia/t23x-public-dts/+/3066246 (cherry picked from commit e20df250cda80415cb92111e0a992e125de8e344) Reviewed-on: https://git-master.nvidia.com/r/c/device/hardware/nvidia/t23x-public-dts/+/3130656 Reviewed-by: Bibek Basu GVS: buildbot_gerritrpt --- overlay/tegra234-p3737-camera-p3762-a00-overlay.dts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/overlay/tegra234-p3737-camera-p3762-a00-overlay.dts b/overlay/tegra234-p3737-camera-p3762-a00-overlay.dts index a3a1e08..590386f 100644 --- a/overlay/tegra234-p3737-camera-p3762-a00-overlay.dts +++ b/overlay/tegra234-p3737-camera-p3762-a00-overlay.dts @@ -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>;