Merge branch 'Add-Ethernet-support-for-Intel-Keem-Bay-SoC'
authorDavid S. Miller <davem@davemloft.net>
Wed, 26 Aug 2020 22:52:30 +0000 (15:52 -0700)
committerDavid S. Miller <davem@davemloft.net>
Wed, 26 Aug 2020 22:52:30 +0000 (15:52 -0700)
commit04e006b483c8bcab9033c9610cff9cef5e730758
tree64f4600ee23d4920a4a2bfc5174b00eb65de2828
parent24da79902efc4a8443fae09e6c8e25b515bd8db2
parent9efc9b2b04c74e459eb63ad64251239268ff0837
Merge branch 'Add-Ethernet-support-for-Intel-Keem-Bay-SoC'

Vineetha G. Jaya Kumaran says:

====================
Add Ethernet support for Intel Keem Bay SoC

This patch set enables support for Ethernet on the Intel Keem Bay SoC.
The first patch contains the required Device Tree bindings documentation,
while the second patch adds the Intel platform glue layer for the stmmac
device driver.

This driver was tested on the Keem Bay evaluation module board.
Changes since v2:
-Add a select in DT documentation to avoid matching with all nodes containing 'snps,dwmac'
-Rebased to 5.9-rc1

Changes since v1:
-Removed clocks maxItems property from DT bindings documentation
-Removed phy compatible strings from DT bindings documentation
====================

Signed-off-by: David S. Miller <davem@davemloft.net>