On Wed, Jun 3, 2015 at 9:47 AM, Thomas Gleixner <t...@linutronix.de> wrote: > >> Does anybody know what the base oscillator for HPET tends to be? Also, > > The most common frequency is 14.318180 MHz.
I was more thinking along the lines of "which actually crystal is driving it" than the frequency. That said, that particular frequency does give a clue. That's exactly 12x the PIT frequency. So they presumably share the same basic crystal, just different PLL's. Which is a good indication that we should get very similar clock stability with the HPET as with the PIC. We might even use that kind of knowledge to decide "ok, let's use the HPET as the reference clock". IOW, only use the HPET if we find it listed, _and_ we get the expected frequency from the HPET_PERIOD register. Anybody who gives odd HPET_PERIOD values is likely doing somehing different and possibly questionable. Linus -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majord...@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/