.. | .. |
---|
| 1 | +// SPDX-License-Identifier: GPL-2.0-only |
---|
1 | 2 | /* |
---|
2 | 3 | * Author: Anthoine Bourgeois <anthoine.bourgois@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 | #include "omap3-devkit8000-common.dtsi" |
---|
.. | .. |
---|
57 | 54 | |
---|
58 | 55 | interrupt-parent = <&gpio1>; |
---|
59 | 56 | interrupts = <27 0>; /* gpio_27 */ |
---|
60 | | - pendown-gpio = <&gpio1 27 GPIO_ACTIVE_HIGH>; |
---|
| 57 | + pendown-gpio = <&gpio1 27 GPIO_ACTIVE_LOW>; |
---|
61 | 58 | |
---|
62 | 59 | ti,x-min = /bits/ 16 <0x0>; |
---|
63 | 60 | ti,x-max = /bits/ 16 <0x0fff>; |
---|