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:
Dmitry Osipenko
2017-08-16 13:32:45 +03:00
committed by Thierry Reding
parent 96f1abf03e
commit e3ff43b6c9

View File

@ -452,7 +452,9 @@
};
usb@c5000000 {
compatible = "nvidia,tegra20-udc";
status = "okay";
dr_mode = "peripheral";
};
usb-phy@c5000000 {