diff options
author | Niklas Cassel <niklas.cassel@axis.com> | 2018-02-21 11:59:56 +0300 |
---|---|---|
committer | Arnd Bergmann <arnd@arndb.de> | 2018-03-06 19:40:41 +0300 |
commit | b49de2dfcf207e763a3b1fe63630a22183706842 (patch) | |
tree | 95d8dc417e448024c8f3c8306f5c09aeb208217f /arch/arm/boot/dts/artpec6-devboard.dts | |
parent | 60bed798408f91b066d9ac02e78a9a65b37eb3b0 (diff) | |
download | linux-b49de2dfcf207e763a3b1fe63630a22183706842.tar.xz |
ARM: dts: artpec: migrate ethernet to stmmac binding
The snps,dwc-qos-ethernet binding is still supported as a glue layer
in the stmmac driver.
However, since the snps,dwc-qos-ethernet binding is now deprecated,
migrate to stmmac's native binding.
At the same time, enable features supported by the stmmac driver,
such as PTP, LPI, and an additional tx queue.
Signed-off-by: Niklas Cassel <niklas.cassel@axis.com>
Signed-off-by: Arnd Bergmann <arnd@arndb.de>
Diffstat (limited to 'arch/arm/boot/dts/artpec6-devboard.dts')
-rw-r--r-- | arch/arm/boot/dts/artpec6-devboard.dts | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm/boot/dts/artpec6-devboard.dts b/arch/arm/boot/dts/artpec6-devboard.dts index 502f3de6dc5b..d20d95359b28 100644 --- a/arch/arm/boot/dts/artpec6-devboard.dts +++ b/arch/arm/boot/dts/artpec6-devboard.dts @@ -59,6 +59,7 @@ mdio { #address-cells = <0x1>; #size-cells = <0x0>; + compatible = "snps,dwmac-mdio"; phy1: phy@0 { compatible = "ethernet-phy-ieee802.3-c22"; device_type = "ethernet-phy"; |