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/+/2979205
Tested-by: Praveen AC <pac@nvidia.com>
Reviewed-by: Praveen AC <pac@nvidia.com>
Reviewed-by: Shubham Chandra <shubhamc@nvidia.com>
Reviewed-by: Jukka Kaartinen <jkaartinen@nvidia.com>
Reviewed-by: Laxman Dewangan <ldewangan@nvidia.com>
GVS: Gerrit_Virtual_Submit <buildbot_gerritrpt@nvidia.com>
This commit is contained in:
Praveen AC
2023-09-12 18:58:08 +00:00
committed by mobile promotions
parent 4e450ca886
commit d486bccca9
3 changed files with 24 additions and 2 deletions

View File

@@ -285,4 +285,15 @@
}; };
}; };
}; };
fragment-cam-cdi-tsc@0 {
target-path = "/";
__overlay__ {
tsc_sig_gen@c6a0000 {
status = "okay";
generator@380 {
status = "okay";
};
};
};
};
}; };

View File

@@ -285,4 +285,15 @@
}; };
}; };
}; };
fragment-cam-cdi-tsc@0 {
target-path = "/";
__overlay__ {
tsc_sig_gen@c6a0000 {
status = "okay";
generator@380 {
status = "okay";
};
};
};
};
}; };

View File

@@ -992,7 +992,7 @@
reg = <0x0 0xc6a0000 0x0 0x18>; reg = <0x0 0xc6a0000 0x0 0x18>;
#address-cells = <1>; #address-cells = <1>;
#size-cells = <1>; #size-cells = <1>;
status = "okay"; status = "disabled";
/* EDGE_OUT #0 */ /* EDGE_OUT #0 */
generator@380 { generator@380 {
reg = <0x380 0x80>; reg = <0x380 0x80>;
@@ -1000,7 +1000,7 @@
duty_cycle = <25>; duty_cycle = <25>;
offset_ms = <0>; offset_ms = <0>;
gpio_pinmux = <&gpio_aon TEGRA234_AON_GPIO(BB, 2) GPIO_ACTIVE_LOW>; gpio_pinmux = <&gpio_aon TEGRA234_AON_GPIO(BB, 2) GPIO_ACTIVE_LOW>;
status = "okay"; status = "disabled";
}; };
/* EDGE_OUT #1 */ /* EDGE_OUT #1 */
generator@400 { generator@400 {