This is a note to let you know that I've just added the patch titled

    ARM: dt: tegra trimslice: enable USB2 port

to the 3.5-stable tree which can be found at:
    
http://www.kernel.org/git/?p=linux/kernel/git/stable/stable-queue.git;a=summary

The filename of the patch is:
     arm-dt-tegra-trimslice-enable-usb2-port.patch
and it can be found in the queue-3.5 subdirectory.

If you, or anyone else, feels it should not be added to the stable tree,
please let <[email protected]> know about it.


>From a6a3dd1aed31ace7c827236c53d83f4e845dcff2 Mon Sep 17 00:00:00 2001
From: Stephen Warren <[email protected]>
Date: Wed, 25 Jul 2012 14:02:43 -0600
Subject: ARM: dt: tegra trimslice: enable USB2 port

From: Stephen Warren <[email protected]>

commit a6a3dd1aed31ace7c827236c53d83f4e845dcff2 upstream.

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

Signed-off-by: Stephen Warren <[email protected]>
Signed-off-by: Arnd Bergmann <[email protected]>
Signed-off-by: Greg Kroah-Hartman <[email protected]>

---
 arch/arm/boot/dts/tegra-trimslice.dts |    1 +
 1 file changed, 1 insertion(+)

--- a/arch/arm/boot/dts/tegra-trimslice.dts
+++ b/arch/arm/boot/dts/tegra-trimslice.dts
@@ -279,6 +279,7 @@
        };
 
        usb@c5004000 {
+               status = "okay";
                nvidia,phy-reset-gpio = <&gpio 168 0>; /* gpio PV0 */
        };
 


Patches currently in stable-queue which might be from [email protected] are

queue-3.5/arm-dt-tegra-trimslice-enable-usb2-port.patch
queue-3.5/arm-dt-tegra-trimslice-add-vbus-gpio-property.patch
--
To unsubscribe from this list: send the line "unsubscribe stable" in
the body of a message to [email protected]
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to