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

Commit bbff8340 authored by Komal Bajaj's avatar Komal Bajaj
Browse files

pinctrl: Update PINCTRL macro definition for Khaje



Update PINCTRL macro definition for Khaje.

Fixes: 73bcd621
Change-Id: I7ce57554f23b1b2c4c4e5940a735471e7ad625e8
Signed-off-by: default avatarKomal Bajaj <kbajaj@codeaurora.org>
parent d16e7edb
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -22,7 +22,7 @@
#define EAST		0x00900000
#define DUMMY		0x0
#define REG_SIZE	0x1000
#define PINGROUP(id, base, f1, f2, f3, f4, f5, f6, f7, f8, f9)	\
#define PINGROUP(id, base, f1, f2, f3, f4, f5, f6, f7, f8, f9, wake_off, bit)	\
	{						\
		.name = "gpio" #id,			\
		.pins = gpio##id##_pins,		\