[POWERPC] mpc5200: Fix incorrect compatible string for the mdio node

The MDIO node in the lite5200b.dts file needs to also claim compatibility
with the older mpc5200 chip. Otherwise the driver won't find the device.

Signed-off-by: Grant Likely <grant.likely@secretlab.ca>
Signed-off-by: Paul Mackerras <paulus@samba.org>

authored by Grant Likely and committed by Paul Mackerras 5492a7e4 eff2f1ec

+1 -1
+1 -1
arch/powerpc/boot/dts/lite5200b.dts
··· 270 270 mdio@3000 { 271 271 #address-cells = <1>; 272 272 #size-cells = <0>; 273 - compatible = "fsl,mpc5200b-mdio"; 273 + compatible = "fsl,mpc5200b-mdio", "fsl,mpc5200-mdio"; 274 274 reg = <3000 400>; // fec range, since we need to setup fec interrupts 275 275 interrupts = <2 5 0>; // these are for "mii command finished", not link changes & co. 276 276 interrupt-parent = <&mpc5200_pic>;