diff options
author | Michal Simek | 2023-11-24 14:16:49 +0100 |
---|---|---|
committer | Michal Simek | 2023-12-13 08:58:07 +0100 |
commit | 0e54b473f2ea121972d8c97cc0fb3a608502edfa (patch) | |
tree | e72e155a9126acf85cc4b6e806f4de6ce74f42ed /arch/arm/dts/zynq-zc702.dts | |
parent | 2c8a09219cdb04450173f41a0b5449998b8031c4 (diff) |
ARM: zynq: Remove deprecated device_type property
Based on DT specification device_type property is deprecated and should be
used only for cpu and memory nodes. That's why remove other usage. In this
case ethernet-phy.
Signed-off-by: Michal Simek <michal.simek@amd.com>
Link: https://lore.kernel.org/r/70201ca4ad49ace6f7c27015af9df58a335d2a1f.1700831800.git.michal.simek@amd.com
Diffstat (limited to 'arch/arm/dts/zynq-zc702.dts')
-rw-r--r-- | arch/arm/dts/zynq-zc702.dts | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/arch/arm/dts/zynq-zc702.dts b/arch/arm/dts/zynq-zc702.dts index 0106d7bb177..6083f99dc8d 100644 --- a/arch/arm/dts/zynq-zc702.dts +++ b/arch/arm/dts/zynq-zc702.dts @@ -88,7 +88,6 @@ ethernet_phy: ethernet-phy@7 { reg = <7>; - device_type = "ethernet-phy"; }; }; |