]> git.kernelconcepts.de Git - karo-tx-uboot.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)
committerStefano Babic <sbabic@denx.de>
Tue, 16 Apr 2013 16:58:47 +0000 (18:58 +0200)
commit04f79536c3fee3bef1ceb259c303b69100e0baf7
tree70b11056d525a0c91f1bf918fcfab8808bc25880
parentc4a4e2e20ca226948b62ed116df98f7a3932f2ac
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