mirror of
git://nv-tegra.nvidia.com/device/hardware/nvidia/t23x-public-dts.git
synced 2025-12-22 09:12:02 +03:00
overlay: camera: fix E3333 argus issue
Set status to okay for module0 to module5 nodes under tegra-camera-platform in E3333(ov5693) overlay. This will fix the issue of camera not detected by argus. Bug 4283726 Change-Id: Ie968a09e9661892f6f744946083198696bae5fd8 Signed-off-by: Ankur Pawar <ankurp@nvidia.com> Reviewed-on: https://git-master.nvidia.com/r/c/device/hardware/nvidia/t23x-public-dts/+/3088333 cherry-picked from <50b33874c08b83720e3014f616139e1036699426> Reviewed-on: https://git-master.nvidia.com/r/c/device/hardware/nvidia/t23x-public-dts/+/3100284 Reviewed-by: Praveen AC <pac@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
5866feb369
commit
7ed49f085b
@@ -1,5 +1,5 @@
|
||||
// SPDX-License-Identifier: GPL-2.0-only
|
||||
// SPDX-FileCopyrightText: Copyright (c) 2015-2023, NVIDIA CORPORATION & AFFILIATES. All rights reserved.
|
||||
// SPDX-FileCopyrightText: Copyright (c) 2015-2024, NVIDIA CORPORATION & AFFILIATES. All rights reserved.
|
||||
|
||||
/dts-v1/;
|
||||
/plugin/;
|
||||
@@ -91,79 +91,97 @@
|
||||
compatible = "nvidia, tegra-camera-platform";
|
||||
modules {
|
||||
module0 {
|
||||
status = "okay";
|
||||
badge = "e3333_bottomleft_P5V27C";
|
||||
position = "bottomleft";
|
||||
orientation = "1";
|
||||
drivernode0 {
|
||||
status = "okay";
|
||||
pcl_id = "v4l2_sensor";
|
||||
sysfs-device-tree = "/sys/firmware/devicetree/base/bus@0/i2c@3180000/tca9548@77/i2c@0/ov5693_a@36";
|
||||
};
|
||||
drivernode1 {
|
||||
status = "okay";
|
||||
pcl_id = "v4l2_lens";
|
||||
sysfs-device-tree = "/sys/firmware/devicetree/base/e3333_lens_ov5693@P5V27C/";
|
||||
};
|
||||
};
|
||||
module1 {
|
||||
status = "okay";
|
||||
badge = "e3333_centerleft_P5V27C";
|
||||
position = "centerleft";
|
||||
orientation = "1";
|
||||
drivernode0 {
|
||||
status = "okay";
|
||||
pcl_id = "v4l2_sensor";
|
||||
sysfs-device-tree = "/sys/firmware/devicetree/base/bus@0/i2c@3180000/tca9548@77/i2c@1/ov5693_b@36";
|
||||
};
|
||||
drivernode1 {
|
||||
status = "okay";
|
||||
pcl_id = "v4l2_lens";
|
||||
sysfs-device-tree = "/sys/firmware/devicetree/base/e3333_lens_ov5693@P5V27C/";
|
||||
};
|
||||
};
|
||||
module2 {
|
||||
status = "okay";
|
||||
badge = "e3333_centerright_P5V27C";
|
||||
position = "centerright";
|
||||
orientation = "1";
|
||||
drivernode0 {
|
||||
status = "okay";
|
||||
pcl_id = "v4l2_sensor";
|
||||
sysfs-device-tree = "/sys/firmware/devicetree/base/bus@0/i2c@3180000/tca9548@77/i2c@2/ov5693_c@36";
|
||||
};
|
||||
drivernode1 {
|
||||
status = "okay";
|
||||
pcl_id = "v4l2_lens";
|
||||
sysfs-device-tree = "/sys/firmware/devicetree/base/e3333_lens_ov5693@P5V27C/";
|
||||
};
|
||||
};
|
||||
module3 {
|
||||
status = "okay";
|
||||
badge = "e3333_topleft_P5V27C";
|
||||
position = "topleft";
|
||||
orientation = "1";
|
||||
drivernode0 {
|
||||
status = "okay";
|
||||
pcl_id = "v4l2_sensor";
|
||||
sysfs-device-tree = "/sys/firmware/devicetree/base/bus@0/i2c@3180000/tca9548@77/i2c@3/ov5693_d@36";
|
||||
};
|
||||
drivernode1 {
|
||||
status = "okay";
|
||||
pcl_id = "v4l2_lens";
|
||||
sysfs-device-tree = "/sys/firmware/devicetree/base/e3333_lens_ov5693@P5V27C/";
|
||||
};
|
||||
};
|
||||
module4 {
|
||||
status = "okay";
|
||||
badge = "e3333_bottomright_P5V27C";
|
||||
position = "bottomright";
|
||||
orientation = "1";
|
||||
drivernode0 {
|
||||
status = "okay";
|
||||
pcl_id = "v4l2_sensor";
|
||||
sysfs-device-tree = "/sys/firmware/devicetree/base/bus@0/i2c@3180000/tca9548@77/i2c@4/ov5693_e@36";
|
||||
};
|
||||
drivernode1 {
|
||||
status = "okay";
|
||||
pcl_id = "v4l2_lens";
|
||||
sysfs-device-tree = "/sys/firmware/devicetree/base/e3333_lens_ov5693@P5V27C/";
|
||||
};
|
||||
};
|
||||
module5 {
|
||||
status = "okay";
|
||||
badge = "e3333_topright_P5V27C";
|
||||
position = "topright";
|
||||
orientation = "1";
|
||||
drivernode0 {
|
||||
status = "okay";
|
||||
pcl_id = "v4l2_sensor";
|
||||
sysfs-device-tree = "/sys/firmware/devicetree/base/bus@0/i2c@3180000/tca9548@77/i2c@5/ov5693_g@36";
|
||||
};
|
||||
drivernode1 {
|
||||
status = "okay";
|
||||
pcl_id = "v4l2_lens";
|
||||
sysfs-device-tree = "/sys/firmware/devicetree/base/e3333_lens_ov5693@P5V27C/";
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user