/* * i.MX6 Q/DL has an erratum (ERR006687) that prevents the FEC from waking the * CPUs when they are in wait(unclocked) state. As the hardware workaround isn't * applicable to all boards, disable the deeper idle state when the workaround * isn't present and the FEC is in use.
*/ void imx6q_cpuidle_fec_irqs_used(void)
{
cpuidle_driver_state_disabled(&imx6q_cpuidle_driver, 1, true);
}
EXPORT_SYMBOL_GPL(imx6q_cpuidle_fec_irqs_used);
Die Informationen auf dieser Webseite wurden
nach bestem Wissen sorgfältig zusammengestellt. Es wird jedoch weder Vollständigkeit, noch Richtigkeit,
noch Qualität der bereit gestellten Informationen zugesichert.
Bemerkung:
Die farbliche Syntaxdarstellung und die Messung sind noch experimentell.