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)
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>

Trivial merge