Re: [RFC 2.6.26-rc3 06/10] gumstix: conversion to MFP support and add bluetooth support
From: Jaya Kumar <hidden>
Date: 2008-07-08 00:52:09
On Thu, Jun 12, 2008 at 10:01 PM, Eric Miao [off-list ref] wrote:
Jaya Kumar wrote:quoted
diff --git a/include/asm-arm/arch-pxa/mfp-pxa25x.h b/include/asm-arm/arch-pxa/mfp-pxa25x.h index 0499323..6c82a74 100644 --- a/include/asm-arm/arch-pxa/mfp-pxa25x.h +++ b/include/asm-arm/arch-pxa/mfp-pxa25x.h@@ -79,6 +79,7 @@ #define GPIO43_HWUART_TXD MFP_CFG_OUT(GPIO43, AF3, DRIVE_HIGH) #define GPIO44_HWUART_CTS MFP_CFG_IN(GPIO44, AF3) #define GPIO45_HWUART_RTS MFP_CFG_OUT(GPIO45, AF3, DRIVE_HIGH) +#define GPIO45_HWUART_RTSL MFP_CFG_OUT(GPIO45, AF3, DRIVE_LOW)Is this board specific or globally applicable? ISTR, RTS is low active,
I suspect it is board specific, ie: gumstix-[basix/connex]-bt specific. I wasn't able to find schematics for this board but found what is probably the same part of the design. http://www.gumstix.org/schematics/B00002-HWUART.png?nocache=1
so a HIGH in low power mode would be more appropriate that the remote DCE will hold its data to send.
I agree that RTS should start high. I'm not sure why the bt device seems troubled in that state. I'll debug some more. Thanks, jaya ------------------------------------------------------------------------- Sponsored by: SourceForge.net Community Choice Awards: VOTE NOW! Studies have shown that voting for your favorite open source project, along with a healthy diet, reduces your potential for chronic lameness and boredom. Vote Now at http://www.sourceforge.net/community/cca08