ARM: tegra: Enable UDC on Dalmore

Override the compatible string of the first USB controller to enable
device mode.

Signed-off-by: Thierry Reding <treding@nvidia.com>
This commit is contained in:
Thierry Reding 2017-08-16 13:32:43 +03:00
Родитель f9815688c6
Коммит 697af4ca66
1 изменённых файлов: 10 добавлений и 0 удалений

Просмотреть файл

@ -1122,6 +1122,16 @@
non-removable;
};
usb@7d000000 {
compatible = "nvidia,tegra114-udc";
status = "okay";
dr_mode = "peripheral";
};
usb-phy@7d000000 {
status = "okay";
};
usb@7d008000 {
status = "okay";
};