]> git.ipfire.org Git - people/ms/u-boot.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>
Tue, 28 Nov 2017 14:53:07 +0000 (15:53 +0100)
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/dts/zynq-zc702.dts
arch/arm/dts/zynq-zc706.dts
arch/arm/dts/zynq-zc770-xm010.dts
arch/arm/dts/zynq-zc770-xm013.dts
arch/arm/dts/zynq-zed.dts
arch/arm/dts/zynq-zybo.dts

index 7b0c23fa5d260b9345b26f804de889d0260bde49..da698a19ccd137316815296d7f80afd6c086cc91 100644 (file)
@@ -96,6 +96,7 @@
 
        ethernet_phy: ethernet-phy@7 {
                reg = <7>;
+               device_type = "ethernet-phy";
        };
 };
 
index 8b0177bc512a3c61a61e5813b7193ba7b8a4c60a..d342306293b42626e310946bb49701ca938ad1b2 100644 (file)
@@ -50,6 +50,7 @@
 
        ethernet_phy: ethernet-phy@7 {
                reg = <7>;
+               device_type = "ethernet-phy";
        };
 };
 
index 42af313c13ddfe60a0d28aa9161de0425b6c28ff..cc5ba98d6bd9a71db3c9e7b0c433d304b8a09293 100644 (file)
@@ -47,6 +47,7 @@
 
        ethernet_phy: ethernet-phy@7 {
                reg = <7>;
+               device_type = "ethernet-phy";
        };
 };
 
index 07e92b88fb0faca13920015c19ad01034e500130..81a6aa562a944bb12022f06d6cd09350889125a5 100644 (file)
@@ -42,6 +42,7 @@
 
        ethernet_phy: ethernet-phy@7 {
                reg = <7>;
+               device_type = "ethernet-phy";
        };
 };
 
index 0ac7532300f030d13d9aaa2e475de7e4d1705dee..a9ff0e6fa8145359ffa88cde2c5fb88dd61e8f03 100644 (file)
@@ -47,6 +47,7 @@
 
        ethernet_phy: ethernet-phy@0 {
                reg = <0>;
+               device_type = "ethernet-phy";
        };
 };
 
index d59a3831352db66f137505bf4a0ce35b371a9f29..f3eebb0882877668428e61035c38cc2632477c09 100644 (file)
@@ -48,6 +48,7 @@
 
        ethernet_phy: ethernet-phy@0 {
                reg = <0>;
+               device_type = "ethernet-phy";
        };
 };