Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

ARM: dts: ux500: nomadik-pinctrl: Add &gpio_in_nopull

ste-nomadik-pinctrl.dtsi already defines in_nopull and gpio_in_pu/pd,
but there is no node to configure a pin as GPIO without pull up/down.
Add a new &gpio_in_nopull node for this.

Signed-off-by: Stephan Gerhold <stephan@gerhold.net>
Link: https://lore.kernel.org/r/20191125122256.53482-5-stephan@gerhold.net
Signed-off-by: Linus Walleij <linus.walleij@linaro.org>

authored by

Stephan Gerhold and committed by
Linus Walleij
96b619e3 99e1df61

+5
+5
arch/arm/boot/dts/ste-nomadik-pinctrl.dtsi
··· 25 25 ste,output = <OUTPUT_LOW>; 26 26 }; 27 27 28 + gpio_in_nopull: gpio_input_nopull { 29 + ste,gpio = <GPIOMODE_ENABLED>; 30 + ste,input = <INPUT_NOPULL>; 31 + }; 32 + 28 33 gpio_in_pu: gpio_input_pull_up { 29 34 ste,gpio = <GPIOMODE_ENABLED>; 30 35 ste,input = <INPUT_PULLUP>;