I am currently trying to get a M41T65 sensor to work on a PPC405 based board. I am using the 2.6.26 kernel with a backported version of rtc-m41t80.c (from 2.6.30). Everything compiles and loads fine. However, there is no /dev/rtc node created. "/proc/devices" returns "254 rtc" (which I feel isn't correct). And "/sys/bus/i2c/devices/" list nothing for the RTC. I do see the information from the device tree in "/proc/device-tree/plb/opb/i2c@ef600400/rtc@68/"<br>
<br>Here is my dts information:<br> IIC0: i2c@ef600400 {<br> compatible = "ibm,iic-405exr", "ibm,iic";<br> reg = <ef600400 14>;<br> interrupt-parent = <&UIC0>;<br>
interrupts = <2 4>;<br> index = <0>;<br> rtc@68 {<br> compatible = "m41t65";<br>
reg = <68>;<br> };<br> };<br><br>Thanks!<br>Jake Magee<br>