bcm53xx: remove BROKEN flag from Asus RT-AC88U
[openwrt/openwrt.git] / target / linux / bcm53xx / patches-5.10 / 033-v5.16-0013-ARM-dts-NSP-Add-bcm958623hr-board-name-to-dts.patch
1 From 695717eb4c61173d05a277e37132b5e2c6531bf1 Mon Sep 17 00:00:00 2001
2 From: Matthew Hagan <mnhagan88@gmail.com>
3 Date: Sun, 29 Aug 2021 22:37:47 +0000
4 Subject: [PATCH] ARM: dts: NSP: Add bcm958623hr board name to dts
5
6 This board was previously added to
7 Documentation/devicetree/bindings/arm/bcm/brcm,nsp.yaml
8 however the dts file was not updated to reflect this change. This patch
9 corrects bcm958623hr.dts by adding the board name to the compatible.
10
11 Signed-off-by: Matthew Hagan <mnhagan88@gmail.com>
12 Signed-off-by: Florian Fainelli <f.fainelli@gmail.com>
13 ---
14 arch/arm/boot/dts/bcm958623hr.dts | 2 +-
15 1 file changed, 1 insertion(+), 1 deletion(-)
16
17 --- a/arch/arm/boot/dts/bcm958623hr.dts
18 +++ b/arch/arm/boot/dts/bcm958623hr.dts
19 @@ -37,7 +37,7 @@
20
21 / {
22 model = "NorthStar Plus SVK (BCM958623HR)";
23 - compatible = "brcm,bcm58623", "brcm,nsp";
24 + compatible = "brcm,bcm958623hr", "brcm,bcm58623", "brcm,nsp";
25
26 chosen {
27 stdout-path = "serial0:115200n8";