mirror of
git://nv-tegra.nvidia.com/device/hardware/nvidia/t23x-public-dts.git
synced 2025-12-22 09:12:02 +03:00
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 af027cbe55)
Reviewed-on: https://git-master.nvidia.com/r/c/device/hardware/nvidia/t23x-public-dts/+/3030927
Tested-by: Anubhav Rai <arai@nvidia.com>
Reviewed-by: Anubhav Rai <arai@nvidia.com>
Reviewed-by: Ankur Pawar <ankurp@nvidia.com>
Reviewed-by: Shubham Chandra <shubhamc@nvidia.com>
Reviewed-by: Laxman Dewangan <ldewangan@nvidia.com>
GVS: Gerrit_Virtual_Submit <buildbot_gerritrpt@nvidia.com>
This commit is contained in:
committed by
mobile promotions
parent
ab126bc380
commit
b4b5c42ae1
@@ -68,10 +68,10 @@
|
|||||||
};
|
};
|
||||||
|
|
||||||
i2c@3180000 {
|
i2c@3180000 {
|
||||||
p3785@56 {
|
p3785@2b {
|
||||||
compatible = "nvidia,lt6911uxc";
|
compatible = "nvidia,lt6911uxc";
|
||||||
/* I2C device address */
|
/* I2C device address */
|
||||||
reg = <0x56>;
|
reg = <0x2b>;
|
||||||
|
|
||||||
/* V4L2 device node location */
|
/* V4L2 device node location */
|
||||||
devnode = "video0";
|
devnode = "video0";
|
||||||
@@ -392,7 +392,7 @@
|
|||||||
/* Declare PCL support driver (classically known as guid) */
|
/* Declare PCL support driver (classically known as guid) */
|
||||||
pcl_id = "v4l2_sensor";
|
pcl_id = "v4l2_sensor";
|
||||||
/* Declare the device-tree hierarchy to driver instance */
|
/* 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";
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|||||||
Reference in New Issue
Block a user