.. | .. |
---|
| 1 | +// SPDX-License-Identifier: GPL-2.0-only |
---|
1 | 2 | /* |
---|
2 | 3 | * Copyright (C) 2014 Joachim Eastwood <manabian@gmail.com> |
---|
3 | | - * |
---|
4 | | - * This program is free software; you can redistribute it and/or modify |
---|
5 | | - * it under the terms of the GNU General Public License version 2 as |
---|
6 | | - * published by the Free Software Foundation. |
---|
7 | 4 | */ |
---|
8 | 5 | |
---|
9 | 6 | / { |
---|
.. | .. |
---|
72 | 69 | compatible = "ti,wl1271"; |
---|
73 | 70 | reg = <2>; |
---|
74 | 71 | interrupt-parent = <&gpio2>; |
---|
75 | | - interrupts = <9 IRQ_TYPE_EDGE_RISING>; /* gpio 41 */ |
---|
| 72 | + interrupts = <9 IRQ_TYPE_LEVEL_HIGH>; /* gpio 41 */ |
---|
76 | 73 | ref-clock-frequency = <38400000>; |
---|
77 | 74 | }; |
---|
78 | 75 | }; |
---|