From mboxrd@z Thu Jan 1 00:00:00 1970 From: daniel@zonque.org (Daniel Mack) Date: Fri, 25 May 2018 22:23:38 +0200 Subject: [PATCH] ARM: pxa3xx: enable external wakeup pins In-Reply-To: <87in7bwkmg.fsf@belgarion.home> References: <20180524204046.21494-1-daniel@zonque.org> <87in7bwkmg.fsf@belgarion.home> Message-ID: To: linux-arm-kernel@lists.infradead.org List-Id: linux-arm-kernel.lists.infradead.org On Friday, May 25, 2018 10:22 PM, Robert Jarzmik wrote: > Daniel Mack writes: > >> The PXA3xx SoCs feature dedicated pins for wakeup functionality. These pins >> have no alternate functions, so let's always enable them as wakeup source on >> DT enabled boards. The WAKEUP1 pin is only available on PXA320. >> >> Signed-off-by: Daniel Mack > That looks correct. Is it tested on any board ? Yup, on a PXA303 based one. Thanks, Daniel