Skip to content

Commit ad4540c

Browse files
mriparddavem330
authored andcommitted
net: stmmac: sun8i: Remove the compatibles
Since the bindings have been controversial, and we follow the DT stable ABI rule, we shouldn't let a driver with a DT binding that might change slip through in a stable release. Remove the compatibles to make sure the driver will not probe and no-one will start using the binding currently implemented. This commit will obviously need to be reverted in due time. Signed-off-by: Maxime Ripard <[email protected]> Signed-off-by: David S. Miller <[email protected]>
1 parent c73c8a8 commit ad4540c

File tree

1 file changed

+0
-8
lines changed

1 file changed

+0
-8
lines changed

drivers/net/ethernet/stmicro/stmmac/dwmac-sun8i.c

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -979,14 +979,6 @@ static int sun8i_dwmac_probe(struct platform_device *pdev)
979979
}
980980

981981
static const struct of_device_id sun8i_dwmac_match[] = {
982-
{ .compatible = "allwinner,sun8i-h3-emac",
983-
.data = &emac_variant_h3 },
984-
{ .compatible = "allwinner,sun8i-v3s-emac",
985-
.data = &emac_variant_v3s },
986-
{ .compatible = "allwinner,sun8i-a83t-emac",
987-
.data = &emac_variant_a83t },
988-
{ .compatible = "allwinner,sun50i-a64-emac",
989-
.data = &emac_variant_a64 },
990982
{ }
991983
};
992984
MODULE_DEVICE_TABLE(of, sun8i_dwmac_match);

0 commit comments

Comments
 (0)