diff options
author | Stephen Warren <swarren@nvidia.com> | 2013-01-22 06:20:08 +0000 |
---|---|---|
committer | Tom Warren <twarren@nvidia.com> | 2013-02-11 10:35:24 -0700 |
commit | 4727a13bde609c22e4152bf13400547acaad29fa (patch) | |
tree | 4fa760214c014834b0304bcc0aa5a584804e9c75 /arch/arm/include/asm/arch-tegra20/funcmux.h | |
parent | f29f086a098a8462f8b375da0509246843f7fdd1 (diff) | |
download | u-boot-imx-4727a13bde609c22e4152bf13400547acaad29fa.zip u-boot-imx-4727a13bde609c22e4152bf13400547acaad29fa.tar.gz u-boot-imx-4727a13bde609c22e4152bf13400547acaad29fa.tar.bz2 |
tegra: rename FUNCMUX_UART2_UARTB
FUNCMUX_ defines should be named after the pin groups they affect, not
after the module they're muxing onto those pin groups.
Signed-off-by: Stephen Warren <swarren@nvidia.com>
Acked-by: Simon Glass <sjg@chromium.org>
Signed-off-by: Tom Warren <twarren@nvidia.com>
Diffstat (limited to 'arch/arm/include/asm/arch-tegra20/funcmux.h')
-rw-r--r-- | arch/arm/include/asm/arch-tegra20/funcmux.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/include/asm/arch-tegra20/funcmux.h b/arch/arm/include/asm/arch-tegra20/funcmux.h index 963f021..7f15bce 100644 --- a/arch/arm/include/asm/arch-tegra20/funcmux.h +++ b/arch/arm/include/asm/arch-tegra20/funcmux.h @@ -35,7 +35,7 @@ enum { FUNCMUX_UART1_UAA_UAB, FUNCMUX_UART1_GPU, FUNCMUX_UART1_SDIO1, - FUNCMUX_UART2_UARTB = 0, + FUNCMUX_UART2_UAD = 0, FUNCMUX_UART4_GMC = 0, /* I2C configs */ |