forked from ~ljy/RK356X_SDK_RELEASE

hc
2023-12-11 6778948f9de86c3cfaf36725a7c87dcff9ba247f
kernel/arch/arm/boot/dts/ste-nomadik-pinctrl.dtsi
....@@ -1,12 +1,6 @@
1
+// SPDX-License-Identifier: GPL-2.0-or-later
12 /*
23 * 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
104 */
115 #include <dt-bindings/pinctrl/nomadik.h>
126
....@@ -31,6 +25,11 @@
3125 ste,output = <OUTPUT_LOW>;
3226 };
3327
28
+ gpio_in_nopull: gpio_input_nopull {
29
+ ste,gpio = <GPIOMODE_ENABLED>;
30
+ ste,input = <INPUT_NOPULL>;
31
+ };
32
+
3433 gpio_in_pu: gpio_input_pull_up {
3534 ste,gpio = <GPIOMODE_ENABLED>;
3635 ste,input = <INPUT_PULLUP>;