]> git.baikalelectronics.ru Git - kernel.git/commit
ARM: OMAP3: Fix 3430 legacy mux names for ssi1 signals.
authorTony Lindgren <tony@atomide.com>
Mon, 22 Oct 2012 20:30:03 +0000 (13:30 -0700)
committerTony Lindgren <tony@atomide.com>
Mon, 22 Oct 2012 20:37:37 +0000 (13:37 -0700)
commit296e4754862338c2189d5b4ecc6fa3b57704d63b
treee97a9578343f842b692539740dfa6399e250c5b7
parent4b506030f40edcd9476cd70f40e1d57809789ea0
ARM: OMAP3: Fix 3430 legacy mux names for ssi1 signals.

On n900 uart1 pins are not not used for uart, instead they are
used to connect to a cell modem over ssi. Looks like we're
currently missing these signal names for 3430 for some reason,
and only have some of them listed for 3630. Obviously the signals
are there for 3430 if n900 is using them and they are documented
in some TRMs.

Note that these will eventually be replaced by device tree
based pinctrl-single.c driver. But for now these are needed
to verify the SSI pins for devices like Nokia N900.

Signed-off-by: Tony Lindgren <tony@atomide.com>
arch/arm/mach-omap2/mux34xx.c