]> rtime.felk.cvut.cz Git - can-eth-gw-linux.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)
commit1d8643dd0548e8cb9114e53c353b09da016a72fb
treee97a9578343f842b692539740dfa6399e250c5b7
parent24942e8af19e5090374776a57db97b350ffd0fa6
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