diff options
author | Neil Armstrong <[email protected]> | 2019-05-20 15:48:16 +0200 |
---|---|---|
committer | Kevin Hilman <[email protected]> | 2019-06-11 15:50:01 -0700 |
commit | 47b65cb8b525ac4729fea4cd1585749d443dc093 (patch) | |
tree | aa203e99ed607537fcc73728324393169b14dc70 | |
parent | d9b9640b8d5072e7f4234e58730dc3b6926a2ffa (diff) |
arm64: dts: meson: g12a: add drive strength for eth pins
With the X96 Max board using an external Gigabit Ethernet PHY,
add the same driver strength to the Ethernet pins as the vendor
tree.
Signed-off-by: Neil Armstrong <[email protected]>
Reviewed-by: Martin Blumenstingl <[email protected]>
Signed-off-by: Kevin Hilman <[email protected]>
-rw-r--r-- | arch/arm64/boot/dts/amlogic/meson-g12a.dtsi | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/arch/arm64/boot/dts/amlogic/meson-g12a.dtsi b/arch/arm64/boot/dts/amlogic/meson-g12a.dtsi index 42fec9db3941..840dab606110 100644 --- a/arch/arm64/boot/dts/amlogic/meson-g12a.dtsi +++ b/arch/arm64/boot/dts/amlogic/meson-g12a.dtsi @@ -1131,6 +1131,7 @@ "eth_txd0", "eth_txd1"; function = "eth"; + drive-strength-microamp = <4000>; bias-disable; }; }; @@ -1143,6 +1144,7 @@ "eth_txd2_rgmii", "eth_txd3_rgmii"; function = "eth"; + drive-strength-microamp = <4000>; bias-disable; }; }; |