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

Commit 8b82b66e authored by Masahiro Yamada's avatar Masahiro Yamada
Browse files

arm64: dts: uniphier: stabilize ethernet of LD20 reference board



Currently, the ethernet RGMII mode on the LD20 reference board is
unstable.

The default drive-strength of ethernet TX pins is too strong because
there is no dumping resistor on the TX lines on the board.

Weaken the drive-strength to make the ethernet more stable.

Signed-off-by: default avatarMasahiro Yamada <yamada.masahiro@socionext.com>
parent f4e5200f
Loading
Loading
Loading
Loading
+8 −0
Original line number Diff line number Diff line
@@ -67,3 +67,11 @@
		reg = <0>;
	};
};

&pinctrl_ether_rgmii {
	tx {
		pins = "RGMII_TXCLK", "RGMII_TXD0", "RGMII_TXD1",
		       "RGMII_TXD2", "RGMII_TXD3", "RGMII_TXCTL";
		drive-strength = <9>;
	};
};