Skip to content

Commit 06cedde

Browse files
committed
Merge tag 'tegra-for-5.10-arm64-dt-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/tegra/linux into arm/fixes
arm64: tegra: Device tree fixes for v5.10-rc6 This contains a couple of fixes to device trees. Among other things, this restores suspend/resume on Jetson TX2 and makes USB OTG work on Jetson TX1. * tag 'tegra-for-5.10-arm64-dt-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/tegra/linux: arm64: tegra: Fix Tegra234 VDK node names arm64: tegra: Wrong AON HSP reg property size arm64: tegra: Fix USB_VBUS_EN0 regulator on Jetson TX1 arm64: tegra: Correct the UART for Jetson Xavier NX arm64: tegra: Disable the ACONNECT for Jetson TX2 Link: https://lore.kernel.org/r/20201125170306.1095734-1-thierry.reding@gmail.com Signed-off-by: Arnd Bergmann <arnd@arndb.de>
2 parents 3a18293 + d98bccf commit 06cedde

5 files changed

Lines changed: 15 additions & 27 deletions

File tree

arch/arm64/boot/dts/nvidia/tegra186-p2771-0000.dts

Lines changed: 0 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -10,18 +10,6 @@
1010
model = "NVIDIA Jetson TX2 Developer Kit";
1111
compatible = "nvidia,p2771-0000", "nvidia,tegra186";
1212

13-
aconnect {
14-
status = "okay";
15-
16-
dma-controller@2930000 {
17-
status = "okay";
18-
};
19-
20-
interrupt-controller@2a40000 {
21-
status = "okay";
22-
};
23-
};
24-
2513
i2c@3160000 {
2614
power-monitor@42 {
2715
compatible = "ti,ina3221";

arch/arm64/boot/dts/nvidia/tegra194-p3668-0000.dtsi

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@
5454
status = "okay";
5555
};
5656

57-
serial@c280000 {
57+
serial@3100000 {
5858
status = "okay";
5959
};
6060

arch/arm64/boot/dts/nvidia/tegra194.dtsi

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1161,7 +1161,7 @@
11611161

11621162
hsp_aon: hsp@c150000 {
11631163
compatible = "nvidia,tegra194-hsp", "nvidia,tegra186-hsp";
1164-
reg = <0x0c150000 0xa0000>;
1164+
reg = <0x0c150000 0x90000>;
11651165
interrupts = <GIC_SPI 133 IRQ_TYPE_LEVEL_HIGH>,
11661166
<GIC_SPI 134 IRQ_TYPE_LEVEL_HIGH>,
11671167
<GIC_SPI 135 IRQ_TYPE_LEVEL_HIGH>,

arch/arm64/boot/dts/nvidia/tegra210-p2597.dtsi

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1663,16 +1663,6 @@
16631663
vin-supply = <&vdd_5v0_sys>;
16641664
};
16651665

1666-
vdd_usb_vbus_otg: regulator@11 {
1667-
compatible = "regulator-fixed";
1668-
regulator-name = "USB_VBUS_EN0";
1669-
regulator-min-microvolt = <5000000>;
1670-
regulator-max-microvolt = <5000000>;
1671-
gpio = <&gpio TEGRA_GPIO(CC, 4) GPIO_ACTIVE_HIGH>;
1672-
enable-active-high;
1673-
vin-supply = <&vdd_5v0_sys>;
1674-
};
1675-
16761666
vdd_hdmi: regulator@10 {
16771667
compatible = "regulator-fixed";
16781668
regulator-name = "VDD_HDMI_5V0";
@@ -1712,4 +1702,14 @@
17121702
enable-active-high;
17131703
vin-supply = <&vdd_3v3_sys>;
17141704
};
1705+
1706+
vdd_usb_vbus_otg: regulator@14 {
1707+
compatible = "regulator-fixed";
1708+
regulator-name = "USB_VBUS_EN0";
1709+
regulator-min-microvolt = <5000000>;
1710+
regulator-max-microvolt = <5000000>;
1711+
gpio = <&gpio TEGRA_GPIO(CC, 4) GPIO_ACTIVE_HIGH>;
1712+
enable-active-high;
1713+
vin-supply = <&vdd_5v0_sys>;
1714+
};
17151715
};

arch/arm64/boot/dts/nvidia/tegra234-sim-vdk.dts

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
compatible = "nvidia,tegra234-vdk", "nvidia,tegra234";
99

1010
aliases {
11-
sdhci3 = "/cbb@0/sdhci@3460000";
11+
mmc3 = "/bus@0/mmc@3460000";
1212
serial0 = &uarta;
1313
};
1414

@@ -17,12 +17,12 @@
1717
stdout-path = "serial0:115200n8";
1818
};
1919

20-
cbb@0 {
20+
bus@0 {
2121
serial@3100000 {
2222
status = "okay";
2323
};
2424

25-
sdhci@3460000 {
25+
mmc@3460000 {
2626
status = "okay";
2727
bus-width = <8>;
2828
non-removable;

0 commit comments

Comments
 (0)