* [U-Boot] [PATCH] mx35 iomux: correct input select register index
@ 2013-04-17 14:39 Philip Paeps
2013-04-25 19:10 ` Stefano Babic
0 siblings, 1 reply; 2+ messages in thread
From: Philip Paeps @ 2013-04-17 14:39 UTC (permalink / raw)
To: u-boot
Prior to this fix, calls to mxc_iomux_set_input() for registers
after MUX_IN_GPIO2_IN_19 would write to the wrong registers,
possibly resulting in unexpected behaviour.
Signed-off-by: Philip Paeps <philip@paeps.cx>
---
arch/arm/include/asm/arch-mx35/iomux.h | 1 +
1 files changed, 1 insertions(+), 0 deletions(-)
diff --git a/arch/arm/include/asm/arch-mx35/iomux.h b/arch/arm/include/asm/arch-mx35/iomux.h
index 52c15bc..7f17ed6 100644
--- a/arch/arm/include/asm/arch-mx35/iomux.h
+++ b/arch/arm/include/asm/arch-mx35/iomux.h
@@ -141,6 +141,7 @@ typedef enum iomux_input_select {
MUX_IN_GPIO2_IN_17,
MUX_IN_GPIO2_IN_18,
MUX_IN_GPIO2_IN_19,
+ MUX_IN_GPIO2_IN_1,
MUX_IN_GPIO2_IN_20,
MUX_IN_GPIO2_IN_21,
MUX_IN_GPIO2_IN_22,
--
1.7.2.5
^ permalink raw reply related [flat|nested] 2+ messages in thread
* [U-Boot] [PATCH] mx35 iomux: correct input select register index
2013-04-17 14:39 [U-Boot] [PATCH] mx35 iomux: correct input select register index Philip Paeps
@ 2013-04-25 19:10 ` Stefano Babic
0 siblings, 0 replies; 2+ messages in thread
From: Stefano Babic @ 2013-04-25 19:10 UTC (permalink / raw)
To: u-boot
On 17/04/2013 16:39, Philip Paeps wrote:
> Prior to this fix, calls to mxc_iomux_set_input() for registers
> after MUX_IN_GPIO2_IN_19 would write to the wrong registers,
> possibly resulting in unexpected behaviour.
>
> Signed-off-by: Philip Paeps <philip@paeps.cx>
> ---
Applied to u-boot-imx, thanks.
Best regards,
Stefano Babic
--
=====================================================================
DENX Software Engineering GmbH, MD: Wolfgang Denk & Detlev Zundel
HRB 165235 Munich, Office: Kirchenstr.5, D-82194 Groebenzell, Germany
Phone: +49-8142-66989-53 Fax: +49-8142-66989-80 Email: sbabic at denx.de
=====================================================================
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2013-04-25 19:10 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-04-17 14:39 [U-Boot] [PATCH] mx35 iomux: correct input select register index Philip Paeps
2013-04-25 19:10 ` Stefano Babic
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox