Commit 60636a5d authored by Tony Lindgren's avatar Tony Lindgren

ARM: dts: Add remote-wakeup-connected for omap OHCI

Add remote-wakeup-connected for omap OHCI as that's needed by
ohci-platform driver.

Cc: devicetree@vger.kernel.org
Cc: Hans de Goede <hdegoede@redhat.com>
Cc: Rob Herring <robh@kernel.org>
Cc: Sebastian Reichel <sebastian.reichel@collabora.co.uk>
Cc: Yoshihiro Shimoda <yoshihiro.shimoda.uh@renesas.com>
Acked-by: default avatarAlan Stern <stern@rowland.harvard.edu>
Acked-by: default avatarRoger Quadros <rogerq@ti.com>
Signed-off-by: default avatarTony Lindgren <tony@atomide.com>
parent f0e11ff8
...@@ -715,6 +715,7 @@ usbhsohci: ohci@48064400 { ...@@ -715,6 +715,7 @@ usbhsohci: ohci@48064400 {
compatible = "ti,ohci-omap3"; compatible = "ti,ohci-omap3";
reg = <0x48064400 0x400>; reg = <0x48064400 0x400>;
interrupts = <76>; interrupts = <76>;
remote-wakeup-connected;
}; };
usbhsehci: ehci@48064800 { usbhsehci: ehci@48064800 {
......
...@@ -1083,6 +1083,7 @@ usbhsohci: ohci@4a064800 { ...@@ -1083,6 +1083,7 @@ usbhsohci: ohci@4a064800 {
reg = <0x4a064800 0x400>; reg = <0x4a064800 0x400>;
interrupt-parent = <&gic>; interrupt-parent = <&gic>;
interrupts = <GIC_SPI 76 IRQ_TYPE_LEVEL_HIGH>; interrupts = <GIC_SPI 76 IRQ_TYPE_LEVEL_HIGH>;
remote-wakeup-connected;
}; };
usbhsehci: ehci@4a064c00 { usbhsehci: ehci@4a064c00 {
......
...@@ -940,6 +940,7 @@ usbhsohci: ohci@4a064800 { ...@@ -940,6 +940,7 @@ usbhsohci: ohci@4a064800 {
compatible = "ti,ohci-omap3"; compatible = "ti,ohci-omap3";
reg = <0x4a064800 0x400>; reg = <0x4a064800 0x400>;
interrupts = <GIC_SPI 76 IRQ_TYPE_LEVEL_HIGH>; interrupts = <GIC_SPI 76 IRQ_TYPE_LEVEL_HIGH>;
remote-wakeup-connected;
}; };
usbhsehci: ehci@4a064c00 { usbhsehci: ehci@4a064c00 {
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment