]> git.kernelconcepts.de Git - karo-tx-uboot.git/commit
ARM: tegra: pinmux: partially handle varying register layouts
authorStephen Warren <swarren@nvidia.com>
Tue, 24 Feb 2015 21:08:27 +0000 (14:08 -0700)
committerLothar Waßmann <LW@KARO-electronics.de>
Tue, 1 Sep 2015 12:10:27 +0000 (14:10 +0200)
commit381ce2b76a8e5e967c2991351d3aba77220e7985
treec0019e5516e83ba7c9f50a7a76d0ee31e8714725
parent04e61b5427fdb7fc016c807ea98093659280b02f
ARM: tegra: pinmux: partially handle varying register layouts

Tegra210 moves some bits around in the pinmux registers. Update the code
to handle this.

This doesn't attempt to address the issues with the group-to-group varying
drive group register layout mentioned earlier. This patch handles the
SoC-to-SoC differences in the mux register layout.

Signed-off-by: Stephen Warren <swarren@nvidia.com>
Signed-off-by: Tom Warren <twarren@nvidia.com>
arch/arm/mach-tegra/pinmux-common.c