On 08/14/2013 05:29 PM, dinguyen@xxxxxxxxxx wrote: > From: Dinh Nguyen <dinguyen@xxxxxxxxxx> > > "dw-apb-timer-osc" and "dw-apb-timer-sp" are the same implementation of the > DW APB timer, just fed by different clocks. Thus, deprecate both > "dw-apb-timer-osc" and "dw-apb-timer-sp" in lieu of "dw-apb-timer", > > Clean up the timer entries for socfpga by removing timer<n> and set the > correct clocks for the timers. Hmm. That sounds like a separate patch. Cleanup isn't the same as adding new DT compatible values... > diff --git a/Documentation/devicetree/bindings/rtc/dw-apb.txt b/Documentation/devicetree/bindings/rtc/dw-apb.txt > Required properties: > -- compatible: "snps,dw-apb-timer-sp" or "snps,dw-apb-timer-osc" > +- compatible: "snps,dw-apb-timer-sp" or "snps,dw-apb-timer-osc" <DEPRECATED> > +- compatible: "snps,dw-apb-timer" It's slightly unclear whether "snps,dw-apb-timer-sp" is deprecated. Also, listing the non-deprecated values first would be a good hint to people which they should use. How about: compatible: One of: "snps,dw-apb-timer" "snps,dw-apb-timer-sp" <DEPRECATED> "snps,dw-apb-timer-osc" <DEPRECATED> -- To unsubscribe from this list: send the line "unsubscribe devicetree" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html