ARM: tegra: enable USB2 on Tegra30 Beaver

Enable USB2 on Beaver, exposed via the mini-PCIe connector.

Signed-off-by: Eric Brower <ebrower@nvidia.com>
Signed-off-by: Stephen Warren <swarren@nvidia.com>
This commit is contained in:
Eric Brower 2013-12-19 18:08:53 -08:00 committed by Stephen Warren
parent fd6441ec0f
commit 4c696500bc
1 changed files with 9 additions and 0 deletions

View File

@ -333,6 +333,15 @@ sdhci@78000600 {
non-removable;
};
usb@7d004000 {
status = "okay";
};
phy2: usb-phy@7d004000 {
vbus-supply = <&sys_3v3_reg>;
status = "okay";
};
usb@7d008000 {
status = "okay";
};