On Wednesday 25 July 2012, Daniel Mack wrote: > +* PXA RTC > + > +PXA specific RTC driver. > + > +Required properties: > +- compatible : Should be pxa-rtc > + > +Examples: > + > +rtc at 0 { > + compatible = "mrvl,pxa-rtc"; > +}; The description doesn't match the example here, I think you should change both to marvell,pxa-rtc. Arnd