]> asedeno.scripts.mit.edu Git - linux.git/commitdiff
arm: zynq: Add device-type property for zynq ethernet phy nodes
authorSai Pavan Boddu <sai.pavan.boddu@xilinx.com>
Mon, 6 Mar 2017 12:47:19 +0000 (18:17 +0530)
committerMichal Simek <michal.simek@xilinx.com>
Mon, 21 Aug 2017 11:52:43 +0000 (13:52 +0200)
Mention device-type = "ethernet-phy", as qemu will need this in absence
of compatible.

Signed-off-by: Sai Pavan Boddu <saipava@xilinx.com>
Signed-off-by: Michal Simek <michal.simek@xilinx.com>
arch/arm/boot/dts/zynq-parallella.dts
arch/arm/boot/dts/zynq-zc702.dts
arch/arm/boot/dts/zynq-zc706.dts
arch/arm/boot/dts/zynq-zed.dts
arch/arm/boot/dts/zynq-zybo.dts

index 64a6390fc5017bdd111a88947e736fd1364b85ef..77f6f10bf6852835e4e6db1326e075305befb03a 100644 (file)
@@ -54,6 +54,7 @@ ethernet_phy: ethernet-phy@0 {
                compatible = "ethernet-phy-id0141.0e90",
                             "ethernet-phy-ieee802.3-c22";
                reg = <0>;
+               device_type = "ethernet-phy";
                marvell,reg-init = <0x3 0x10 0xff00 0x1e>,
                                   <0x3 0x11 0xfff0 0xa>;
        };
index 139ed61274f521bf1d86fc8350e7127fe9e1efa1..8ce0aff1db43fedce39d8420a567877d91c24539 100644 (file)
@@ -97,6 +97,7 @@ &gem0 {
 
        ethernet_phy: ethernet-phy@7 {
                reg = <7>;
+               device_type = "ethernet-phy";
        };
 };
 
index be2fc53c13b498587ec4cb8833fc55545c1cc9cd..8d829cadc4e0705a7bf01e14997c052d084921c5 100644 (file)
@@ -53,6 +53,7 @@ &gem0 {
 
        ethernet_phy: ethernet-phy@7 {
                reg = <7>;
+               device_type = "ethernet-phy";
        };
 };
 
index 325379f7983cd386af42aeafb758a1c22895d622..4b5dbc2da1c0380de70f080be6e24728bef65194 100644 (file)
@@ -50,6 +50,7 @@ &gem0 {
 
        ethernet_phy: ethernet-phy@0 {
                reg = <0>;
+               device_type = "ethernet-phy";
        };
 };
 
index 590ec24b8749649d1d4e6660c887e2d3448161af..542c19dd5df10bcba53f9ee7ff43d635293e3e5b 100644 (file)
@@ -51,6 +51,7 @@ &gem0 {
 
        ethernet_phy: ethernet-phy@0 {
                reg = <0>;
+               device_type = "ethernet-phy";
        };
 };