diff options
author | George Cherian <george.cherian@ti.com> | 2013-10-10 16:19:54 +0530 |
---|---|---|
committer | Benoit Cousson <bcousson@baylibre.com> | 2013-10-20 19:16:54 +0200 |
commit | c47ee6ee8b93a41428846f86fa36dc80cee432ce (patch) | |
tree | f41d5fb44e458adf0cb6bf9c1c1a4265e2b91849 /arch/arm | |
parent | 46a25f1283aba55182cf5684fe217b0d5ca4e5f6 (diff) | |
download | op-kernel-dev-c47ee6ee8b93a41428846f86fa36dc80cee432ce.zip op-kernel-dev-c47ee6ee8b93a41428846f86fa36dc80cee432ce.tar.gz |
ARM: dts: OMAP5: Add dr_mode for dwc3
Added dr_mode property in dwc3 and set its default mode to device.
Signed-off-by: George Cherian <george.cherian@ti.com>
Signed-off-by: Kishon Vijay Abraham I <kishon@ti.com>
Signed-off-by: Benoit Cousson <bcousson@baylibre.com>
Diffstat (limited to 'arch/arm')
-rw-r--r-- | arch/arm/boot/dts/omap5.dtsi | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm/boot/dts/omap5.dtsi b/arch/arm/boot/dts/omap5.dtsi index f518ec6..53686e4 100644 --- a/arch/arm/boot/dts/omap5.dtsi +++ b/arch/arm/boot/dts/omap5.dtsi @@ -649,6 +649,7 @@ reg = <0x4a030000 0x10000>; interrupts = <GIC_SPI 92 IRQ_TYPE_LEVEL_HIGH>; usb-phy = <&usb2_phy>, <&usb3_phy>; + dr_mode = "peripheral"; tx-fifo-resize; }; }; |