nv-public:P3762: Fix probe fail of Hawks during boot.

1. Made all sensors of Hawks as master sensors so any sensor is capable
to program SERIALIZERS i2c address translation during probe time
i.e first come first basis.So, We wont miss or skip SERIALIZERS i2c trans.
2. Changed i2c bus 8 freq to 400khz

Bug 4510846

Change-Id: Ia627ebd430709efac64ec849b37167c88b5cf012
Reviewed-on: https://git-master.nvidia.com/r/c/device/hardware/nvidia/t23x-public-dts/+/3126593
(cherry picked from commit bfb320b8e2e5429fa1eb8d3657899912b2c34d4b)
Reviewed-on: https://git-master.nvidia.com/r/c/device/hardware/nvidia/t23x-public-dts/+/3139866
Tested-by: Shubham Chandra <shubhamc@nvidia.com>
Reviewed-by: Shubham Chandra <shubhamc@nvidia.com>
GVS: buildbot_gerritrpt <buildbot_gerritrpt@nvidia.com>
Reviewed-by: Amulya Yarlagadda <ayarlagadda@nvidia.com>
This commit is contained in:
Praveen AC
2024-04-09 16:13:44 +00:00
committed by Amulya Yarlagadda
parent 2230528f7f
commit 30da1c5f35
2 changed files with 5 additions and 5 deletions

View File

@@ -806,7 +806,7 @@
#address-cells = <1>;
#size-cells = <0>;
status = "disabled";
clock-frequency = <100000>;
clock-frequency = <400000>;
clocks = <&bpmp TEGRA234_CLK_I2C9
&bpmp TEGRA234_CLK_PLLP_OUT0>;
assigned-clocks = <&bpmp TEGRA234_CLK_I2C9>;