Skip to content

Commit 98d2a6f

Browse files
committed
net: dsa: change compatible for mxl switch to follow upstream
1 parent 6ec69fd commit 98d2a6f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

drivers/net/dsa/mxl862xx/mxl862xx.c

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4021,8 +4021,8 @@ static const struct mxl862xx_hw_info mxl86252_data = {
40214021
};
40224022

40234023
static const struct of_device_id mxl862xx_of_match[] = {
4024-
{ .compatible = "mxl,86282", .data = &mxl86282_data },
4025-
{ .compatible = "mxl,86252", .data = &mxl86252_data },
4024+
{ .compatible = "maxlinear,mxl86282", .data = &mxl86282_data },
4025+
{ .compatible = "maxlinear,mxl86252", .data = &mxl86252_data },
40264026
{ /* sentinel */ },
40274027
};
40284028

0 commit comments

Comments
 (0)