public inbox for u-boot@lists.denx.de
 help / color / mirror / Atom feed
* [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

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