Skip to content

Commit 0e45da1

Browse files
KAZUMIZUhorms
authored andcommitted
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: 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 dda3887 commit 0e45da1

File tree

1 file changed

+1
-12
lines changed

1 file changed

+1
-12
lines changed

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

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

499499
phy0: ethernet-phy@0 {
500-
rxc-skew-ps = <900>;
501-
rxdv-skew-ps = <0>;
502-
rxd0-skew-ps = <0>;
503-
rxd1-skew-ps = <0>;
504-
rxd2-skew-ps = <0>;
505-
rxd3-skew-ps = <0>;
506-
txc-skew-ps = <900>;
507-
txen-skew-ps = <0>;
508-
txd0-skew-ps = <0>;
509-
txd1-skew-ps = <0>;
510-
txd2-skew-ps = <0>;
511-
txd3-skew-ps = <0>;
500+
rxc-skew-ps = <1500>;
512501
reg = <0>;
513502
interrupt-parent = <&gpio2>;
514503
interrupts = <11 IRQ_TYPE_LEVEL_LOW>;

0 commit comments

Comments
 (0)