Re: [PATCH net-next 2/4] net: phy: realtek: add dt property to disable CLKOUT clock

From: Andrew Lunn
Date: Tue Jun 01 2021 - 18:08:05 EST


> +struct rtl821x_priv {
> + u32 quirks;

I'm not sure quirks is the correct word here. I would probably use
features, or flags.

Andrew