mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2026-05-09 13:43:21 -04:00
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 <narmstrong@baylibre.com> Reviewed-by: Martin Blumenstingl <martin.blumenstingl@googlemail.com> Signed-off-by: Kevin Hilman <khilman@baylibre.com>
This commit is contained in:
committed by
Kevin Hilman
parent
d9b9640b8d
commit
47b65cb8b5
@@ -1131,6 +1131,7 @@ mux {
|
||||
"eth_txd0",
|
||||
"eth_txd1";
|
||||
function = "eth";
|
||||
drive-strength-microamp = <4000>;
|
||||
bias-disable;
|
||||
};
|
||||
};
|
||||
@@ -1143,6 +1144,7 @@ mux {
|
||||
"eth_txd2_rgmii",
|
||||
"eth_txd3_rgmii";
|
||||
function = "eth";
|
||||
drive-strength-microamp = <4000>;
|
||||
bias-disable;
|
||||
};
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user