/* Unfortunately, the specific model number is encoded in the * soc node name in existing dts files -- once that is fixed, * this can do a simple path lookup.
*/
soc = find_node_by_devtype(NULL, "soc"); if (!soc)
soc = find_node_by_compatible(NULL, "fsl,mpc5200-immr"); if (!soc)
soc = find_node_by_compatible(NULL, "fsl,mpc5200b-immr"); if (soc) {
setprop(soc, "bus-frequency", &bd.bi_ipbfreq, sizeof(bd.bi_ipbfreq));
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.