.. | .. |
---|
122 | 122 | }; |
---|
123 | 123 | |
---|
124 | 124 | &mmc2 { |
---|
| 125 | + interrupts-extended = <&intc 86 &omap3_pmx_core 0x12e>; |
---|
125 | 126 | vmmc-supply = <&wl12xx_vmmc>; |
---|
126 | 127 | non-removable; |
---|
127 | 128 | bus-width = <4>; |
---|
.. | .. |
---|
132 | 133 | wlcore: wlcore@2 { |
---|
133 | 134 | compatible = "ti,wl1271"; |
---|
134 | 135 | reg = <2>; |
---|
135 | | - interrupt-parent = <&gpio5>; |
---|
136 | | - interrupts = <21 IRQ_TYPE_EDGE_RISING>; /* gpio 149 */ |
---|
| 136 | + /* gpio_149 with uart1_rts pad as wakeirq */ |
---|
| 137 | + interrupts-extended = <&gpio5 21 IRQ_TYPE_EDGE_RISING>, |
---|
| 138 | + <&omap3_pmx_core 0x14e>; |
---|
| 139 | + interrupt-names = "irq", "wakeup"; |
---|
137 | 140 | ref-clock-frequency = <38400000>; |
---|
138 | 141 | }; |
---|
139 | 142 | }; |
---|