From: Valentin Longchamp Date: Tue, 3 Nov 2009 17:09:47 +0000 (+0100) Subject: mx31moboard: serial port fix X-Git-Tag: v2.6.33-rc1~384^2~1^2~5^2~45 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=421bf82e996826452ebe2011419f846a61950784;p=pandora-kernel.git mx31moboard: serial port fix We get rid of CTS/RTS lines on uart0 on our platform. This is the port we use as main kernel console. We do not want it to be blocking because of CTS/RTS signals, not allowing the system to boot or print messages. However we often use it with a bluetooth module needing CTS/RTS lines as backup login in case of trouble. To be able to use it, we assert CTS low so that the module can always send chars. Signed-off-by: Valentin Longchamp Signed-off-by: Sascha Hauer --- Reading git-diff-tree failed