5f5890e2915f3c6392d591d7c176b020d494f6f3
[openwrt/staging/neocturne.git] /
1 From 9d7121f1d2faa0b50bf5b462adcd2dd91970c45e Mon Sep 17 00:00:00 2001
2 From: =?UTF-8?q?Rafa=C5=82=20Mi=C5=82ecki?= <rafal@milecki.pl>
3 Date: Sat, 20 May 2023 13:26:01 +0200
4 Subject: [PATCH] ARM: dts: BCM5301X: Use updated device "compatible" strings
5 MIME-Version: 1.0
6 Content-Type: text/plain; charset=UTF-8
7 Content-Transfer-Encoding: 8bit
8
9 Northstar binding was updated to use minus/hyphen char between model and
10 version for all devices.
11
12 Signed-off-by: Rafał Miłecki <rafal@milecki.pl>
13 Reviewed-by: Linus Walleij <linus.walleij@linaro.org>
14 Link: https://lore.kernel.org/r/20230520112601.11821-2-zajec5@gmail.com
15 Signed-off-by: Florian Fainelli <florian.fainelli@broadcom.com>
16 ---
17 arch/arm/boot/dts/bcm4708-luxul-xap-1510.dts | 2 +-
18 arch/arm/boot/dts/bcm4708-netgear-r6250.dts | 2 +-
19 arch/arm/boot/dts/bcm4708-netgear-r6300-v2.dts | 2 +-
20 arch/arm/boot/dts/bcm47081-luxul-xap-1410.dts | 2 +-
21 arch/arm/boot/dts/bcm47081-luxul-xwr-1200.dts | 2 +-
22 arch/arm/boot/dts/bcm47094-luxul-xwr-3100.dts | 2 +-
23 6 files changed, 6 insertions(+), 6 deletions(-)
24
25 --- a/arch/arm/boot/dts/bcm4708-luxul-xap-1510.dts
26 +++ b/arch/arm/boot/dts/bcm4708-luxul-xap-1510.dts
27 @@ -8,7 +8,7 @@
28 #include "bcm4708.dtsi"
29
30 / {
31 - compatible = "luxul,xap-1510v1", "brcm,bcm4708";
32 + compatible = "luxul,xap-1510-v1", "brcm,bcm4708";
33 model = "Luxul XAP-1510 V1";
34
35 chosen {
36 --- a/arch/arm/boot/dts/bcm4708-netgear-r6250.dts
37 +++ b/arch/arm/boot/dts/bcm4708-netgear-r6250.dts
38 @@ -13,7 +13,7 @@
39 #include "bcm5301x-nand-cs0-bch8.dtsi"
40
41 / {
42 - compatible = "netgear,r6250v1", "brcm,bcm4708";
43 + compatible = "netgear,r6250-v1", "brcm,bcm4708";
44 model = "Netgear R6250 V1 (BCM4708)";
45
46 chosen {
47 --- a/arch/arm/boot/dts/bcm4708-netgear-r6300-v2.dts
48 +++ b/arch/arm/boot/dts/bcm4708-netgear-r6300-v2.dts
49 @@ -12,7 +12,7 @@
50 #include "bcm5301x-nand-cs0-bch8.dtsi"
51
52 / {
53 - compatible = "netgear,r6300v2", "brcm,bcm4708";
54 + compatible = "netgear,r6300-v2", "brcm,bcm4708";
55 model = "Netgear R6300 V2 (BCM4708)";
56
57 chosen {
58 --- a/arch/arm/boot/dts/bcm47081-luxul-xap-1410.dts
59 +++ b/arch/arm/boot/dts/bcm47081-luxul-xap-1410.dts
60 @@ -8,7 +8,7 @@
61 #include "bcm47081.dtsi"
62
63 / {
64 - compatible = "luxul,xap-1410v1", "brcm,bcm47081", "brcm,bcm4708";
65 + compatible = "luxul,xap-1410-v1", "brcm,bcm47081", "brcm,bcm4708";
66 model = "Luxul XAP-1410 V1";
67
68 chosen {
69 --- a/arch/arm/boot/dts/bcm47081-luxul-xwr-1200.dts
70 +++ b/arch/arm/boot/dts/bcm47081-luxul-xwr-1200.dts
71 @@ -9,7 +9,7 @@
72 #include "bcm5301x-nand-cs0-bch4.dtsi"
73
74 / {
75 - compatible = "luxul,xwr-1200v1", "brcm,bcm47081", "brcm,bcm4708";
76 + compatible = "luxul,xwr-1200-v1", "brcm,bcm47081", "brcm,bcm4708";
77 model = "Luxul XWR-1200 V1";
78
79 chosen {
80 --- a/arch/arm/boot/dts/bcm47094-luxul-xwr-3100.dts
81 +++ b/arch/arm/boot/dts/bcm47094-luxul-xwr-3100.dts
82 @@ -9,7 +9,7 @@
83 #include "bcm5301x-nand-cs0-bch4.dtsi"
84
85 / {
86 - compatible = "luxul,xwr-3100v1", "brcm,bcm47094", "brcm,bcm4708";
87 + compatible = "luxul,xwr-3100-v1", "brcm,bcm47094", "brcm,bcm4708";
88 model = "Luxul XWR-3100 V1";
89
90 chosen {