diff options
author | Marcel Ziswiler <marcel.ziswiler@toradex.com> | 2015-08-28 15:42:34 +0300 |
---|---|---|
committer | Thierry Reding <treding@nvidia.com> | 2015-09-15 12:22:37 +0300 |
commit | ea147c8f0e8e5265143f43e602b978ff1859a1b1 (patch) | |
tree | 9edefd225f24b7e07e4c48080c93811501768b58 /arch/arm/boot/dts/tegra30-apalis-eval.dts | |
parent | 26f660d9db98582e28b85a95cd2318ba2dc9df8a (diff) | |
download | linux-ea147c8f0e8e5265143f43e602b978ff1859a1b1.tar.xz |
ARM: tegra: apalis-eval: Set OTG dr_mode
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>
Diffstat (limited to 'arch/arm/boot/dts/tegra30-apalis-eval.dts')
-rw-r--r-- | arch/arm/boot/dts/tegra30-apalis-eval.dts | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm/boot/dts/tegra30-apalis-eval.dts b/arch/arm/boot/dts/tegra30-apalis-eval.dts index 5a49f03c5f34..37437c6e59ee 100644 --- a/arch/arm/boot/dts/tegra30-apalis-eval.dts +++ b/arch/arm/boot/dts/tegra30-apalis-eval.dts @@ -153,6 +153,7 @@ usb-phy@7d000000 { status = "okay"; + dr_mode = "otg"; vbus-supply = <&usbo1_vbus_reg>; }; |