diff options
author | Mikko Perttunen <mperttunen@nvidia.com> | 2013-08-01 18:00:18 +0300 |
---|---|---|
committer | Stephen Warren <swarren@nvidia.com> | 2013-08-13 12:40:52 -0600 |
commit | 328dc0ecc924a022ed9ead764a8fa56e4a908215 (patch) | |
tree | b8dedefc4e650fba95986141578039c7da155d40 /arch/arm/boot/dts/tegra114-dalmore.dts | |
parent | cc34c9f79c1dae776ebec069bb49376462221595 (diff) |
ARM: tegra: add USB DT entries for Tegra114, Dalmore
Device tree entries for the three EHCI controllers on Tegra114.
Enables the the third controller (USB host) on Dalmore.
Signed-off-by: Mikko Perttunen <mperttunen@nvidia.com>
Signed-off-by: Stephen Warren <swarren@nvidia.com>
Diffstat (limited to 'arch/arm/boot/dts/tegra114-dalmore.dts')
-rw-r--r-- | arch/arm/boot/dts/tegra114-dalmore.dts | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/arch/arm/boot/dts/tegra114-dalmore.dts b/arch/arm/boot/dts/tegra114-dalmore.dts index 44873b50efd3..402c20bb1932 100644 --- a/arch/arm/boot/dts/tegra114-dalmore.dts +++ b/arch/arm/boot/dts/tegra114-dalmore.dts @@ -1051,6 +1051,15 @@ non-removable; }; + usb@7d008000 { + status = "okay"; + }; + + usb-phy@7d008000 { + status = "okay"; + vbus-supply = <&usb3_vbus_reg>; + }; + clocks { compatible = "simple-bus"; #address-cells = <1>; |