commit | 006ab6b6b69d2cb670f4a8ee5b6bc1dfeece93b4 | [log] [tgz] |
---|---|---|
author | Marek Vasut <marex@denx.de> | Mon Mar 06 15:53:44 2023 +0100 |
committer | Stefano Babic <sbabic@denx.de> | Thu Mar 30 13:47:03 2023 +0200 |
tree | e810b1c6b8703a97b22ddb71cd3c2c671c375a8d | |
parent | 5abf10da48f35938fcb5cd22f8487d2946ca110f [diff] |
net: dwc_eth_qos: Drop unused dm_gpio_free() on STM32 The dm_gpio_free() is never called, because for stm32, the phy_reset_gpio pointer is never valid. This is because only tegra186 ever claims the phy_reset_gpio, all other platforms use the PHY framework to reset the PHY instead. Drop the dm_gpio_free() and dm_gpio_is_valid(). Reviewed-by: Ramon Fried <rfried.dev@gmail.com> Signed-off-by: Marek Vasut <marex@denx.de>