mirror of https://gitee.com/openkylin/linux.git
ARM: tegra: Enable UDC on AC100
Override the compatible string of the first USB controller to enable device mode. Signed-off-by: Dmitry Osipenko <digetx@gmail.com> Tested-by: Marc Dietrich <marvin24@gmx.de> Acked-by: Stephen Warren <swarren@nvidia.com> Signed-off-by: Thierry Reding <treding@nvidia.com>
This commit is contained in:
parent
96f1abf03e
commit
e3ff43b6c9
|
@ -452,7 +452,9 @@ pmc@7000e400 {
|
|||
};
|
||||
|
||||
usb@c5000000 {
|
||||
compatible = "nvidia,tegra20-udc";
|
||||
status = "okay";
|
||||
dr_mode = "peripheral";
|
||||
};
|
||||
|
||||
usb-phy@c5000000 {
|
||||
|
|
Loading…
Reference in New Issue