On 22 December 2011 18:20, Mark Langsdorf <mark.langsd...@calxeda.com> wrote: > Use qdev properties to allow board modelers to set the frequencies > for the sp804 timer. Each of the sp804's timers can have an > individual frequency. The timers default to 1MHz. > > + /* The timers are configurable between 32kHz and 1MHz > + * defaulting to 1MHz but overrideable as a property > + * They can be configured individually as a property > + * but default is shared frequency */
You've forgotten to update this comment when you dropped the shared-frequency property. Patch looks good otherwise. -- PMM