.. | .. |
---|
| 1 | +// SPDX-License-Identifier: GPL-2.0-or-later |
---|
1 | 2 | /* |
---|
2 | 3 | * Copyright 2012 ST-Ericsson |
---|
3 | | - * |
---|
4 | | - * The code contained herein is licensed under the GNU General Public |
---|
5 | | - * License. You may obtain a copy of the GNU General Public License |
---|
6 | | - * Version 2 or later at the following locations: |
---|
7 | | - * |
---|
8 | | - * http://www.opensource.org/licenses/gpl-license.html |
---|
9 | | - * http://www.gnu.org/copyleft/gpl.html |
---|
10 | 4 | */ |
---|
11 | 5 | #include <dt-bindings/pinctrl/nomadik.h> |
---|
12 | 6 | |
---|
.. | .. |
---|
31 | 25 | ste,output = <OUTPUT_LOW>; |
---|
32 | 26 | }; |
---|
33 | 27 | |
---|
| 28 | + gpio_in_nopull: gpio_input_nopull { |
---|
| 29 | + ste,gpio = <GPIOMODE_ENABLED>; |
---|
| 30 | + ste,input = <INPUT_NOPULL>; |
---|
| 31 | + }; |
---|
| 32 | + |
---|
34 | 33 | gpio_in_pu: gpio_input_pull_up { |
---|
35 | 34 | ste,gpio = <GPIOMODE_ENABLED>; |
---|
36 | 35 | ste,input = <INPUT_PULLUP>; |
---|