/* Some boards with the TSI108 bridge (e.g. Holly) * have a miswiring of the ethernet PHYs which * requires a workaround. The special * "txc-rxc-delay-disable" property enables this * workaround. FIXME: Need to port the tsi108_eth * driver itself to phylib and use a non-misleading * name for the workaround flag - it's not actually to
* do with the model of PHY in use */ if (of_property_read_bool(phy, "txc-rxc-delay-disable"))
tsi_eth_data.phy_type = TSI108_PHY_BCM54XX;
of_node_put(phy);
ret =
platform_device_add_data(tsi_eth_dev, &tsi_eth_data, sizeof(hw_info)); if (ret) goto unreg;
} return 0;
unreg:
platform_device_unregister(tsi_eth_dev);
err:
of_node_put(np); return ret;
}
arch_initcall(tsi108_eth_of_init);
Messung V0.5
¤ Dauer der Verarbeitung: 0.10 Sekunden
(vorverarbeitet)
¤
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.