iMX25 external RTC

取消
显示结果 
显示  仅  | 搜索替代 
您的意思是: 

iMX25 external RTC

1,019 次查看
Venku
Contributor I

Hello I am trying to use an external RTC (m41t81s). Enabled this option under RTC in menuconfig, didn't yield any results. No device under /dev for rtc, neither an entry in sys/bus..

Under I2C RTC, have enabled M41t80.

I have removed the DryIce RTC.

Are there any tweaks reqd in BSP for this to run?

Venkat

标记 (2)
0 项奖励
回复
1 回复

871 次查看
Venku
Contributor I

Update : RTC works

mxc25_3stack.c:

i2c_board_info mxc_i2c_board_info __initdata = {
{
.type = "m41t81s",
.addr = 0x68,
},

entry for this i2c device was reqd in the structure for it to work..

Venkat

0 项奖励
回复