tegra234: Align serial, usb and regulator nodes with 6.5.rc2

Do the multiple minor alignment with mainline DTS/DTSI file
as follows:
- Rearranged the clock speed of serial port based on mainline.
- Corrected the pci3v3 regualotr GPIO on P3701-0000.
- Corrected usb phy-names on Pp3768-0000.

Bug 4037899

Change-Id: Ie39ede2eaed8f7eb0a2cbee6cdde47205a358c19
Signed-off-by: Laxman Dewangan <ldewangan@nvidia.com>
Reviewed-on: https://git-master.nvidia.com/r/c/device/hardware/nvidia/t23x-public-dts/+/2945863
(cherry picked from commit 9912826b40)
Reviewed-on: https://git-master.nvidia.com/r/c/device/hardware/nvidia/t23x-public-dts/+/2955807
Tested-by: mobile promotions <svcmobile_promotions@nvidia.com>
Reviewed-by: mobile promotions <svcmobile_promotions@nvidia.com>
This commit is contained in:
Laxman Dewangan
2023-08-01 06:19:24 +00:00
committed by mobile promotions
parent 6728ad5ff5
commit 18c086b748
7 changed files with 9 additions and 6 deletions

View File

@@ -172,7 +172,7 @@
};
serial@31d0000 {
status = "okay";
current-speed = <115200>;
};
i2c@31e0000 {

View File

@@ -202,6 +202,10 @@
status = "okay";
};
serial@31d0000 {
current-speed = <115200>;
};
tachometer@39c0000 {
status = "okay";
upper-threshold = <0xfffff>;

View File

@@ -127,7 +127,7 @@
regulator-name = "VDD_3V3_PCIE";
regulator-min-microvolt = <3300000>;
regulator-max-microvolt = <3300000>;
gpio = <&gpio TEGRA234_MAIN_GPIO(Z, 2) GPIO_ACTIVE_HIGH>;
gpio = <&gpio TEGRA234_MAIN_GPIO(H, 4) GPIO_ACTIVE_HIGH>;
regulator-boot-on;
enable-active-high;
};

View File

@@ -30,7 +30,6 @@
};
serial@31d0000 {
current-speed = <115200>;
status = "okay";
};

View File

@@ -12,6 +12,7 @@
aliases {
serial0 = &tcu;
serial1 = &uarta;
};
chosen {
@@ -22,6 +23,7 @@
bus@0 {
serial@3100000 {
compatible = "nvidia,tegra194-hsuart";
reset-names = "serial";
status = "okay";
};

View File

@@ -21,7 +21,6 @@
bus@0 {
serial@31d0000 {
current-speed = <115200>;
status = "okay";
};

View File

@@ -29,7 +29,6 @@
};
serial@31d0000 {
current-speed = <115200>;
status = "okay";
};
@@ -119,7 +118,7 @@
phys = <&{/bus@0/padctl@3520000/pads/usb2/lanes/usb2-0}>,
<&{/bus@0/padctl@3520000/pads/usb3/lanes/usb3-1}>;
phy-names = "usb2-0", "usb3-1";
phy-names = "usb2-0", "usb3-0";
};
usb@3610000 {