mirror of
git://nv-tegra.nvidia.com/device/hardware/nvidia/t23x-public-dts.git
synced 2025-12-22 09:12:02 +03:00
nv-public:P3783: 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. Corrected CAM0_PWDN GPIO from (H, 6) to (E, 6) Bug 4510846 Bug 4565904 Change-Id: I6d0b881ce3e3425d70672ea56064209ac65c3c2a Signed-off-by: Hiteshkumar Patel <hiteshkumarg@nvidia.com> Reviewed-on: https://git-master.nvidia.com/r/c/device/hardware/nvidia/t23x-public-dts/+/3173608 Reviewed-by: Bibek Basu <bbasu@nvidia.com> Reviewed-by: Praveen AC <pac@nvidia.com> GVS: buildbot_gerritrpt <buildbot_gerritrpt@nvidia.com>
This commit is contained in:
committed by
mobile promotions
parent
4bb0bcd039
commit
1ffe07b61c
@@ -9,7 +9,7 @@
|
||||
#include "dt-bindings/clock/tegra234-clock.h"
|
||||
|
||||
#define CAM0_RST_L TEGRA234_MAIN_GPIO(H, 3)
|
||||
#define CAM0_PWDN TEGRA234_MAIN_GPIO(H, 6)
|
||||
#define CAM0_PWDN TEGRA234_MAIN_GPIO(E, 6)
|
||||
#define CAM1_RST_L TEGRA234_MAIN_GPIO(AC, 1)
|
||||
#define CAM1_PWDN TEGRA234_MAIN_GPIO(AC, 0)
|
||||
#define PWR_EN TEGRA234_MAIN_GPIO(AC, 7)
|
||||
@@ -176,7 +176,7 @@
|
||||
<&bpmp TEGRA234_CLK_EXTPERIPH1>;
|
||||
clock-names = "extperiph1", "pllp_grtba";
|
||||
mclk = "extperiph1";
|
||||
channel = "c";
|
||||
channel = "a";
|
||||
has-eeprom;
|
||||
eeprom-addr = <0x40>;
|
||||
reset-gpios = <&gpio CAM0_RST_L GPIO_ACTIVE_HIGH>;
|
||||
@@ -214,7 +214,7 @@
|
||||
<&bpmp TEGRA234_CLK_EXTPERIPH1>;
|
||||
clock-names = "extperiph1", "pllp_grtba";
|
||||
mclk = "extperiph1";
|
||||
channel = "c";
|
||||
channel = "a";
|
||||
has-eeprom;
|
||||
eeprom-addr = <0x42>;
|
||||
reset-gpios = <&gpio CAM0_RST_L GPIO_ACTIVE_HIGH>;
|
||||
@@ -246,7 +246,7 @@
|
||||
<&bpmp TEGRA234_CLK_EXTPERIPH1>;
|
||||
clock-names = "extperiph1", "pllp_grtba";
|
||||
mclk = "extperiph1";
|
||||
channel = "c";
|
||||
channel = "a";
|
||||
has-eeprom;
|
||||
eeprom-addr = <0x44>;
|
||||
reset-gpios = <&gpio CAM0_RST_L GPIO_ACTIVE_HIGH>;
|
||||
@@ -278,7 +278,7 @@
|
||||
<&bpmp TEGRA234_CLK_EXTPERIPH1>;
|
||||
clock-names = "extperiph1", "pllp_grtba";
|
||||
mclk = "extperiph1";
|
||||
channel = "c";
|
||||
channel = "a";
|
||||
has-eeprom;
|
||||
eeprom-addr = <0x46>;
|
||||
reset-gpios = <&gpio CAM0_RST_L GPIO_ACTIVE_HIGH>;
|
||||
|
||||
Reference in New Issue
Block a user