We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6ec69fd commit 98d2a6fCopy full SHA for 98d2a6f
drivers/net/dsa/mxl862xx/mxl862xx.c
@@ -4021,8 +4021,8 @@ static const struct mxl862xx_hw_info mxl86252_data = {
4021
};
4022
4023
static const struct of_device_id mxl862xx_of_match[] = {
4024
- { .compatible = "mxl,86282", .data = &mxl86282_data },
4025
- { .compatible = "mxl,86252", .data = &mxl86252_data },
+ { .compatible = "maxlinear,mxl86282", .data = &mxl86282_data },
+ { .compatible = "maxlinear,mxl86252", .data = &mxl86252_data },
4026
{ /* sentinel */ },
4027
4028
0 commit comments