commit | 5f7af4e190b1f8b308f17eea28e8d1723ce313a6 | [log] [tgz] |
---|---|---|
author | Philip Paeps <philip@paeps.cx> | Wed Apr 17 04:39:27 2013 +0000 |
committer | Stefano Babic <sbabic@denx.de> | Thu Apr 25 21:10:00 2013 +0200 |
tree | 497e33a2d507d5956f593802e13a2b3d3144692b | |
parent | 33caddf4abce3ca795cd714f5f18d8462ba3c01f [diff] |
mx35 iomux: correct input select register index 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>