Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 0e45da1c authored by Kazuya Mizuguchi's avatar Kazuya Mizuguchi Committed by Simon Horman
Browse files

arm64: dts: r8a7795: salvator-x: Fix EthernetAVB PHY timing



Set PHY rxc-skew-ps to 1500 and all other values to their default values.

This is intended to to address failures in the case of 1Gbps communication
using the by salvator-x board with the KSZ9031RNX phy. This has been
reported to occur with both the r8a7795 (H3) and r8a7796 (M3-W) SoCs.

Signed-off-by: default avatarKazuya Mizuguchi <kazuya.mizuguchi.ks@renesas.com>
Signed-off-by: default avatarTakeshi Kihara <takeshi.kihara.df@renesas.com>
Signed-off-by: default avatarSimon Horman <horms+renesas@verge.net.au>
parent dda38879
Loading
Loading
Loading
Loading
+1 −12
Original line number Original line Diff line number Diff line
@@ -497,18 +497,7 @@
	status = "okay";
	status = "okay";


	phy0: ethernet-phy@0 {
	phy0: ethernet-phy@0 {
		rxc-skew-ps = <900>;
		rxc-skew-ps = <1500>;
		rxdv-skew-ps = <0>;
		rxd0-skew-ps = <0>;
		rxd1-skew-ps = <0>;
		rxd2-skew-ps = <0>;
		rxd3-skew-ps = <0>;
		txc-skew-ps = <900>;
		txen-skew-ps = <0>;
		txd0-skew-ps = <0>;
		txd1-skew-ps = <0>;
		txd2-skew-ps = <0>;
		txd3-skew-ps = <0>;
		reg = <0>;
		reg = <0>;
		interrupt-parent = <&gpio2>;
		interrupt-parent = <&gpio2>;
		interrupts = <11 IRQ_TYPE_LEVEL_LOW>;
		interrupts = <11 IRQ_TYPE_LEVEL_LOW>;