commit | d864c03bfce2449703c7f0544dac3fbaed347239 | [log] [tgz] |
---|---|---|
author | Russell King <rmk+kernel@arm.linux.org.uk> | Sat Oct 06 00:51:17 2012 +0100 |
committer | Russell King <rmk+kernel@arm.linux.org.uk> | Sun Nov 04 11:25:58 2012 +0000 |
tree | 2b0d18b0cdb08a3d44dadd93d25ba10d05d63e51 | |
parent | da5d01f23bc1ff710797a563ca3616df95395a12 [diff] |
SERIAL: omap: remove setting of EFR SCD bit The SCD (special character detect) bit enables comparisons with XOFF2, which we do not program. As the XOFF2 character remains unprogrammed, there's little point enabling this feature along with its associated interrupt. Remove this, and ensure that the SCD bit is cleared. Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>