mirror of
git://nv-tegra.nvidia.com/device/hardware/nvidia/t23x-public-dts.git
synced 2025-12-22 09:12:02 +03:00
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:
committed by
mobile promotions
parent
6728ad5ff5
commit
18c086b748
@@ -172,7 +172,7 @@
|
|||||||
};
|
};
|
||||||
|
|
||||||
serial@31d0000 {
|
serial@31d0000 {
|
||||||
status = "okay";
|
current-speed = <115200>;
|
||||||
};
|
};
|
||||||
|
|
||||||
i2c@31e0000 {
|
i2c@31e0000 {
|
||||||
|
|||||||
@@ -202,6 +202,10 @@
|
|||||||
status = "okay";
|
status = "okay";
|
||||||
};
|
};
|
||||||
|
|
||||||
|
serial@31d0000 {
|
||||||
|
current-speed = <115200>;
|
||||||
|
};
|
||||||
|
|
||||||
tachometer@39c0000 {
|
tachometer@39c0000 {
|
||||||
status = "okay";
|
status = "okay";
|
||||||
upper-threshold = <0xfffff>;
|
upper-threshold = <0xfffff>;
|
||||||
|
|||||||
@@ -127,7 +127,7 @@
|
|||||||
regulator-name = "VDD_3V3_PCIE";
|
regulator-name = "VDD_3V3_PCIE";
|
||||||
regulator-min-microvolt = <3300000>;
|
regulator-min-microvolt = <3300000>;
|
||||||
regulator-max-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;
|
regulator-boot-on;
|
||||||
enable-active-high;
|
enable-active-high;
|
||||||
};
|
};
|
||||||
|
|||||||
@@ -30,7 +30,6 @@
|
|||||||
};
|
};
|
||||||
|
|
||||||
serial@31d0000 {
|
serial@31d0000 {
|
||||||
current-speed = <115200>;
|
|
||||||
status = "okay";
|
status = "okay";
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|||||||
@@ -12,6 +12,7 @@
|
|||||||
|
|
||||||
aliases {
|
aliases {
|
||||||
serial0 = &tcu;
|
serial0 = &tcu;
|
||||||
|
serial1 = &uarta;
|
||||||
};
|
};
|
||||||
|
|
||||||
chosen {
|
chosen {
|
||||||
@@ -22,6 +23,7 @@
|
|||||||
bus@0 {
|
bus@0 {
|
||||||
serial@3100000 {
|
serial@3100000 {
|
||||||
compatible = "nvidia,tegra194-hsuart";
|
compatible = "nvidia,tegra194-hsuart";
|
||||||
|
reset-names = "serial";
|
||||||
status = "okay";
|
status = "okay";
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|||||||
@@ -21,7 +21,6 @@
|
|||||||
|
|
||||||
bus@0 {
|
bus@0 {
|
||||||
serial@31d0000 {
|
serial@31d0000 {
|
||||||
current-speed = <115200>;
|
|
||||||
status = "okay";
|
status = "okay";
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|||||||
@@ -29,7 +29,6 @@
|
|||||||
};
|
};
|
||||||
|
|
||||||
serial@31d0000 {
|
serial@31d0000 {
|
||||||
current-speed = <115200>;
|
|
||||||
status = "okay";
|
status = "okay";
|
||||||
};
|
};
|
||||||
|
|
||||||
@@ -119,7 +118,7 @@
|
|||||||
|
|
||||||
phys = <&{/bus@0/padctl@3520000/pads/usb2/lanes/usb2-0}>,
|
phys = <&{/bus@0/padctl@3520000/pads/usb2/lanes/usb2-0}>,
|
||||||
<&{/bus@0/padctl@3520000/pads/usb3/lanes/usb3-1}>;
|
<&{/bus@0/padctl@3520000/pads/usb3/lanes/usb3-1}>;
|
||||||
phy-names = "usb2-0", "usb3-1";
|
phy-names = "usb2-0", "usb3-0";
|
||||||
};
|
};
|
||||||
|
|
||||||
usb@3610000 {
|
usb@3610000 {
|
||||||
|
|||||||
Reference in New Issue
Block a user