Re: [PATCH 3/5] ARM: dts: NSP: Fix MDIO mux node names
From: Andrew Lunn
Date: Sat Aug 28 2021 - 13:07:19 EST
On Sat, Aug 28, 2021 at 11:27:01AM +0000, Matthew Hagan wrote:
> This patch fixes the following message by adding "mdio-mux" compatible:
> compatible: ['mdio-mux-mmioreg'] is too short
Err, what? This sounds like a workaround for a tool problem, not a
real fix.
What is actually wrong with:
compatible = "mdio-mux-mmioreg";
Andrew