Merge branch 'net-ftgmac100-add-soc-reset-support-for-rmii-mode'
authorJakub Kicinski <kuba@kernel.org>
Fri, 11 Jul 2025 01:13:52 +0000 (18:13 -0700)
committerJakub Kicinski <kuba@kernel.org>
Fri, 11 Jul 2025 01:13:52 +0000 (18:13 -0700)
commit0106424ae408e1ddc32bfc4f5f9f3d009ee7343f
tree88d4ad4af1bb1f2ab96385dc8e10989c07b89101
parent380a8891fdcb4e81bc30074c497e6892a827eb2a
parentaf350ee72e9dda474af4697ff59601cb73387b31
Merge branch 'net-ftgmac100-add-soc-reset-support-for-rmii-mode'

Jacky Chou says:

====================
net: ftgmac100: Add SoC reset support for RMII mode

This patch series adds support for an optional reset line to the
ftgmac100 ethernet controller, as used on Aspeed SoCs. On these SoCs,
the internal MAC reset is not sufficient to reset the RMII interface.
By providing a SoC-level reset via the device tree "resets" property,
the driver can properly reset both the MAC and RMII logic, ensuring
correct operation in RMII mode.

The series includes:
- Device tree binding update to document the new "resets" property.
- Addition of MAC1/2/3/4 reset definitions for AST2600.
- Driver changes to assert/deassert the reset line as needed.

This improves reliability and initialization of the MAC in RMII mode
on Aspeed platforms.
====================

Link: https://patch.msgid.link/20250709070809.2560688-1-jacky_chou@aspeedtech.com
Signed-off-by: Jakub Kicinski <kuba@kernel.org>