Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 697af4ca authored by Thierry Reding's avatar Thierry Reding
Browse files

ARM: tegra: Enable UDC on Dalmore



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

Signed-off-by: default avatarThierry Reding <treding@nvidia.com>
parent f9815688
Loading
Loading
Loading
Loading
+10 −0
Original line number Diff line number Diff line
@@ -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";
	};