This makes it less ambiguous since the bindings for the Ethernet controller and for the MDIO bus were using the same compatible string. Changing it, since the LS1021 has the only DTS that uses this compatible string for the MDIO bus node. Signed-off-by: Vladimir Oltean <olteanv@xxxxxxxxx> Suggested-by: Leo Li <leoyang.li@xxxxxxx> --- arch/arm/boot/dts/ls1021a.dtsi | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/arch/arm/boot/dts/ls1021a.dtsi b/arch/arm/boot/dts/ls1021a.dtsi index b4f2723ecd86..1a2a9509d9c2 100644 --- a/arch/arm/boot/dts/ls1021a.dtsi +++ b/arch/arm/boot/dts/ls1021a.dtsi @@ -701,7 +701,7 @@ }; mdio0: mdio@2d24000 { - compatible = "gianfar"; + compatible = "fsl,etsec2-mdio"; device_type = "mdio"; #address-cells = <1>; #size-cells = <0>; -- 2.17.1