Skip to content
Snippets Groups Projects
Commit a1632ad3 authored by Lucas Stach's avatar Lucas Stach Committed by Olof Johansson
Browse files

ARM: tegra: enable ULPI phy on Colibri T20


This was missed when splitting out the phy from the controller node in
commit 9dffe3be (ARM: tegra: modify ULPI reset GPIO properties).

Signed-off-by: default avatarLucas Stach <dev@lynxeye.de>
Signed-off-by: default avatarStephen Warren <swarren@nvidia.com>
Signed-off-by: default avatarOlof Johansson <olof@lixom.net>
parent d6f67eb7
No related branches found
No related tags found
No related merge requests found
......@@ -457,6 +457,7 @@ usb@c5004000 {
};
usb-phy@c5004000 {
status = "okay";
nvidia,phy-reset-gpio = <&gpio TEGRA_GPIO(V, 1)
GPIO_ACTIVE_LOW>;
};
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment