Skip to content

Commit a8a5ff7

Browse files
committed
net: dsa: / arm64: dts: change compatible for mxl switch to follow upstream
1 parent 99760f8 commit a8a5ff7

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

arch/arm64/boot/dts/mediatek/mt7988a-bananapi-bpi-r4-pro.dtsi

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -396,7 +396,7 @@
396396
clock-frequency = <12500000>;
397397

398398
switch16: switch@16 {
399-
compatible = "mxl,86252";
399+
compatible = "maxlinear,mxl86252";
400400
reg = <16>;
401401
dsa,member = <0 0>;
402402
status = "okay";

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)