diff options
author | Simon Glass <sjg@chromium.org> | 2011-11-29 17:29:33 -0800 |
---|---|---|
committer | Gerrit <chrome-bot@google.com> | 2011-12-07 16:16:54 -0800 |
commit | 1cd83a4f537bae896e556c917d72116ed545bbf1 (patch) | |
tree | 3940cd1c407b0fd7268929cb8edac767328ee65c /board/nvidia | |
parent | 471f13c6bb0ce87ac37a9c7259b4ebfd8fde091a (diff) |
tegra: Disable setting up of GMI_CS6_N on T30/33
Changing the pinmux on this pin breaks T33, so remove it from
the list.
BUG=chromium-os:23496
TEST=build and boot on Seaboard, T33, Kaen
Change-Id: Iec78d9a3d1dcb5f0e45a5788f38a98d35048a378
Reviewed-on: https://gerrit.chromium.org/gerrit/12248
Tested-by: Simon Glass <sjg@chromium.org>
Reviewed-by: Tom Warren <twarren@nvidia.com>
Reviewed-by: Che-Liang Chiou <clchiou@chromium.org>
Commit-Ready: Simon Glass <sjg@chromium.org>
Diffstat (limited to 'board/nvidia')
-rw-r--r-- | board/nvidia/cardhu/pinmux-config-common.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/board/nvidia/cardhu/pinmux-config-common.h b/board/nvidia/cardhu/pinmux-config-common.h index 122b960dbf6..189568a9940 100644 --- a/board/nvidia/cardhu/pinmux-config-common.h +++ b/board/nvidia/cardhu/pinmux-config-common.h @@ -351,7 +351,6 @@ static struct pingroup_config unused_pins_lowpower[] = { DEFAULT_PINMUX(GMI_ADV_N, NAND, NORMAL, TRISTATE, OUTPUT), DEFAULT_PINMUX(GMI_CLK, NAND, NORMAL, TRISTATE, OUTPUT), DEFAULT_PINMUX(GMI_CS3_N, NAND, NORMAL, NORMAL, OUTPUT), - DEFAULT_PINMUX(GMI_CS6_N, SATA, NORMAL, NORMAL, OUTPUT), DEFAULT_PINMUX(GMI_CS7_N, NAND, UP, NORMAL, INPUT), DEFAULT_PINMUX(GMI_AD0, NAND, NORMAL, TRISTATE, OUTPUT), DEFAULT_PINMUX(GMI_AD1, NAND, NORMAL, TRISTATE, OUTPUT), |