Commit 0f5824564a42ee1fdd51edbe52e3612edff474a8

Authored by Nishanth Menon
Committed by Tero Kristo
1 parent d2d5a7cac6

ARM: dts: omap5-uevm: Add Uart wakeup interrupt

commit ba6304609879c6e342cfb8bbdc8b0dc71344c17b upstream

UART3 wakeup takes place with iodaisy chain. enable the wakeup pin.

Reported-by: Suman Anna <s-anna@ti.com>
Signed-off-by: Nishanth Menon <nm@ti.com>
[tony@atomide.com: tabify uart pins properly while at it]
Signed-off-by: Tony Lindgren <tony@atomide.com>

Showing 1 changed file with 8 additions and 6 deletions Side-by-side Diff

arch/arm/boot/dts/omap5-uevm.dts
... ... @@ -597,18 +597,20 @@
597 597 };
598 598  
599 599 &uart1 {
600   - pinctrl-names = "default";
601   - pinctrl-0 = <&uart1_pins>;
  600 + pinctrl-names = "default";
  601 + pinctrl-0 = <&uart1_pins>;
602 602 };
603 603  
604 604 &uart3 {
605   - pinctrl-names = "default";
606   - pinctrl-0 = <&uart3_pins>;
  605 + pinctrl-names = "default";
  606 + pinctrl-0 = <&uart3_pins>;
  607 + interrupts-extended = <&wakeupgen GIC_SPI 74 IRQ_TYPE_LEVEL_HIGH>,
  608 + <&omap5_pmx_core 0x19c>;
607 609 };
608 610  
609 611 &uart5 {
610   - pinctrl-names = "default";
611   - pinctrl-0 = <&uart5_pins>;
  612 + pinctrl-names = "default";
  613 + pinctrl-0 = <&uart5_pins>;
612 614 };
613 615  
614 616 &cpu0 {