]> git.proxmox.com Git - mirror_ubuntu-focal-kernel.git/commitdiff
ucc_geth: get rid of device_type for mdio
authorAnton Vorontsov <avorontsov@ru.mvista.com>
Thu, 24 Jan 2008 15:40:01 +0000 (18:40 +0300)
committerKumar Gala <galak@kernel.crashing.org>
Mon, 28 Jan 2008 14:32:56 +0000 (08:32 -0600)
device_type property is bogus, thus use proper compatible.

Also change compatible property to "fsl,ucc-mdio".

Signed-off-by: Anton Vorontsov <avorontsov@ru.mvista.com>
Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
arch/powerpc/boot/dts/mpc832x_mds.dts
arch/powerpc/boot/dts/mpc832x_rdb.dts
arch/powerpc/boot/dts/mpc836x_mds.dts
arch/powerpc/boot/dts/mpc8568mds.dts
drivers/net/ucc_geth_mii.c

index e300df4d3e05d8fc197b74623aeb2fa735491ad9..1bb75ef389ff53655e8c8d41082a77da6da97a65 100644 (file)
                        #address-cells = <1>;
                        #size-cells = <0>;
                        reg = <2320 18>;
-                       device_type = "mdio";
-                       compatible = "ucc_geth_phy";
+                       compatible = "fsl,ucc-mdio";
 
                        phy3: ethernet-phy@03 {
                                interrupt-parent = < &ipic >;
index 4d5cfd32cd7cfdc14f6a35f085b2d6dbf06045e9..f6a86336c8e0700149478cea13b18e6500e89dae 100644 (file)
                        #address-cells = <1>;
                        #size-cells = <0>;
                        reg = <3120 18>;
-                       device_type = "mdio";
-                       compatible = "ucc_geth_phy";
+                       compatible = "fsl,ucc-mdio";
 
                        phy00:ethernet-phy@00 {
                                interrupt-parent = <&pic>;
index 9a2581b6a1709075bd6f50c523e71a37a530a343..fa98bdf0de8c089c210e2ab3e2ff55574eb72827 100644 (file)
                        #address-cells = <1>;
                        #size-cells = <0>;
                        reg = <2120 18>;
-                       device_type = "mdio";
-                       compatible = "ucc_geth_phy";
+                       compatible = "fsl,ucc-mdio";
 
                        phy0: ethernet-phy@00 {
                                interrupt-parent = < &ipic >;
index 04f5c6f682565d9a580d229aa0cea5d0db65f531..692d5bd81e70b1aea7c922f9846905ee9d480aff 100644 (file)
                        #address-cells = <1>;
                        #size-cells = <0>;
                        reg = <2120 18>;
-                       compatible = "ucc_geth_phy";
+                       compatible = "fsl,ucc-mdio";
 
                        /* These are the same PHYs as on
                         * gianfar's MDIO bus */
index df884f0ad8e5860be83668b47ef6b03ffc7fe0d8..e3ba14a19915d0ab5b01837c9429339761c216eb 100644 (file)
@@ -256,6 +256,9 @@ static struct of_device_id uec_mdio_match[] = {
                .type = "mdio",
                .compatible = "ucc_geth_phy",
        },
+       {
+               .compatible = "fsl,ucc-mdio",
+       },
        {},
 };