From b4b5c42ae1493d46261567b3b29ecd9a66f84b09 Mon Sep 17 00:00:00 2001 From: Anubhav Rai Date: Fri, 3 Nov 2023 01:00:26 +0000 Subject: [PATCH] p3785: update the i2c slave address update the i2c slave address for supporting shadow EDID with Lontium HDMI chip bug 4266018 bug 4301203 bug 4168489 Change-Id: I04bae434656effdf1db8a9d90d14d000436be0a0 Reviewed-on: https://git-master.nvidia.com/r/c/device/hardware/nvidia/t23x-public-dts/+/3009478 (cherry picked from commit af027cbe555599fb5a2361fbbe258f4b01f1e38e) Reviewed-on: https://git-master.nvidia.com/r/c/device/hardware/nvidia/t23x-public-dts/+/3030927 Tested-by: Anubhav Rai Reviewed-by: Anubhav Rai Reviewed-by: Ankur Pawar Reviewed-by: Shubham Chandra Reviewed-by: Laxman Dewangan GVS: Gerrit_Virtual_Submit --- nv-platform/tegra234-camera-p3785.dtsi | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/nv-platform/tegra234-camera-p3785.dtsi b/nv-platform/tegra234-camera-p3785.dtsi index aed6e14..800fa65 100644 --- a/nv-platform/tegra234-camera-p3785.dtsi +++ b/nv-platform/tegra234-camera-p3785.dtsi @@ -68,10 +68,10 @@ }; i2c@3180000 { - p3785@56 { + p3785@2b { compatible = "nvidia,lt6911uxc"; /* I2C device address */ - reg = <0x56>; + reg = <0x2b>; /* V4L2 device node location */ devnode = "video0"; @@ -392,7 +392,7 @@ /* Declare PCL support driver (classically known as guid) */ pcl_id = "v4l2_sensor"; /* Declare the device-tree hierarchy to driver instance */ - sysfs-device-tree = "/sys/firmware/devicetree/base/bus@0/i2c@3180000/p3785@56"; + sysfs-device-tree = "/sys/firmware/devicetree/base/bus@0/i2c@3180000/p3785@2b"; }; }; };