[U-Boot] [PATCH v2] mx35 iomux: correct offsets of IOMUX registers

2013-04-09 Thread Philip Paeps
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 --- Changes in v2: - While here, also correct the offset of

Re: [U-Boot] [PATCH v2] mx35 iomux: correct offsets of IOMUX registers

2013-04-09 Thread Stefano Babic
On 10/04/2013 00:44, Philip Paeps wrote: > 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 > ---

Re: [U-Boot] [PATCH v2] mx35 iomux: correct offsets of IOMUX registers

2013-04-16 Thread Stefano Babic
On 10/04/2013 00:44, Philip Paeps wrote: > 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 > ---