Commit 9f1dc74c authored by Stephen Warren's avatar Stephen Warren Committed by Greg Kroah-Hartman

ARM: dt: tegra trimslice: enable USB2 port

commit a6a3dd1a upstream.

This was accidentally disabled by commit 2a5fdc9a "ARM: dt: tegra:
invert status=disable vs status=okay".
Signed-off-by: default avatarStephen Warren <swarren@nvidia.com>
Signed-off-by: default avatarArnd Bergmann <arnd@arndb.de>
Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@linuxfoundation.org>
parent a37ef829
......@@ -279,6 +279,7 @@ usb@c5000000 {
};
usb@c5004000 {
status = "okay";
nvidia,phy-reset-gpio = <&gpio 168 0>; /* gpio PV0 */
};
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment