Merge branch 'expose-refclk-for-rmii-and-enable-rmii'
authorJakub Kicinski <kuba@kernel.org>
Thu, 17 Jul 2025 00:28:40 +0000 (17:28 -0700)
committerJakub Kicinski <kuba@kernel.org>
Thu, 17 Jul 2025 00:28:40 +0000 (17:28 -0700)
commit071a2ef56857918021159a1c4e10eadf74bfe5b4
tree7a080c5a045ac374fa6352d80bac4e9a3084dcba
parent27b0286d00394c178d0cde0388054c27ae4ae8f4
parentdb400061b5e7cc55f9b4dd15443e9838964119ea
Merge branch 'expose-refclk-for-rmii-and-enable-rmii'

Ryan Wanner says:

====================
Expose REFCLK for RMII and enable RMII

This set allows the REFCLK property to be exposed as a dt-property to
properly reflect the correct RMII layout. RMII can take an external or
internal provided REFCLK, since this is not SoC dependent but board
dependent this must be exposed as a DT property for the macb driver.

This set also enables RMII mode for the SAMA7 SoCs gigabit mac.

v1: https://lore.kernel.org/cover.1750346271.git.Ryan.Wanner@microchip.com
====================

Link: https://patch.msgid.link/cover.1752510727.git.Ryan.Wanner@microchip.com
Signed-off-by: Jakub Kicinski <kuba@kernel.org>