Skip to content

Commit 7278358

Browse files
committed
arm64: tegra: Disable XUSB support on Jetson TX2
The recently introduced XUSB support for Jetson TX2 is causing boot, CPU hotplug and suspend/resume failures according to several reports. Temporarily work around this by disabling the XUSB controller and XUSB pad controller nodes in device tree, while we figure out what's causing this. Reported-by: Bitan Biswas <[email protected]> Reported-by: Jonathan Hunter <[email protected]> Tested-by: Bitan Biswas <[email protected]> Tested-by: Jon Hunter <[email protected]> Acked-by: Jon Hunter <[email protected]> Signed-off-by: Thierry Reding <[email protected]>
1 parent f2a465e commit 7278358

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@
5959
};
6060

6161
padctl@3520000 {
62-
status = "okay";
62+
status = "disabled";
6363

6464
avdd-pll-erefeut-supply = <&vdd_1v8_pll>;
6565
avdd-usb-supply = <&vdd_3v3_sys>;
@@ -137,7 +137,7 @@
137137
};
138138

139139
usb@3530000 {
140-
status = "okay";
140+
status = "disabled";
141141

142142
phys = <&{/padctl@3520000/pads/usb2/lanes/usb2-0}>,
143143
<&{/padctl@3520000/pads/usb2/lanes/usb2-1}>,

0 commit comments

Comments
 (0)