All of lore.kernel.org
 help / color / mirror / Atom feed
* [U-Boot] [[PATCH]] imx6: fix GPR2 wrong definition
@ 2013-06-19  9:16 Pierre Aubert
  2013-06-22 10:59 ` Dirk Behme
  0 siblings, 1 reply; 2+ messages in thread
From: Pierre Aubert @ 2013-06-19  9:16 UTC (permalink / raw)
  To: u-boot

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(-)

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)
-- 
1.7.6.5

^ permalink raw reply related	[flat|nested] 2+ messages in thread

* [U-Boot] [[PATCH]] imx6: fix GPR2 wrong definition
  2013-06-19  9:16 [U-Boot] [[PATCH]] imx6: fix GPR2 wrong definition Pierre Aubert
@ 2013-06-22 10:59 ` Dirk Behme
  0 siblings, 0 replies; 2+ messages in thread
From: Dirk Behme @ 2013-06-22 10:59 UTC (permalink / raw)
  To: u-boot

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)
>

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2013-06-22 10:59 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2013-06-19  9:16 [U-Boot] [[PATCH]] imx6: fix GPR2 wrong definition Pierre Aubert
2013-06-22 10:59 ` Dirk Behme

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.