diff options
author | George Cherian <george.cherian@ti.com> | 2013-10-10 06:49:54 -0400 |
---|---|---|
committer | Benoit Cousson <bcousson@baylibre.com> | 2013-10-20 13:16:54 -0400 |
commit | c47ee6ee8b93a41428846f86fa36dc80cee432ce (patch) | |
tree | f41d5fb44e458adf0cb6bf9c1c1a4265e2b91849 /arch/arm/boot/dts/omap5.dtsi | |
parent | 46a25f1283aba55182cf5684fe217b0d5ca4e5f6 (diff) |
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/boot/dts/omap5.dtsi')
-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 f518ec6b6e49..53686e46f482 100644 --- a/arch/arm/boot/dts/omap5.dtsi +++ b/arch/arm/boot/dts/omap5.dtsi | |||
@@ -649,6 +649,7 @@ | |||
649 | reg = <0x4a030000 0x10000>; | 649 | reg = <0x4a030000 0x10000>; |
650 | interrupts = <GIC_SPI 92 IRQ_TYPE_LEVEL_HIGH>; | 650 | interrupts = <GIC_SPI 92 IRQ_TYPE_LEVEL_HIGH>; |
651 | usb-phy = <&usb2_phy>, <&usb3_phy>; | 651 | usb-phy = <&usb2_phy>, <&usb3_phy>; |
652 | dr_mode = "peripheral"; | ||
652 | tx-fifo-resize; | 653 | tx-fifo-resize; |
653 | }; | 654 | }; |
654 | }; | 655 | }; |