From: Thierry Reding Date: Wed, 16 Aug 2017 10:32:43 +0000 (+0300) Subject: ARM: tegra: Enable UDC on Dalmore X-Git-Tag: MMI-PSA29.97-13-9~4755^2~17^2~2 X-Git-Url: https://git.stricted.de/?a=commitdiff_plain;h=697af4ca666377f019a4a9f92daf995387950547;p=GitHub%2FMotorolaMobilityLLC%2Fkernel-slsi.git ARM: tegra: Enable UDC on Dalmore Override the compatible string of the first USB controller to enable device mode. Signed-off-by: Thierry Reding --- diff --git a/arch/arm/boot/dts/tegra114-dalmore.dts b/arch/arm/boot/dts/tegra114-dalmore.dts index 1444fbd543e7..5af4dd321952 100644 --- a/arch/arm/boot/dts/tegra114-dalmore.dts +++ b/arch/arm/boot/dts/tegra114-dalmore.dts @@ -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"; };