arm/tegra: Fix mistake in Trimslice's pinmux
commitb49cae59e12348474f7a82bbec187877f83381a9
authorStephen Warren <swarren@nvidia.com>
Fri, 16 Dec 2011 22:12:30 +0000 (16 15:12 -0700)
committerOlof Johansson <olof@lixom.net>
Tue, 20 Dec 2011 02:03:10 +0000 (19 18:03 -0800)
treedecdd8afd0156aa63aca11a894e794e19ba7531e
parent35957afc5d7a86cf029bcd9e77ade2451938f37a
arm/tegra: Fix mistake in Trimslice's pinmux

Pin group PTA does not support function RSVD3. However, the current
pinmux driver doesn't check this when setting RSVD functions, and ends
up writing 3 to the HW register. 3 is actually represented by function
GMI, so update the pinmux table to request that instead in order to
obtain the same register programming without requesting invalid
configurations.

Signed-off-by: Stephen Warren <swarren@nvidia.com>
Signed-off-by: Olof Johansson <olof@lixom.net>
arch/arm/mach-tegra/board-trimslice-pinmux.c