bcm53xx: update DTS files with the latest changes
[openwrt/openwrt.git] / target / linux / bcm53xx / patches-5.10 / 033-v5.15-0001-ARM-dts-NSP-add-device-names-to-compatible.patch
1 From 465078bfdf5271601f098450ae2fc974865c59fd Mon Sep 17 00:00:00 2001
2 From: Matthew Hagan <mnhagan88@gmail.com>
3 Date: Thu, 10 Jun 2021 21:35:10 +0100
4 Subject: [PATCH] ARM: dts: NSP: add device names to compatible
5
6 Currently only the SoC type and platform are specified for all NSP
7 devices. This patch adds the device names.
8
9 Signed-off-by: Matthew Hagan <mnhagan88@gmail.com>
10 Signed-off-by: Florian Fainelli <f.fainelli@gmail.com>
11 ---
12 arch/arm/boot/dts/bcm958522er.dts | 2 +-
13 arch/arm/boot/dts/bcm958525er.dts | 2 +-
14 arch/arm/boot/dts/bcm958525xmc.dts | 2 +-
15 arch/arm/boot/dts/bcm958622hr.dts | 2 +-
16 arch/arm/boot/dts/bcm958625hr.dts | 2 +-
17 arch/arm/boot/dts/bcm958625k.dts | 2 +-
18 arch/arm/boot/dts/bcm988312hr.dts | 2 +-
19 7 files changed, 7 insertions(+), 7 deletions(-)
20
21 --- a/arch/arm/boot/dts/bcm958522er.dts
22 +++ b/arch/arm/boot/dts/bcm958522er.dts
23 @@ -37,7 +37,7 @@
24
25 / {
26 model = "NorthStar Plus SVK (BCM958522ER)";
27 - compatible = "brcm,bcm58522", "brcm,nsp";
28 + compatible = "brcm,bcm958522er", "brcm,bcm58522", "brcm,nsp";
29
30 chosen {
31 stdout-path = "serial0:115200n8";
32 --- a/arch/arm/boot/dts/bcm958525er.dts
33 +++ b/arch/arm/boot/dts/bcm958525er.dts
34 @@ -37,7 +37,7 @@
35
36 / {
37 model = "NorthStar Plus SVK (BCM958525ER)";
38 - compatible = "brcm,bcm58525", "brcm,nsp";
39 + compatible = "brcm,bcm958525er", "brcm,bcm58525", "brcm,nsp";
40
41 chosen {
42 stdout-path = "serial0:115200n8";
43 --- a/arch/arm/boot/dts/bcm958525xmc.dts
44 +++ b/arch/arm/boot/dts/bcm958525xmc.dts
45 @@ -37,7 +37,7 @@
46
47 / {
48 model = "NorthStar Plus XMC (BCM958525xmc)";
49 - compatible = "brcm,bcm58525", "brcm,nsp";
50 + compatible = "brcm,bcm958525xmc", "brcm,bcm58525", "brcm,nsp";
51
52 chosen {
53 stdout-path = "serial0:115200n8";
54 --- a/arch/arm/boot/dts/bcm958622hr.dts
55 +++ b/arch/arm/boot/dts/bcm958622hr.dts
56 @@ -37,7 +37,7 @@
57
58 / {
59 model = "NorthStar Plus SVK (BCM958622HR)";
60 - compatible = "brcm,bcm58622", "brcm,nsp";
61 + compatible = "brcm,bcm958622hr", "brcm,bcm58622", "brcm,nsp";
62
63 chosen {
64 stdout-path = "serial0:115200n8";
65 --- a/arch/arm/boot/dts/bcm958625hr.dts
66 +++ b/arch/arm/boot/dts/bcm958625hr.dts
67 @@ -37,7 +37,7 @@
68
69 / {
70 model = "NorthStar Plus SVK (BCM958625HR)";
71 - compatible = "brcm,bcm58625", "brcm,nsp";
72 + compatible = "brcm,bcm958625hr", "brcm,bcm58625", "brcm,nsp";
73
74 chosen {
75 stdout-path = "serial0:115200n8";
76 --- a/arch/arm/boot/dts/bcm958625k.dts
77 +++ b/arch/arm/boot/dts/bcm958625k.dts
78 @@ -36,7 +36,7 @@
79
80 / {
81 model = "NorthStar Plus SVK (BCM958625K)";
82 - compatible = "brcm,bcm58625", "brcm,nsp";
83 + compatible = "brcm,bcm958625k", "brcm,bcm58625", "brcm,nsp";
84
85 chosen {
86 stdout-path = "serial0:115200n8";
87 --- a/arch/arm/boot/dts/bcm988312hr.dts
88 +++ b/arch/arm/boot/dts/bcm988312hr.dts
89 @@ -37,7 +37,7 @@
90
91 / {
92 model = "NorthStar Plus SVK (BCM988312HR)";
93 - compatible = "brcm,bcm88312", "brcm,nsp";
94 + compatible = "brcm,bcm988312hr", "brcm,bcm88312", "brcm,nsp";
95
96 chosen {
97 stdout-path = "serial0:115200n8";