kernel: bump 5.10 to 5.10.113
[openwrt/staging/mkresin.git] / target / linux / at91 / patches-5.10 / 119-net-macb-add-support-for-sama7g5-gem-interface.patch
index 3e1d12da7e6ff74c12c8dc982500dcb2f7c298a6..64abd3d6c0fcca022e867271d62b74d15783e9aa 100644 (file)
@@ -14,7 +14,7 @@ Signed-off-by: David S. Miller <davem@davemloft.net>
 
 --- a/drivers/net/ethernet/cadence/macb_main.c
 +++ b/drivers/net/ethernet/cadence/macb_main.c
-@@ -4382,6 +4382,14 @@ static const struct macb_usrio_config ma
+@@ -4390,6 +4390,14 @@ static const struct macb_usrio_config ma
        .refclk = MACB_BIT(CLKEN),
  };
  
@@ -29,7 +29,7 @@ Signed-off-by: David S. Miller <davem@davemloft.net>
  static const struct macb_config fu540_c000_config = {
        .caps = MACB_CAPS_GIGABIT_MODE_AVAILABLE | MACB_CAPS_JUMBO |
                MACB_CAPS_GEM_HAS_PTP,
-@@ -4475,6 +4483,14 @@ static const struct macb_config zynq_con
+@@ -4483,6 +4491,14 @@ static const struct macb_config zynq_con
        .usrio = &macb_default_usrio,
  };
  
@@ -44,7 +44,7 @@ Signed-off-by: David S. Miller <davem@davemloft.net>
  static const struct of_device_id macb_dt_ids[] = {
        { .compatible = "cdns,at32ap7000-macb" },
        { .compatible = "cdns,at91sam9260-macb", .data = &at91sam9260_config },
-@@ -4492,6 +4508,7 @@ static const struct of_device_id macb_dt
+@@ -4500,6 +4516,7 @@ static const struct of_device_id macb_dt
        { .compatible = "cdns,zynqmp-gem", .data = &zynqmp_config},
        { .compatible = "cdns,zynq-gem", .data = &zynq_config },
        { .compatible = "sifive,fu540-c000-gem", .data = &fu540_c000_config },