diff options
| author | Marek Vasut <[email protected]> | 2023-01-26 21:10:48 +0100 |
|---|---|---|
| committer | Marek Vasut <[email protected]> | 2023-02-02 01:49:21 +0100 |
| commit | 1006b33b3a612acbaa66970f3bb8817216fc854e (patch) | |
| tree | 8898198aeb62204fd0987aba21790bbc6638c261 /drivers | |
| parent | 92ddeb45c069b02ddea67bac6d2ad27d171651f9 (diff) | |
net: ravb: Drop SoC-specific compatible support
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 <[email protected]>
Diffstat (limited to 'drivers')
| -rw-r--r-- | drivers/net/ravb.c | 6 |
1 files changed, 0 insertions, 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" }, { } }; |
