This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

spi driver for flash & rtc

Guru 20755 points

Hello,

I have some general question:

I need to support in linux 2.6.37, the following spi devices:

1. serial fram - MB85RS2MTPF-G (fujitsu)

2. rtc(real-time clock) rv-3049 (micro crystal)

I've made search in both internet and in linux source code of 2.6.37, but did not find if any of this drivers is supported in Linux.

I would like to ask if you think there is no other option, but to implement these drivers....

Thanks for your feedback,

Ran

  • Hi Ran,

    You may not get exact RTC driver for your part no. but you can get similar to that.

    You may need to change that driver as per your new RTC device with your data sheet recommendation.

    Please refer to the following links.

    http://lxr.free-electrons.com/source/drivers/rtc/rtc-rv3029c2.c

    http://lists.denx.de/pipermail/u-boot/2011-January/085125.html

    For FRAM,

    http://code.google.com/p/nixduino/source/browse/drivers/mtd/spi/ramtron.c?r=e0987e251ff0eff25a55bf8db13a41f5849f59f7

  • Thank you very much!

    This is most helpful !!

    Regards,

    Ran