linux-arm-kernel.lists.infradead.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 1/2] ARM: dt: tegra trimslice: enable USB2 port
@ 2012-07-25 20:02 Stephen Warren
  2012-07-25 20:02 ` [PATCH 2/2] ARM: dt: tegra trimslice: add vbus-gpio property Stephen Warren
  2012-07-25 20:09 ` [PATCH 1/2] ARM: dt: tegra trimslice: enable USB2 port Arnd Bergmann
  0 siblings, 2 replies; 3+ messages in thread
From: Stephen Warren @ 2012-07-25 20:02 UTC (permalink / raw)
  To: linux-arm-kernel

From: Stephen Warren <swarren@nvidia.com>

This was accidentally disabled by commit 2a5fdc9 "ARM: dt: tegra:
invert status=disable vs status=okay".

Cc: <stable@vger.kernel.org> # v3.5 (file is named tegra-trimslice.dts there)
Signed-off-by: Stephen Warren <swarren@nvidia.com>
---
 arch/arm/boot/dts/tegra20-trimslice.dts |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/arch/arm/boot/dts/tegra20-trimslice.dts b/arch/arm/boot/dts/tegra20-trimslice.dts
index 9de5636..84a9523 100644
--- a/arch/arm/boot/dts/tegra20-trimslice.dts
+++ b/arch/arm/boot/dts/tegra20-trimslice.dts
@@ -279,6 +279,7 @@
 	};
 
 	usb at c5004000 {
+		status = "okay";
 		nvidia,phy-reset-gpio = <&gpio 168 0>; /* gpio PV0 */
 	};
 
-- 
1.7.0.4

^ permalink raw reply related	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2012-07-25 20:09 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-07-25 20:02 [PATCH 1/2] ARM: dt: tegra trimslice: enable USB2 port Stephen Warren
2012-07-25 20:02 ` [PATCH 2/2] ARM: dt: tegra trimslice: add vbus-gpio property Stephen Warren
2012-07-25 20:09 ` [PATCH 1/2] ARM: dt: tegra trimslice: enable USB2 port Arnd Bergmann

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).