arm64: tegra: Populate VBUS for USB3 on Jetson TX2
authorJon Hunter <jonathanh@nvidia.com>
Sun, 12 Jul 2020 10:25:06 +0000 (11:25 +0100)
committerThierry Reding <treding@nvidia.com>
Wed, 15 Jul 2020 09:07:39 +0000 (11:07 +0200)
The VBUS for USB3 connector on the Jetson TX2 is connected to the
vdd_usb1 supply and although this is populated for the USB2 port
on the USB3 connector it is not populated for the USB3 port and
causes the following warning to be seen on boot ...

 usb3-0: supply vbus not found, using dummy regulator

Fix this by also adding the VBUS supply to the USB3 port.

Signed-off-by: Jon Hunter <jonathanh@nvidia.com>
Signed-off-by: Thierry Reding <treding@nvidia.com>
arch/arm64/boot/dts/nvidia/tegra186-p2771-0000.dts

index a70fd4e86840095a5cf00a8ae11dcacb1a908a8b..802b8c52489ac54ae827933d178bf974f84dc032 100644 (file)
 
                        usb3-0 {
                                nvidia,usb2-companion = <1>;
+                               vbus-supply = <&vdd_usb1>;
                                status = "okay";
                        };
                };