Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(4)

Unified Diff: include/configs/chromeos/tegra2/seaboard/parts/uart.h

Issue 6715017: Fix Seaboard UART corruption on SPI activity (Closed) Base URL: ssh://git@gitrw.chromium.org:9222/u-boot-next.git@chromeos-v2010.09
Patch Set: Chopped back a little Created 9 years, 9 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « drivers/spi/tegra2_spi.c ('k') | include/ns16550.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: include/configs/chromeos/tegra2/seaboard/parts/uart.h
diff --git a/include/configs/chromeos/tegra2/seaboard/parts/uart.h b/include/configs/chromeos/tegra2/seaboard/parts/uart.h
index d50e0440311de67e45edcf1c8a6196d425ff8937..a96c2be66543cba4e42e6863a84334680ea89cbc 100644
--- a/include/configs/chromeos/tegra2/seaboard/parts/uart.h
+++ b/include/configs/chromeos/tegra2/seaboard/parts/uart.h
@@ -38,3 +38,6 @@
/* UARTA: debug board uart */
#define CONFIG_SYS_NS16550_COM2 NV_ADDRESS_MAP_APB_UARTA_BASE
+
+/* On Seaboard, using SPI causes the UART pins to float */
+#define CONFIG_SPI_CORRUPTS_UART NV_ADDRESS_MAP_APB_UARTD_BASE
« no previous file with comments | « drivers/spi/tegra2_spi.c ('k') | include/ns16550.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698