提交 f9815688 编写于 作者: T Thierry Reding

ARM: tegra: Enable UDC on Beaver

Override the compatible string of the first USB controller to enable
device mode.
Acked-by: NStephen Warren <swarren@nvidia.com>
Signed-off-by: NThierry Reding <treding@nvidia.com>
上级 2c85e517
...@@ -1927,6 +1927,16 @@ ...@@ -1927,6 +1927,16 @@
non-removable; non-removable;
}; };
usb@7d000000 {
compatible = "nvidia,tegra30-udc";
status = "okay";
dr_mode = "peripheral";
};
usb-phy@7d000000 {
status = "okay";
};
usb@7d004000 { usb@7d004000 {
status = "okay"; status = "okay";
}; };
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册