ARM: tegra: Enable UDC on Dalmore
authorThierry Reding <treding@nvidia.com>
Wed, 16 Aug 2017 10:32:43 +0000 (13:32 +0300)
committerThierry Reding <treding@nvidia.com>
Thu, 17 Aug 2017 14:36:14 +0000 (16:36 +0200)
Override the compatible string of the first USB controller to enable
device mode.

Signed-off-by: Thierry Reding <treding@nvidia.com>
arch/arm/boot/dts/tegra114-dalmore.dts

index 1444fbd543e724e367b0091669a7642724023ed1..5af4dd3219520d265f4046d84b9c8cb64c73a000 100644 (file)
                non-removable;
        };
 
+       usb@7d000000 {
+               compatible = "nvidia,tegra114-udc";
+               status = "okay";
+               dr_mode = "peripheral";
+       };
+
+       usb-phy@7d000000 {
+               status = "okay";
+       };
+
        usb@7d008000 {
                status = "okay";
        };