Skip to content

Commit

Permalink
ARM: tegra: enable ULPI phy on Colibri T20
Browse files Browse the repository at this point in the history
This was missed when splitting out the phy from the controller node in
commit 9dffe3b (ARM: tegra: modify ULPI reset GPIO properties).

Signed-off-by: Lucas Stach <[email protected]>
Signed-off-by: Stephen Warren <[email protected]>
Signed-off-by: Olof Johansson <[email protected]>
  • Loading branch information
lynxeye-dev authored and olofj committed Aug 4, 2013
1 parent d6f67eb commit a1632ad
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions arch/arm/boot/dts/tegra20-colibri-512.dtsi
Original file line number Diff line number Diff line change
Expand Up @@ -457,6 +457,7 @@
};

usb-phy@c5004000 {
status = "okay";
nvidia,phy-reset-gpio = <&gpio TEGRA_GPIO(V, 1)
GPIO_ACTIVE_LOW>;
};
Expand Down

0 comments on commit a1632ad

Please sign in to comment.