diff options
author | Sai Pavan Boddu <sai.pavan.boddu@xilinx.com> | 2017-03-06 18:17:19 +0530 |
---|---|---|
committer | Michal Simek <michal.simek@xilinx.com> | 2017-11-28 15:53:07 +0100 |
commit | 5fad1ab3d0be9504a9c176f279809bae00990bed (patch) | |
tree | ee6a71e617e3fc3cd719e94567f146d565e5c9b6 /arch/arm/dts/zynq-zc770-xm013.dts | |
parent | 57bcc7fd3720fcdbe258761bef5d3f6e5eaab04f (diff) |
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>
Diffstat (limited to 'arch/arm/dts/zynq-zc770-xm013.dts')
-rw-r--r-- | arch/arm/dts/zynq-zc770-xm013.dts | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm/dts/zynq-zc770-xm013.dts b/arch/arm/dts/zynq-zc770-xm013.dts index 07e92b88fb..81a6aa562a 100644 --- a/arch/arm/dts/zynq-zc770-xm013.dts +++ b/arch/arm/dts/zynq-zc770-xm013.dts @@ -42,6 +42,7 @@ ethernet_phy: ethernet-phy@7 { reg = <7>; + device_type = "ethernet-phy"; }; }; |