Re: [PATCH 6/6] ARM: dts: dra7-evm: Mark uart1 rxd as wakeup capable

From: Nishanth Menon
Date: Mon Sep 08 2014 - 14:48:01 EST


On 09:03-20140822, Nishanth Menon wrote:
> status = "okay";
> pinctrl-names = "default";
> pinctrl-0 = <&uart1_pins>;
> + interrupts-extended = <&gic GIC_SPI 67 IRQ_TYPE_LEVEL_HIGH
> + &dra7_pmx_core 0x3e0>;
^^
Thanks to Lee Jones pointing this out to me in a different context[1]
I made the wrong usage. Fixing the syntax to stay in sync with
Documentation/devicetree/bindings/interrupt-controller/interrupts.txt

[1] http://marc.info/?l=linux-omap&m=140930980325273&w=2

-----8<----