/* * These are the reset controller we need to initialize early on in * our system, before we can even think of using a regular device * driver for it. * The controllers that we can register through the regular device * model are handled by the simple reset driver directly.
*/ staticconststruct of_device_id socfpga_early_reset_dt_ids[] __initconst = {
{ .compatible = "altr,rst-mgr", },
{ /* sentinel */ },
};
/* * The early driver is problematic, because it doesn't register * itself as a driver. This causes certain device links to prevent * consumer devices from probing. The hacky solution is to register * an empty driver, whose only job is to attach itself to the reset * manager and call probe.
*/ staticconststruct of_device_id socfpga_reset_dt_ids[] = {
{ .compatible = "altr,rst-mgr", },
{ /* sentinel */ },
};
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.