diff options
author | Shenwei Wang <shenwei.wang@nxp.com> | 2023-04-03 17:23:01 -0500 |
---|---|---|
committer | Jakub Kicinski <kuba@kernel.org> | 2023-04-05 19:01:22 -0700 |
commit | 10739ea3132861b1344264b110ea48d951a0e3b0 (patch) | |
tree | 51784488f0ab04d87e30e2f0069f38bc3f20d237 /samples/kdb | |
parent | 8b0f256530d97f2a2310c4f8336ea2c477c8e6c4 (diff) |
net: stmmac: add support for platform specific reset
This patch adds support for platform-specific reset logic in the
stmmac driver. Some SoCs require a different reset mechanism than
the standard dwmac IP reset. To support these platforms, a new function
pointer 'fix_soc_reset' is added to the plat_stmmacenet_data structure.
The stmmac_reset in hwif.h is modified to call the 'fix_soc_reset'
function if it exists. This enables the driver to use the platform-specific
reset logic when necessary.
Signed-off-by: Shenwei Wang <shenwei.wang@nxp.com>
Reviewed-by: Simon Horman <simon.horman@corigine.com>
Link: https://lore.kernel.org/r/20230403222302.328262-1-shenwei.wang@nxp.com
Signed-off-by: Jakub Kicinski <kuba@kernel.org>
Diffstat (limited to 'samples/kdb')
0 files changed, 0 insertions, 0 deletions