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

ARM: dts: ux500: set pull-up on STUIB STMPE IRQ line

Set up the STMPE IRQ line to be in pull-up mode.

Signed-off-by: Linus Walleij <linus.walleij@linaro.org>

+11
+11
arch/arm/boot/dts/ste-href-stuib.dtsi
··· 38 38 interrupt-controller; 39 39 vcc-supply = <&db8500_vsmps2_reg>; 40 40 vio-supply = <&db8500_vsmps2_reg>; 41 + pinctrl-names = "default"; 42 + pinctrl-0 = <&stmpe_stuib_mode>; 41 43 42 44 wakeup-source; 43 45 st,autosleep-timeout = <1024>; ··· 128 126 }; 129 127 130 128 pinctrl { 129 + /* Pull up this GPIO pin */ 130 + stmpe { 131 + stmpe_stuib_mode: stmpe_stuib { 132 + stuib_cfg { 133 + ste,pins = "GPIO218_AH11"; 134 + ste,config = <&gpio_in_pu>; 135 + }; 136 + }; 137 + }; 131 138 prox { 132 139 prox_stuib_mode: prox_stuib { 133 140 stuib_cfg {