Re: [PATCH 1/5] omap: panda: wlan board muxing
From: panduranga <hidden>
Date: 2011-02-14 08:01:21
Also in:
linux-mmc, linux-omap
From: panduranga <hidden>
Date: 2011-02-14 08:01:21
Also in:
linux-mmc, linux-omap
Hi Ohad, I will modify the patch accordingly. Regards, Pandu. ----- Original Message ----- From: "Ohad Ben-Cohen" <redacted> To: "Mallireddy, Panduranga" <redacted> Cc: "Coelho, Luciano" <redacted>; <redacted>; [off-list ref]; [off-list ref]; "Gabay, Benzy" [off-list ref]; "Gurumath, Pradeep" [off-list ref]; "Mahaveer, Vishal" [off-list ref]; "Boudet, Xavier" [off-list ref]; "Jain, Naveen" [off-list ref]; "Savoy, Pavan" [off-list ref]; "Halli, Manjunatha" [off-list ref]; [off-list ref]; [off-list ref] Sent: Monday, February 14, 2011 12:54 PM Subject: Re: [PATCH 1/5] omap: panda: wlan board muxing 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.