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-zc706.dts | |
parent | 57bcc7fd3720fcdbe258761bef5d3f6e5eaab04f (diff) | |
download | u-boot-5fad1ab3d0be9504a9c176f279809bae00990bed.tar.gz |
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-zc706.dts')
-rw-r--r-- | arch/arm/dts/zynq-zc706.dts | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm/dts/zynq-zc706.dts b/arch/arm/dts/zynq-zc706.dts index 8b0177bc51..d342306293 100644 --- a/arch/arm/dts/zynq-zc706.dts +++ b/arch/arm/dts/zynq-zc706.dts @@ -50,6 +50,7 @@ ethernet_phy: ethernet-phy@7 { reg = <7>; + device_type = "ethernet-phy"; }; }; |