Skip to content

Commit 9d7121f

Browse files
Rafał Miłeckiffainelli
authored andcommitted
ARM: dts: BCM5301X: Use updated device "compatible" strings
Northstar binding was updated to use minus/hyphen char between model and version for all devices. Signed-off-by: Rafał Miłecki <rafal@milecki.pl> Reviewed-by: Linus Walleij <linus.walleij@linaro.org> Link: https://lore.kernel.org/r/20230520112601.11821-2-zajec5@gmail.com Signed-off-by: Florian Fainelli <florian.fainelli@broadcom.com>
1 parent 42d5b30 commit 9d7121f

6 files changed

Lines changed: 6 additions & 6 deletions

arch/arm/boot/dts/bcm4708-luxul-xap-1510.dts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
#include "bcm4708.dtsi"
99

1010
/ {
11-
compatible = "luxul,xap-1510v1", "brcm,bcm4708";
11+
compatible = "luxul,xap-1510-v1", "brcm,bcm4708";
1212
model = "Luxul XAP-1510 V1";
1313

1414
chosen {

arch/arm/boot/dts/bcm4708-netgear-r6250.dts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
#include "bcm5301x-nand-cs0-bch8.dtsi"
1414

1515
/ {
16-
compatible = "netgear,r6250v1", "brcm,bcm4708";
16+
compatible = "netgear,r6250-v1", "brcm,bcm4708";
1717
model = "Netgear R6250 V1 (BCM4708)";
1818

1919
chosen {

arch/arm/boot/dts/bcm4708-netgear-r6300-v2.dts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
#include "bcm5301x-nand-cs0-bch8.dtsi"
1313

1414
/ {
15-
compatible = "netgear,r6300v2", "brcm,bcm4708";
15+
compatible = "netgear,r6300-v2", "brcm,bcm4708";
1616
model = "Netgear R6300 V2 (BCM4708)";
1717

1818
chosen {

arch/arm/boot/dts/bcm47081-luxul-xap-1410.dts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
#include "bcm47081.dtsi"
99

1010
/ {
11-
compatible = "luxul,xap-1410v1", "brcm,bcm47081", "brcm,bcm4708";
11+
compatible = "luxul,xap-1410-v1", "brcm,bcm47081", "brcm,bcm4708";
1212
model = "Luxul XAP-1410 V1";
1313

1414
chosen {

arch/arm/boot/dts/bcm47081-luxul-xwr-1200.dts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
#include "bcm5301x-nand-cs0-bch4.dtsi"
1010

1111
/ {
12-
compatible = "luxul,xwr-1200v1", "brcm,bcm47081", "brcm,bcm4708";
12+
compatible = "luxul,xwr-1200-v1", "brcm,bcm47081", "brcm,bcm4708";
1313
model = "Luxul XWR-1200 V1";
1414

1515
chosen {

arch/arm/boot/dts/bcm47094-luxul-xwr-3100.dts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
#include "bcm5301x-nand-cs0-bch4.dtsi"
1010

1111
/ {
12-
compatible = "luxul,xwr-3100v1", "brcm,bcm47094", "brcm,bcm4708";
12+
compatible = "luxul,xwr-3100-v1", "brcm,bcm47094", "brcm,bcm4708";
1313
model = "Luxul XWR-3100 V1";
1414

1515
chosen {

0 commit comments

Comments
 (0)