Commit 07523a6c authored by Linus Walleij's avatar Linus Walleij

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: default avatarLinus Walleij <linus.walleij@linaro.org>
parent aef41a4d
......@@ -38,6 +38,8 @@ stmpe1601: stmpe1601@40 {
interrupt-controller;
vcc-supply = <&db8500_vsmps2_reg>;
vio-supply = <&db8500_vsmps2_reg>;
pinctrl-names = "default";
pinctrl-0 = <&stmpe_stuib_mode>;
wakeup-source;
st,autosleep-timeout = <1024>;
......@@ -126,6 +128,15 @@ bu21013_tp@5d {
};
pinctrl {
/* Pull up this GPIO pin */
stmpe {
stmpe_stuib_mode: stmpe_stuib {
stuib_cfg {
ste,pins = "GPIO218_AH11";
ste,config = <&gpio_in_pu>;
};
};
};
prox {
prox_stuib_mode: prox_stuib {
stuib_cfg {
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment