]> Git Repo - linux.git/commitdiff
ARM: dts: Add remote-wakeup-connected for omap OHCI
authorTony Lindgren <[email protected]>
Fri, 10 Nov 2017 17:00:16 +0000 (09:00 -0800)
committerTony Lindgren <[email protected]>
Fri, 10 Nov 2017 17:00:16 +0000 (09:00 -0800)
Add remote-wakeup-connected for omap OHCI as that's needed by
ohci-platform driver.

Cc: [email protected]
Cc: Hans de Goede <[email protected]>
Cc: Rob Herring <[email protected]>
Cc: Sebastian Reichel <[email protected]>
Cc: Yoshihiro Shimoda <[email protected]>
Acked-by: Alan Stern <[email protected]>
Acked-by: Roger Quadros <[email protected]>
Signed-off-by: Tony Lindgren <[email protected]>
arch/arm/boot/dts/omap3.dtsi
arch/arm/boot/dts/omap4.dtsi
arch/arm/boot/dts/omap5.dtsi

index 90b5c7148feb5a6c20763741628fd1e4c41e3909..bb33935df7b057eef7a9b237fc2d2f951f6ab375 100644 (file)
                                compatible = "ti,ohci-omap3";
                                reg = <0x48064400 0x400>;
                                interrupts = <76>;
+                               remote-wakeup-connected;
                        };
 
                        usbhsehci: ehci@48064800 {
index 1dc5a76b3c7106c9532f47c71c8052813b2492f9..27454b1c2fdfbe4164f559b66b6558c1b9b646c1 100644 (file)
                                reg = <0x4a064800 0x400>;
                                interrupt-parent = <&gic>;
                                interrupts = <GIC_SPI 76 IRQ_TYPE_LEVEL_HIGH>;
+                               remote-wakeup-connected;
                        };
 
                        usbhsehci: ehci@4a064c00 {
index b86ac7df620d519746f2eac97020c4a95388c74a..86054e89fa72cdaa0283be82f42d02e56f69f869 100644 (file)
                                compatible = "ti,ohci-omap3";
                                reg = <0x4a064800 0x400>;
                                interrupts = <GIC_SPI 76 IRQ_TYPE_LEVEL_HIGH>;
+                               remote-wakeup-connected;
                        };
 
                        usbhsehci: ehci@4a064c00 {
This page took 0.066884 seconds and 4 git commands to generate.