Re: [PATCH 1/5] omap: panda: wlan board muxing
From: Ohad Ben-Cohen <hidden>
Date: 2011-02-14 07:24:30
Also in:
linux-mmc, linux-omap
From: Ohad Ben-Cohen <hidden>
Date: 2011-02-14 07:24:30
Also in:
linux-mmc, linux-omap
Hi Pandu, On Mon, Feb 14, 2011 at 9:19 AM, [off-list ref] wrote:
+ /* WLAN IRQ - GPIO 53 */ + OMAP4_MUX(GPMC_NCS3, OMAP_MUX_MODE3 | OMAP_PIN_INPUT_PULLUP),
Actually we don't need to pull up the IRQ line - it is always held by the 1271 device, and there's no need for the host to pull it up (wasting some power while doing it). We have that on the ZOOM, but that's not necessary, and will be fixed there, too. Thanks, Ohad.