Skip to content

Commit 5b9fd19

Browse files
Vladimir Barinovhorms
authored andcommitted
arm64: dts: h3ulcb: 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 h3ulcb board with the KSZ9031RNX phy. Signed-off-by: Vladimir Barinov <vladimir.barinov@cogentembedded.com> Signed-off-by: Takeshi Kihara <takeshi.kihara.df@renesas.com> Signed-off-by: Simon Horman <horms+renesas@verge.net.au>
1 parent 0e45da1 commit 5b9fd19

File tree

1 file changed

+1
-12
lines changed

1 file changed

+1
-12
lines changed

arch/arm64/boot/dts/renesas/r8a7795-h3ulcb.dts

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

356356
phy0: ethernet-phy@0 {
357-
rxc-skew-ps = <900>;
358-
rxdv-skew-ps = <0>;
359-
rxd0-skew-ps = <0>;
360-
rxd1-skew-ps = <0>;
361-
rxd2-skew-ps = <0>;
362-
rxd3-skew-ps = <0>;
363-
txc-skew-ps = <900>;
364-
txen-skew-ps = <0>;
365-
txd0-skew-ps = <0>;
366-
txd1-skew-ps = <0>;
367-
txd2-skew-ps = <0>;
368-
txd3-skew-ps = <0>;
357+
rxc-skew-ps = <1500>;
369358
reg = <0>;
370359
interrupt-parent = <&gpio2>;
371360
interrupts = <11 IRQ_TYPE_LEVEL_LOW>;

0 commit comments

Comments
 (0)