From: Janusz Krzysztofik Date: Thu, 22 Oct 2009 18:34:20 +0000 (-0700) Subject: omap1: Fix redundant UARTs pin muxing that can break other hardware support X-Git-Tag: v2.6.32-omap1~11^2^2~1^2^2^2^2^2~8^2^2~4 X-Git-Url: https://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ef1cdf361adab086e1f9b711bf29e549137d920f;p=pandora-kernel.git omap1: Fix redundant UARTs pin muxing that can break other hardware support Commit 15ac408ee5a509053a765b816e9179515329369f removed enabled_uart and OMAP_TAG_UART. This works for mach-omap2, but causes issues on mach-omap1 for some boards as the mach-omap1 serial.c was muxing pins based on the enabled_uart flag for 15xx. Fix this by muxing pins in board-*.c files for the 15xx boards for the uart ports that had enabled_uart flag set before the commit above. Tested on Amsdtrad Delta only. Note that in the future we should add support for powering down the uarts with a timer like mach-omap2/serial.c does. Otherwise the enabled uarts will be blocking retention-while-idle. Signed-off-by: Janusz Krzysztofik Signed-off-by: Tony Lindgren --- Reading git-diff-tree failed