Forum Discussion

Altera_Forum's avatar
Altera_Forum
Icon for Honored Contributor rankHonored Contributor
15 years ago

RtC linux driver

I need the linux driver for RA-8581 SA RTC. I could not find the specified driver in the linux kernel. Can anyone can help me out regarding this.

Will the ds1307 driver will work with this. Do i want to make any specific changes in this driver to make my hardware work.....

1 Reply

  • Altera_Forum's avatar
    Altera_Forum
    Icon for Honored Contributor rankHonored Contributor

    Please select drivers--> rtc--> "Epson RX-8581". And you need to modify config.c to

    I2C_BOARD_INFO("rx8581", 0x51),

    - Hippo