]> git.kernelconcepts.de Git - karo-tx-linux.git/commitdiff
ARM: tegra: apalis-eval: Set OTG dr_mode
authorMarcel Ziswiler <marcel.ziswiler@toradex.com>
Fri, 28 Aug 2015 12:42:34 +0000 (14:42 +0200)
committerThierry Reding <treding@nvidia.com>
Tue, 15 Sep 2015 09:22:37 +0000 (11:22 +0200)
This has currently no functional effect as neither USB device nor OTG
is currently supported on any Tegras in mainline as of yet. However
once we use the same device tree on U-Boot this will actually make it
work properly there.

Signed-off-by: Marcel Ziswiler <marcel.ziswiler@toradex.com>
Signed-off-by: Thierry Reding <treding@nvidia.com>
arch/arm/boot/dts/tegra30-apalis-eval.dts

index 5a49f03c5f34403986b2d1900984afb678099757..37437c6e59eeb9bfbeedf1f572d6acad2a8765d9 100644 (file)
 
        usb-phy@7d000000 {
                status = "okay";
+               dr_mode = "otg";
                vbus-supply = <&usbo1_vbus_reg>;
        };