All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] net: ravb: Drop SoC-specific compatible support
@ 2023-01-26 20:10 Marek Vasut
  2023-02-04  0:39 ` Ramon Fried
  0 siblings, 1 reply; 2+ messages in thread
From: Marek Vasut @ 2023-01-26 20:10 UTC (permalink / raw)
  To: u-boot; +Cc: aford173, Marek Vasut

The current set of U-Boot upstream R-Car Gen3 DTs all contain generic
"renesas,etheravb-rcar-gen3" compatible strings, drop the SoC specific
compatible string support from U-Boot to reduce size and duplication.

Signed-off-by: Marek Vasut <marek.vasut+renesas@mailbox.org>
---
 drivers/net/ravb.c | 6 ------
 1 file changed, 6 deletions(-)

diff --git a/drivers/net/ravb.c b/drivers/net/ravb.c
index c28680565fc..5a835cc06ff 100644
--- a/drivers/net/ravb.c
+++ b/drivers/net/ravb.c
@@ -693,12 +693,6 @@ int ravb_of_to_plat(struct udevice *dev)
 }
 
 static const struct udevice_id ravb_ids[] = {
-	{ .compatible = "renesas,etheravb-r8a7795" },
-	{ .compatible = "renesas,etheravb-r8a7796" },
-	{ .compatible = "renesas,etheravb-r8a77965" },
-	{ .compatible = "renesas,etheravb-r8a77970" },
-	{ .compatible = "renesas,etheravb-r8a77990" },
-	{ .compatible = "renesas,etheravb-r8a77995" },
 	{ .compatible = "renesas,etheravb-rcar-gen3" },
 	{ }
 };
-- 
2.39.0


^ permalink raw reply related	[flat|nested] 2+ messages in thread

* Re: [PATCH] net: ravb: Drop SoC-specific compatible support
  2023-01-26 20:10 [PATCH] net: ravb: Drop SoC-specific compatible support Marek Vasut
@ 2023-02-04  0:39 ` Ramon Fried
  0 siblings, 0 replies; 2+ messages in thread
From: Ramon Fried @ 2023-02-04  0:39 UTC (permalink / raw)
  To: Marek Vasut; +Cc: u-boot, aford173

On Thu, Jan 26, 2023 at 10:17 PM Marek Vasut
<marek.vasut+renesas@mailbox.org> wrote:
>
> The current set of U-Boot upstream R-Car Gen3 DTs all contain generic
> "renesas,etheravb-rcar-gen3" compatible strings, drop the SoC specific
> compatible string support from U-Boot to reduce size and duplication.
>
> Signed-off-by: Marek Vasut <marek.vasut+renesas@mailbox.org>
> ---
>  drivers/net/ravb.c | 6 ------
>  1 file changed, 6 deletions(-)
>
> diff --git a/drivers/net/ravb.c b/drivers/net/ravb.c
> index c28680565fc..5a835cc06ff 100644
> --- a/drivers/net/ravb.c
> +++ b/drivers/net/ravb.c
> @@ -693,12 +693,6 @@ int ravb_of_to_plat(struct udevice *dev)
>  }
>
>  static const struct udevice_id ravb_ids[] = {
> -       { .compatible = "renesas,etheravb-r8a7795" },
> -       { .compatible = "renesas,etheravb-r8a7796" },
> -       { .compatible = "renesas,etheravb-r8a77965" },
> -       { .compatible = "renesas,etheravb-r8a77970" },
> -       { .compatible = "renesas,etheravb-r8a77990" },
> -       { .compatible = "renesas,etheravb-r8a77995" },
>         { .compatible = "renesas,etheravb-rcar-gen3" },
>         { }
>  };
> --
> 2.39.0
>
Reviewed-by: Ramon Fried <rfried.dev@gmail.com>

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2023-02-04  0:39 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-01-26 20:10 [PATCH] net: ravb: Drop SoC-specific compatible support Marek Vasut
2023-02-04  0:39 ` Ramon Fried

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.