diff mbox

[U-Boot,[PATCH] ] imx6: fix GPR2 wrong definition

Message ID 1371633373-9549-1-git-send-email-p.aubert@staubli.com
State Awaiting Upstream
Delegated to: Stefano Babic
Headers show

Commit Message

Pierre Aubert June 19, 2013, 9:16 a.m. UTC
Signed-off-by: Pierre Aubert <p.aubert@staubli.com>
CC: Stefano Babic <sbabic@denx.de>
---
 arch/arm/include/asm/arch-mx6/imx-regs.h |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

Comments

Dirk Behme June 22, 2013, 10:59 a.m. UTC | #1
Am 19.06.2013 11:16, schrieb Pierre Aubert:
> Signed-off-by: Pierre Aubert <p.aubert@staubli.com>
> CC: Stefano Babic <sbabic@denx.de>

Acked-by: Dirk Behme <dirk.behme@gmail.com>

Thanks

Dirk

> ---
>   arch/arm/include/asm/arch-mx6/imx-regs.h |    2 +-
>   1 files changed, 1 insertions(+), 1 deletions(-)
>
> diff --git a/arch/arm/include/asm/arch-mx6/imx-regs.h b/arch/arm/include/asm/arch-mx6/imx-regs.h
> index 03abb2a..45824f9 100644
> --- a/arch/arm/include/asm/arch-mx6/imx-regs.h
> +++ b/arch/arm/include/asm/arch-mx6/imx-regs.h
> @@ -364,7 +364,7 @@ struct iomuxc {
>
>   #define IOMUXC_GPR2_MODE_DISABLED	0
>   #define IOMUXC_GPR2_MODE_ENABLED_DI0	1
> -#define IOMUXC_GPR2_MODE_ENABLED_DI1	2
> +#define IOMUXC_GPR2_MODE_ENABLED_DI1	3
>
>   #define IOMUXC_GPR2_LVDS_CH1_MODE_OFFSET		2
>   #define IOMUXC_GPR2_LVDS_CH1_MODE_MASK			(3<<IOMUXC_GPR2_LVDS_CH1_MODE_OFFSET)
>
diff mbox

Patch

diff --git a/arch/arm/include/asm/arch-mx6/imx-regs.h b/arch/arm/include/asm/arch-mx6/imx-regs.h
index 03abb2a..45824f9 100644
--- a/arch/arm/include/asm/arch-mx6/imx-regs.h
+++ b/arch/arm/include/asm/arch-mx6/imx-regs.h
@@ -364,7 +364,7 @@  struct iomuxc {
 
 #define IOMUXC_GPR2_MODE_DISABLED	0
 #define IOMUXC_GPR2_MODE_ENABLED_DI0	1
-#define IOMUXC_GPR2_MODE_ENABLED_DI1	2
+#define IOMUXC_GPR2_MODE_ENABLED_DI1	3
 
 #define IOMUXC_GPR2_LVDS_CH1_MODE_OFFSET		2
 #define IOMUXC_GPR2_LVDS_CH1_MODE_MASK			(3<<IOMUXC_GPR2_LVDS_CH1_MODE_OFFSET)