Skip to content

Commit ef3f08c

Browse files
KAZUMIZUhorms
authored andcommitted
arm64: dts: r8a7796: 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: Kazuya Mizuguchi <kazuya.mizuguchi.ks@renesas.com> Signed-off-by: Takeshi Kihara <takeshi.kihara.df@renesas.com> Signed-off-by: Simon Horman <horms+renesas@verge.net.au>
1 parent 325f390 commit ef3f08c

File tree

1 file changed

+1
-12
lines changed

1 file changed

+1
-12
lines changed

arch/arm64/boot/dts/renesas/r8a7796-salvator-x.dts

Lines changed: 1 addition & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -172,18 +172,7 @@
172172
status = "okay";
173173

174174
phy0: ethernet-phy@0 {
175-
rxc-skew-ps = <900>;
176-
rxdv-skew-ps = <0>;
177-
rxd0-skew-ps = <0>;
178-
rxd1-skew-ps = <0>;
179-
rxd2-skew-ps = <0>;
180-
rxd3-skew-ps = <0>;
181-
txc-skew-ps = <900>;
182-
txen-skew-ps = <0>;
183-
txd0-skew-ps = <0>;
184-
txd1-skew-ps = <0>;
185-
txd2-skew-ps = <0>;
186-
txd3-skew-ps = <0>;
175+
rxc-skew-ps = <1500>;
187176
reg = <0>;
188177
interrupt-parent = <&gpio2>;
189178
interrupts = <11 IRQ_TYPE_LEVEL_LOW>;

0 commit comments

Comments
 (0)