Re: SPI troubles

2010-03-15 Thread Tony Lindgren
* Ben Gamari [100314 19:41]: > > P.P.S. Is it just me or does the omap_pinmux interface need some refinement. > Using it has been an exercise in frustration, between extremely sparse > documentation, quirky behavior (I still haven't figure out how to get gpio_130 > configured. omap_mux_init_gpio

Re: SPI troubles

2010-03-15 Thread Ben Gamari
On Mon, 15 Mar 2010 08:25:09 -0400, Philip Balister wrote: > For some reason you need to set the clock pin as an input. Here is the > config for mcspi1 that is working for me: > > MUX_VAL(CP(MCSPI1_CLK), (IEN | PTD | DIS | M0)) /*McSPI1_CLK*/\ > > (from u-boot) > Are you sure? Is thi

Re: SPI troubles

2010-03-15 Thread Philip Balister
On 03/14/2010 10:44 PM, Ben Gamari wrote: Hey all, As I've mentioned here in the past, I am currently putting together a board for doing analog data acquisition on the BeagleBoard platform. Unfortunately, I have wasted nearly the entire weekend trying to accomplish the (one would think) simple g