mirror of
git://nv-tegra.nvidia.com/device/hardware/nvidia/t23x-public-dts.git
synced 2025-12-22 09:12:02 +03:00
DT: camera: dynamic I2C address for p3785
pca945x I2C mux driver fix the bus address for camera sensor when it reads force_bus_start property in DT, which has value 0x1e = 30. To remove this hard coding, delete force_bus_start, devname properties. And use sysfs-device-tree instead of proc-device-tree. Bug 4097754 Change-Id: I07748d388e2394fa6c757f8be42173bac22f9d02 Signed-off-by: Ankur Pawar <ankurp@nvidia.com> Reviewed-on: https://git-master.nvidia.com/r/c/device/hardware/nvidia/t23x-public-dts/+/2996019 Reviewed-by: svcacv <svcacv@nvidia.com> Reviewed-by: Praveen AC <pac@nvidia.com> Reviewed-by: Laxman Dewangan <ldewangan@nvidia.com> Tested-by: Praveen AC <pac@nvidia.com> GVS: Gerrit_Virtual_Submit <buildbot_gerritrpt@nvidia.com>
This commit is contained in:
committed by
mobile promotions
parent
5a97c0c79f
commit
251ad70e1a
@@ -391,10 +391,8 @@
|
||||
drivernode0 {
|
||||
/* Declare PCL support driver (classically known as guid) */
|
||||
pcl_id = "v4l2_sensor";
|
||||
/* Driver v4l2 device name */
|
||||
devname = "p3785 2-0056";
|
||||
/* Declare the device-tree hierarchy to driver instance */
|
||||
proc-device-tree = "/proc/device-tree/bus@0/i2c@3180000/p3785@56";
|
||||
sysfs-device-tree = "/sys/firmware/devicetree/base/bus@0/i2c@3180000/p3785@56";
|
||||
};
|
||||
};
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user