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.

DM6467T无法加载rtc



我的设备上有一个rtc,用的是pcf8563,所以驱动直接用的TI lsp里面的驱动。

以前用的是6467,rtc操作一直都正常

最近换成了了6467T,用的TI官方提供的内核,应该是2.6.32,pcf8563也是用的这个内核里面的驱动,但是内核加载部分一直就"unable to open rtc device(rtc0)"

我查了一下,在rtc_class_open里面有一个class_find_devices,这个函数一直失败。

在class_find_device里面,我也跟踪了一下,class_dev_iter_init出来的list是空。

不知道需要做什么样的操作才能改过来?