From: Stephen Warren Date: Fri, 16 Dec 2011 22:12:30 +0000 (-0700) Subject: arm/tegra: Fix mistake in Trimslice's pinmux X-Git-Tag: v3.3-rc1~140^2~4^2^2~3 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b49cae59e12348474f7a82bbec187877f83381a9;p=pandora-kernel.git 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 Signed-off-by: Olof Johansson --- Reading git-diff-tree failed