Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 259e4384 authored by Linus Walleij's avatar Linus Walleij Committed by Olof Johansson
Browse files

ARM: nomadik: fix up leftover device tree pins



We altered the device tree bindings for the Nomadik family of
pin controllers to be standard, this file was merged out-of-order
so we missed fixing this. Fix it up.

Signed-off-by: default avatarLinus Walleij <linus.walleij@linaro.org>
Signed-off-by: default avatarOlof Johansson <olof@lixom.net>
parent e3db2217
Loading
Loading
Loading
Loading
+4 −4
Original line number Diff line number Diff line
@@ -25,11 +25,11 @@
		stmpe2401_1 {
			stmpe2401_1_nhk_mode: stmpe2401_1_nhk {
				nhk_cfg1 {
					ste,pins = "GPIO76_B20"; // IRQ line
					pins = "GPIO76_B20"; // IRQ line
					ste,input = <0>;
				};
				nhk_cfg2 {
					ste,pins = "GPIO77_B8"; // reset line
					pins = "GPIO77_B8"; // reset line
					ste,output = <1>;
				};
			};
@@ -37,11 +37,11 @@
		stmpe2401_2 {
			stmpe2401_2_nhk_mode: stmpe2401_2_nhk {
				nhk_cfg1 {
					ste,pins = "GPIO78_A8"; // IRQ line
					pins = "GPIO78_A8"; // IRQ line
					ste,input = <0>;
				};
				nhk_cfg2 {
					ste,pins = "GPIO79_C9"; // reset line
					pins = "GPIO79_C9"; // reset line
					ste,output = <1>;
				};
			};