|
| 1 | +From c7060913dd186360849d4c08cc4b75f88a635076 Mon Sep 17 00:00:00 2001 |
| 2 | +From: Bogdan Ivanus <b.ivanus@arduino.cc> |
| 3 | +Date: 2025年8月25日 20:11:02 +0300 |
| 4 | +Subject: [PATCH] AE-591: Removed call to enableEthPowerSupply() |
| 5 | + from_HAL_ETH_MspInit. |
| 6 | + |
| 7 | +--- |
| 8 | + .../TARGET_STM32H7/TARGET_PORTENTA_H7/stm32h7_eth_init.c | 1 - |
| 9 | + 1 file changed, 1 deletion(-) |
| 10 | + |
| 11 | +diff --git a/connectivity/drivers/emac/TARGET_STM/TARGET_STM32H7/TARGET_PORTENTA_H7/stm32h7_eth_init.c b/connectivity/drivers/emac/TARGET_STM/TARGET_STM32H7/TARGET_PORTENTA_H7/stm32h7_eth_init.c |
| 12 | +index 7f5b4206cb..e5d37a46ad 100644 |
| 13 | +--- a/connectivity/drivers/emac/TARGET_STM/TARGET_STM32H7/TARGET_PORTENTA_H7/stm32h7_eth_init.c |
| 14 | ++++ b/connectivity/drivers/emac/TARGET_STM/TARGET_STM32H7/TARGET_PORTENTA_H7/stm32h7_eth_init.c |
| 15 | +@@ -63,7 +63,6 @@ void HAL_ETH_MspInit(ETH_HandleTypeDef *heth) |
| 16 | + { |
| 17 | + GPIO_InitTypeDef GPIO_InitStruct; |
| 18 | + if (heth->Instance == ETH) { |
| 19 | +- enableEthPowerSupply(); |
| 20 | + |
| 21 | + #if !(defined(DUAL_CORE) && defined(CORE_CM4)) |
| 22 | + /* Disable DCache for STM32H7 family */ |
| 23 | +-- |
| 24 | +2.50.1.windows.1 |
| 25 | + |
0 commit comments