arm: zynq: Add device-type property for zynq ethernet phy nodes

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>
master
Sai Pavan Boddu 7 years ago committed by Michal Simek
parent 57bcc7fd37
commit 5fad1ab3d0
  1. 1
      arch/arm/dts/zynq-zc702.dts
  2. 1
      arch/arm/dts/zynq-zc706.dts
  3. 1
      arch/arm/dts/zynq-zc770-xm010.dts
  4. 1
      arch/arm/dts/zynq-zc770-xm013.dts
  5. 1
      arch/arm/dts/zynq-zed.dts
  6. 1
      arch/arm/dts/zynq-zybo.dts

@ -96,6 +96,7 @@
ethernet_phy: ethernet-phy@7 {
reg = <7>;
device_type = "ethernet-phy";
};
};

@ -50,6 +50,7 @@
ethernet_phy: ethernet-phy@7 {
reg = <7>;
device_type = "ethernet-phy";
};
};

@ -47,6 +47,7 @@
ethernet_phy: ethernet-phy@7 {
reg = <7>;
device_type = "ethernet-phy";
};
};

@ -42,6 +42,7 @@
ethernet_phy: ethernet-phy@7 {
reg = <7>;
device_type = "ethernet-phy";
};
};

@ -47,6 +47,7 @@
ethernet_phy: ethernet-phy@0 {
reg = <0>;
device_type = "ethernet-phy";
};
};

@ -48,6 +48,7 @@
ethernet_phy: ethernet-phy@0 {
reg = <0>;
device_type = "ethernet-phy";
};
};

Loading…
Cancel
Save