Commit 4c696500 authored by Eric Brower's avatar Eric Brower Committed by Stephen Warren

ARM: tegra: enable USB2 on Tegra30 Beaver

Enable USB2 on Beaver, exposed via the mini-PCIe connector.
Signed-off-by: default avatarEric Brower <ebrower@nvidia.com>
Signed-off-by: default avatarStephen Warren <swarren@nvidia.com>
parent fd6441ec
......@@ -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";
};
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment