summaryrefslogtreecommitdiffstats
path: root/arch/arm/boot/dts/tegra-paz00.dts
diff options
context:
space:
mode:
authorStephen Warren2012-04-12 23:46:49 +0200
committerStephen Warren2012-04-25 23:22:09 +0200
commitaa607ebf93a5fc26275a575781399df971dd1b91 (patch)
tree93dcb6f1af5f6d7e64663a4ce9e45e889866309e /arch/arm/boot/dts/tegra-paz00.dts
parentARM: tegra: don't hard-code USB ULPI PHY reset_gpio (diff)
downloadkernel-qcow2-linux-aa607ebf93a5fc26275a575781399df971dd1b91.tar.gz
kernel-qcow2-linux-aa607ebf93a5fc26275a575781399df971dd1b91.tar.xz
kernel-qcow2-linux-aa607ebf93a5fc26275a575781399df971dd1b91.zip
ARM: tegra: add USB ULPI PHY reset GPIO to device tree
ULPI PHYs have a reset signal, and different boards use a different GPIO for this task. Add a property to device tree to represent this. I'm not sure if adding this property to the EHCI controller node is entirely correct; perhaps eventually we should have explicit separate nodes for the various PHYs. However, we don't have that right now, so this binding seems like a reasonable choice. Cc: <devicetree-discuss@lists.ozlabs.org> Cc: Greg Kroah-Hartman <gregkh@linuxfoundation.org> Cc: <linux-usb@vger.kernel.org> Signed-off-by: Stephen Warren <swarren@nvidia.com>
Diffstat (limited to 'arch/arm/boot/dts/tegra-paz00.dts')
-rw-r--r--arch/arm/boot/dts/tegra-paz00.dts4
1 files changed, 4 insertions, 0 deletions
diff --git a/arch/arm/boot/dts/tegra-paz00.dts b/arch/arm/boot/dts/tegra-paz00.dts
index 10943fb2561c..fad92f2dbff0 100644
--- a/arch/arm/boot/dts/tegra-paz00.dts
+++ b/arch/arm/boot/dts/tegra-paz00.dts
@@ -351,4 +351,8 @@
linux,default-trigger = "rfkill0";
};
};
+
+ usb@c5004000 {
+ nvidia,phy-reset-gpio = <&gpio 168 0>; /* gpio PV0 */
+ };
};