Skip to content

Commit

Permalink
ARM: orion: Fix Orion5x GPIO regression from MPP cleanup
Browse files Browse the repository at this point in the history
Patchset "ARM: orion: Refactor the MPP code common in the orion
platform" broke at least Orion5x based platforms. These platforms have
pins configured as GPIO when the selector is not 0x0. However the
common code assumes the selector is always 0x0 for a GPIO lines. It
then ignores the GPIO bits in the MPP definitions, resulting in that
Orion5x machines cannot correctly configure there GPIO lines.

The Fix removes the assumption that the selector is always 0x0.
In order that none GPIO configurations are correctly blocked,
Kirkwood and mv78xx0 MPP definitions are corrected to only set the
GPIO bits for GPIO configurations.

This third version, which does not contain any whitespace changes,
and is rebased on v3.3-rc2.

Signed-off-by: Andrew Lunn <andrew@lunn.ch>
Acked-by: Nicolas Pitre <nico@linaro.org>
Signed-off-by: Olof Johansson <olof@lixom.net>
  • Loading branch information
Andrew Lunn authored and Olof Johansson committed Feb 10, 2012
1 parent ab74a91 commit b065403
Show file tree
Hide file tree
Showing 3 changed files with 274 additions and 275 deletions.
Loading

0 comments on commit b065403

Please sign in to comment.