Merge branch 'add-support-for-synopsis-designware-version-3-72a'
Lothar Rubusch says: ==================== Add support for Synopsis DesignWare version 3.72a Add compatibility and dt-binding for Synopsis DesignWare version 3.72a. The dwmac is used on some older Altera/Intel SoCs such as Arria10. Updating compatibles in the driver and bindings for the DT improves the binding check coverage for such SoCs. ==================== Link: https://patch.msgid.link/20241102114122.4631-1-l.rubusch@gmail.com Signed-off-by: Jakub Kicinski <kuba@kernel.org>
This commit is contained in:
@@ -26,6 +26,7 @@ select:
|
||||
- snps,dwmac-3.610
|
||||
- snps,dwmac-3.70a
|
||||
- snps,dwmac-3.710
|
||||
- snps,dwmac-3.72a
|
||||
- snps,dwmac-4.00
|
||||
- snps,dwmac-4.10a
|
||||
- snps,dwmac-4.20a
|
||||
@@ -90,6 +91,7 @@ properties:
|
||||
- snps,dwmac-3.610
|
||||
- snps,dwmac-3.70a
|
||||
- snps,dwmac-3.710
|
||||
- snps,dwmac-3.72a
|
||||
- snps,dwmac-4.00
|
||||
- snps,dwmac-4.10a
|
||||
- snps,dwmac-4.20a
|
||||
|
||||
@@ -56,6 +56,7 @@ static const struct of_device_id dwmac_generic_match[] = {
|
||||
{ .compatible = "snps,dwmac-3.610"},
|
||||
{ .compatible = "snps,dwmac-3.70a"},
|
||||
{ .compatible = "snps,dwmac-3.710"},
|
||||
{ .compatible = "snps,dwmac-3.72a"},
|
||||
{ .compatible = "snps,dwmac-4.00"},
|
||||
{ .compatible = "snps,dwmac-4.10a"},
|
||||
{ .compatible = "snps,dwmac"},
|
||||
|
||||
@@ -522,6 +522,7 @@ stmmac_probe_config_dt(struct platform_device *pdev, u8 *mac)
|
||||
if (of_device_is_compatible(np, "st,spear600-gmac") ||
|
||||
of_device_is_compatible(np, "snps,dwmac-3.50a") ||
|
||||
of_device_is_compatible(np, "snps,dwmac-3.70a") ||
|
||||
of_device_is_compatible(np, "snps,dwmac-3.72a") ||
|
||||
of_device_is_compatible(np, "snps,dwmac")) {
|
||||
/* Note that the max-frame-size parameter as defined in the
|
||||
* ePAPR v1.1 spec is defined as max-frame-size, it's
|
||||
|
||||
Reference in New Issue
Block a user