]> code.ossystems Code Review - bsp/u-boot.git/commit
mx35 iomux: correct offsets of IOMUX registers
authorPhilip Paeps <philip@paeps.cx>
Tue, 9 Apr 2013 12:44:31 +0000 (12:44 +0000)
committerOtavio Salvador <otavio@ossystems.com.br>
Mon, 6 May 2013 15:17:33 +0000 (12:17 -0300)
commitb6b353bc373631ffba6e5b5ec6b0da1ac4577721
tree6c470cce47608703178439b704470ef55f3e270f
parente035df387fe429adfa37ffdf4499d95a275972a4
mx35 iomux: correct offsets of IOMUX registers

This makes mxc_iomux_set_input() work correctly.  Previously, the
incorrect offset of IOMUXSW_INPUT_CTL caused mxc_iomux_set_input()
to write to the wrong register, possibly resulting in unexpected
behaviour.

Signed-off-by: Philip Paeps <philip@paeps.cx>
Acked-by: Stefano Babic <sbabic@denx.de>
arch/arm/cpu/arm1136/mx35/iomux.c