Skip to content

Commit a3f9c8c

Browse files
akemnadetmlind
authored andcommitted
ARM: dts: gta04: add pinctrl settings for wkup domain
There is one button and a notifier for incoming phone calls/text messages for which we should wakeup from suspend. Signed-off-by: Andreas Kemnade <andreas@kemnade.info> Signed-off-by: Tony Lindgren <tony@atomide.com>
1 parent dd80f10 commit a3f9c8c

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

arch/arm/boot/dts/omap3-gta04.dtsi

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -224,6 +224,15 @@
224224
};
225225
};
226226

227+
&omap3_pmx_wkup {
228+
gpio1_pins: pinmux_gpio1_pins {
229+
pinctrl-single,pins = <
230+
OMAP3_WKUP_IOPAD(0x2a14, PIN_INPUT | PIN_OFF_WAKEUPENABLE | MUX_MODE4) /* sys_boot5.gpio_7 */
231+
OMAP3_WKUP_IOPAD(0x2a1a, PIN_INPUT | PIN_OFF_WAKEUPENABLE | MUX_MODE4) /* sys_clkout.gpio_10 */
232+
>;
233+
};
234+
};
235+
227236
&omap3_pmx_core {
228237
pinctrl-names = "default";
229238
pinctrl-0 = <
@@ -636,6 +645,11 @@
636645
status = "disabled";
637646
};
638647

648+
&gpio1 {
649+
pinctrl-names = "default";
650+
pinctrl-0 = <&gpio1_pins>;
651+
};
652+
639653
&uart1 {
640654
pinctrl-names = "default";
641655
pinctrl-0 = <&uart1_pins>;

0 commit comments

Comments
 (0)