mirror of
git://nv-tegra.nvidia.com/device/hardware/nvidia/t23x-public-dts.git
synced 2025-12-22 09:12:02 +03:00
t23x: Disable cam tsc driver by default.
Since driver is enabled by default,Causing kernel warnings during boot time. Since cam_cdi_tsc driver is dependent on nv_hawk_owl driver & in turn it depends on max96712 driver. Now, cam_cdi_tsc driver is enabled from sensor overlay dt file. Bug 4268876 Change-Id: I90bf4e8181f131169f2979544ca54af8e4a3917a Reviewed-on: https://git-master.nvidia.com/r/c/device/hardware/nvidia/t23x-public-dts/+/2979516 Tested-by: Praveen AC <pac@nvidia.com> Reviewed-by: Praveen AC <pac@nvidia.com> Reviewed-by: Ankur Pawar <ankurp@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
1f91d5e8f5
commit
3ccdb3d2be
@@ -285,4 +285,15 @@
|
||||
};
|
||||
};
|
||||
};
|
||||
fragment-cam-cdi-tsc@0 {
|
||||
target-path = "/";
|
||||
__overlay__ {
|
||||
tsc_sig_gen@c6a0000 {
|
||||
status = "okay";
|
||||
generator@380 {
|
||||
status = "okay";
|
||||
};
|
||||
};
|
||||
};
|
||||
};
|
||||
};
|
||||
|
||||
@@ -285,4 +285,15 @@
|
||||
};
|
||||
};
|
||||
};
|
||||
fragment-cam-cdi-tsc@0 {
|
||||
target-path = "/";
|
||||
__overlay__ {
|
||||
tsc_sig_gen@c6a0000 {
|
||||
status = "okay";
|
||||
generator@380 {
|
||||
status = "okay";
|
||||
};
|
||||
};
|
||||
};
|
||||
};
|
||||
};
|
||||
|
||||
@@ -1024,7 +1024,7 @@
|
||||
reg = <0x0 0xc6a0000 0x0 0x18>;
|
||||
#address-cells = <1>;
|
||||
#size-cells = <1>;
|
||||
status = "okay";
|
||||
status = "disabled";
|
||||
/* EDGE_OUT #0 */
|
||||
generator@380 {
|
||||
reg = <0x380 0x80>;
|
||||
@@ -1032,7 +1032,7 @@
|
||||
duty_cycle = <25>;
|
||||
offset_ms = <0>;
|
||||
gpio_pinmux = <&gpio_aon TEGRA234_AON_GPIO(BB, 2) GPIO_ACTIVE_LOW>;
|
||||
status = "okay";
|
||||
status = "disabled";
|
||||
};
|
||||
/* EDGE_OUT #1 */
|
||||
generator@400 {
|
||||
|
||||
Reference in New Issue
Block a user