forked from ~ljy/RK356X_SDK_RELEASE

hc
2024-01-31 f9004dbfff8a3fbbd7e2a88c8a4327c7f2f8e5b2
kernel/arch/arm/boot/dts/omap3-evm-common.dtsi
....@@ -122,6 +122,7 @@
122122 };
123123
124124 &mmc2 {
125
+ interrupts-extended = <&intc 86 &omap3_pmx_core 0x12e>;
125126 vmmc-supply = <&wl12xx_vmmc>;
126127 non-removable;
127128 bus-width = <4>;
....@@ -132,8 +133,10 @@
132133 wlcore: wlcore@2 {
133134 compatible = "ti,wl1271";
134135 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";
137140 ref-clock-frequency = <38400000>;
138141 };
139142 };