Re: [PATCH v1 1/2] net: mdio: Add the reset function for IPQ MDIO driver

From: Jie Luo
Date: Mon Aug 09 2021 - 09:03:53 EST



On 8/8/2021 11:29 PM, Andrew Lunn wrote:
+ /* Configure MDIO clock source frequency if clock is specified in the device tree */
+ if (!IS_ERR_OR_NULL(priv->mdio_clk)) {
Please document the clock in the binding. Make it clear which devices
require the clock, and which don't.

Andrew
sure, will document it in the next patch set, thanks Andrew.