summaryrefslogtreecommitdiffstats
path: root/arch/arm/boot/dts/tegra-seaboard.dts
diff options
context:
space:
mode:
authorOlof Johansson2011-11-04 10:12:39 +0100
committerOlof Johansson2011-12-08 05:47:47 +0100
commitc27317c0ed114152d02b2ed40056f232e5732b9d (patch)
tree8f56d4f70187e4314454c4c9fe9132f581fd2df4 /arch/arm/boot/dts/tegra-seaboard.dts
parentarm/tegra: fix variable formatting in makefile (diff)
downloadkernel-qcow2-linux-c27317c0ed114152d02b2ed40056f232e5732b9d.tar.gz
kernel-qcow2-linux-c27317c0ed114152d02b2ed40056f232e5732b9d.tar.xz
kernel-qcow2-linux-c27317c0ed114152d02b2ed40056f232e5732b9d.zip
arm/dt: add basic usb nodes to tegra device trees
For now they are a minimal binding. It needs to be amended with vendor-specific settings for phy setup and link tuning, etc. v2: Added bindings specification and phy_type properties Signed-off-by: Olof Johansson <olof@lixom.net> Acked-by: Grant Likely <grant.likely@secretlab.ca> Acked-by: Stephen Warren <swarren@nvidia.com>
Diffstat (limited to 'arch/arm/boot/dts/tegra-seaboard.dts')
-rw-r--r--arch/arm/boot/dts/tegra-seaboard.dts4
1 files changed, 4 insertions, 0 deletions
diff --git a/arch/arm/boot/dts/tegra-seaboard.dts b/arch/arm/boot/dts/tegra-seaboard.dts
index a72299b8e668..88c682a26cb2 100644
--- a/arch/arm/boot/dts/tegra-seaboard.dts
+++ b/arch/arm/boot/dts/tegra-seaboard.dts
@@ -29,4 +29,8 @@
sdhci@c8000600 {
support-8bit;
};
+
+ usb@c5000000 {
+ nvidia,vbus-gpio = <&gpio 24 0>; /* PD0 */
+ };
};