X-Git-Url: http://git.openwrt.org/?a=blobdiff_plain;f=target%2Flinux%2Fat91%2Fpatches-5.10%2F119-net-macb-add-support-for-sama7g5-gem-interface.patch;fp=target%2Flinux%2Fat91%2Fpatches-5.10%2F119-net-macb-add-support-for-sama7g5-gem-interface.patch;h=1bc648842cac457a83b5702ed0ced82e36af40d2;hb=50324b949b91cfb70ced3869b09b895e45a5ae37;hp=64abd3d6c0fcca022e867271d62b74d15783e9aa;hpb=59fe39f6fcf1407a53ec54cb54d1e27dfa0beca5;p=openwrt%2Fstaging%2Fwigyori.git diff --git a/target/linux/at91/patches-5.10/119-net-macb-add-support-for-sama7g5-gem-interface.patch b/target/linux/at91/patches-5.10/119-net-macb-add-support-for-sama7g5-gem-interface.patch index 64abd3d6c0..1bc648842c 100644 --- a/target/linux/at91/patches-5.10/119-net-macb-add-support-for-sama7g5-gem-interface.patch +++ b/target/linux/at91/patches-5.10/119-net-macb-add-support-for-sama7g5-gem-interface.patch @@ -14,7 +14,7 @@ Signed-off-by: David S. Miller --- a/drivers/net/ethernet/cadence/macb_main.c +++ b/drivers/net/ethernet/cadence/macb_main.c -@@ -4390,6 +4390,14 @@ static const struct macb_usrio_config ma +@@ -4383,6 +4383,14 @@ static const struct macb_usrio_config ma .refclk = MACB_BIT(CLKEN), }; @@ -29,7 +29,7 @@ Signed-off-by: David S. Miller static const struct macb_config fu540_c000_config = { .caps = MACB_CAPS_GIGABIT_MODE_AVAILABLE | MACB_CAPS_JUMBO | MACB_CAPS_GEM_HAS_PTP, -@@ -4483,6 +4491,14 @@ static const struct macb_config zynq_con +@@ -4476,6 +4484,14 @@ static const struct macb_config zynq_con .usrio = &macb_default_usrio, }; @@ -44,7 +44,7 @@ Signed-off-by: David S. Miller static const struct of_device_id macb_dt_ids[] = { { .compatible = "cdns,at32ap7000-macb" }, { .compatible = "cdns,at91sam9260-macb", .data = &at91sam9260_config }, -@@ -4500,6 +4516,7 @@ static const struct of_device_id macb_dt +@@ -4493,6 +4509,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 },