Ivan:

Ivan Kuten wrote:
> So I assume AT91RM9200 boards such as: 
>
> static struct spi_board_info ek_spi_devices[] = {
>         {       /* DataFlash chip */
>                 .modalias       = "mtd_dataflash",
>                 .chip_select    = 0,
>                 .max_speed_hz   = 15 * 1000 * 1000,
>         },
>
> static struct spi_board_info carmeva_spi_devices[] = {
>         { /* DataFlash chip */
>                 .modalias = "mtd_dataflash",
>                 .chip_select  = 0,
>                 .max_speed_hz = 10 * 1000 * 1000,
>         },
>
> static struct spi_board_info dk_spi_devices[] = {
>         {       /* DataFlash chip */
>                 .modalias       = "mtd_dataflash",
>                 .chip_select    = 0,
>                 .max_speed_hz   = 15 * 1000 * 1000,
>         },
>
> are broken cause all of them have chip_select = 0 ?
>   

Dunno.  The problem might be confined to a particular stepping of the 
chip.  It could also be that I'm wrong.  :)


b.g.

-- 
Bill Gatliff
[EMAIL PROTECTED]


-------------------------------------------------------------------------
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/
_______________________________________________
spi-devel-general mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/spi-devel-general

Reply via email to