sure, will document it in the next patch set, thanks Andrew.+ /* Configure MDIO clock source frequency if clock is specified in the device tree */Please document the clock in the binding. Make it clear which devices
+ if (!IS_ERR_OR_NULL(priv->mdio_clk)) {
require the clock, and which don't.
Andrew