From: Sergei Shtylyov Date: Fri, 24 Nov 2017 20:59:45 +0000 (+0300) Subject: arm64: dts: renesas: v3msk: add EtherAVB support X-Git-Tag: v4.16-rc1~100^2~59^2~2 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=a6b1b7359074229504b2a81837eaf6ec54d3b300;p=thirdparty%2Fkernel%2Flinux.git arm64: dts: renesas: v3msk: add EtherAVB support Define the V3M Starter Kit board dependent part of the EtherAVB device node. Based on the original (and large) patch by Vladimir Barinov. Signed-off-by: Vladimir Barinov Signed-off-by: Sergei Shtylyov Reviewed-by: Geert Uytterhoeven Signed-off-by: Simon Horman --- diff --git a/arch/arm64/boot/dts/renesas/r8a77970-v3msk.dts b/arch/arm64/boot/dts/renesas/r8a77970-v3msk.dts index 50f49212f54e6..8624ca87d6b2e 100644 --- a/arch/arm64/boot/dts/renesas/r8a77970-v3msk.dts +++ b/arch/arm64/boot/dts/renesas/r8a77970-v3msk.dts @@ -31,6 +31,17 @@ }; }; +&avb { + renesas,no-ether-link; + phy-handle = <&phy0>; + status = "okay"; + + phy0: ethernet-phy@0 { + rxc-skew-ps = <1500>; + reg = <0>; + }; +}; + &extal_clk { clock-frequency = <16666666>; };