diff mbox

ARM: tegra: enable ULPI phy on Colibri T20

Message ID 1374603105-21226-1-git-send-email-swarren@wwwdotorg.org (mailing list archive)
State New, archived
Headers show

Commit Message

Stephen Warren July 23, 2013, 6:11 p.m. UTC
From: Lucas Stach <dev@lynxeye.de>

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

Signed-off-by: Lucas Stach <dev@lynxeye.de>
Signed-off-by: Stephen Warren <swarren@nvidia.com>
---
Olof, Arnd, this is a fix for 3.11. Thanks!

 arch/arm/boot/dts/tegra20-colibri-512.dtsi |    1 +
 1 file changed, 1 insertion(+)

Comments

Olof Johansson Aug. 4, 2013, 8:52 p.m. UTC | #1
On Tue, Jul 23, 2013 at 11:11:45AM -0700, Stephen Warren wrote:
> From: Lucas Stach <dev@lynxeye.de>
> 
> This was missed when splitting out the phy from the controller node in
> commit 9dffe3be3f32 (ARM: tegra: modify ULPI reset GPIO properties).
> 
> Signed-off-by: Lucas Stach <dev@lynxeye.de>
> Signed-off-by: Stephen Warren <swarren@nvidia.com>
> ---
> Olof, Arnd, this is a fix for 3.11. Thanks!

Applied.


-Olof
diff mbox

Patch

diff --git a/arch/arm/boot/dts/tegra20-colibri-512.dtsi b/arch/arm/boot/dts/tegra20-colibri-512.dtsi
index 2fcb3f2..5592be6 100644
--- a/arch/arm/boot/dts/tegra20-colibri-512.dtsi
+++ b/arch/arm/boot/dts/tegra20-colibri-512.dtsi
@@ -457,6 +457,7 @@ 
 	};
 
 	usb-phy@c5004000 {
+		status = "okay";
 		nvidia,phy-reset-gpio = <&gpio TEGRA_GPIO(V, 1)
 			GPIO_ACTIVE_LOW>;
 	};