diff options
author | 2024-01-29 12:46:49 +0100 | |
---|---|---|
committer | 2024-02-14 12:09:41 +0100 | |
commit | 7fd195f01ae52871b04b752447f865e1a6661487 (patch) | |
tree | 07e5b8a7d873760269d00aef15bf0eff5f79bbb4 | |
parent | ARM: dts: stm32: fix DSI peripheral clock on stm32mp15 boards (diff) | |
download | wireguard-linux-7fd195f01ae52871b04b752447f865e1a6661487.tar.xz wireguard-linux-7fd195f01ae52871b04b752447f865e1a6661487.zip |
ARM: dts: stm32: lxa-tac: reduce RGMII interface drive strength
This results in an improvement of EMI performance by reducing the
125MHz emission and its harmonics caused by the RGMII clock line.
Signed-off-by: Leonard Göhrs <l.goehrs@pengutronix.de>
Signed-off-by: Uwe Kleine-König <u.kleine-koenig@pengutronix.de>
Signed-off-by: Alexandre Torgue <alexandre.torgue@foss.st.com>
-rw-r--r-- | arch/arm/boot/dts/st/stm32mp15xc-lxa-tac.dtsi | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/arch/arm/boot/dts/st/stm32mp15xc-lxa-tac.dtsi b/arch/arm/boot/dts/st/stm32mp15xc-lxa-tac.dtsi index 7e835a7cf64a..cfaf8adde319 100644 --- a/arch/arm/boot/dts/st/stm32mp15xc-lxa-tac.dtsi +++ b/arch/arm/boot/dts/st/stm32mp15xc-lxa-tac.dtsi @@ -471,6 +471,10 @@ baseboard_eeprom: &sip_eeprom { interrupt-parent = <&gpioa>; interrupts = <6 IRQ_TYPE_EDGE_RISING>; + /* Reduce RGMII EMI emissions by reducing drive strength */ + microchip,hi-drive-strength-microamp = <2000>; + microchip,lo-drive-strength-microamp = <8000>; + ports { #address-cells = <1>; #size-cells = <0>; |