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
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.
11 Signed-off-by: Matthew Hagan <mnhagan88@gmail.com>
12 Signed-off-by: Florian Fainelli <f.fainelli@gmail.com>
14 arch/arm/boot/dts/bcm958623hr.dts | 2 +-
15 1 file changed, 1 insertion(+), 1 deletion(-)
17 --- a/arch/arm/boot/dts/bcm958623hr.dts
18 +++ b/arch/arm/boot/dts/bcm958623hr.dts
22 model = "NorthStar Plus SVK (BCM958623HR)";
23 - compatible = "brcm,bcm58623", "brcm,nsp";
24 + compatible = "brcm,bcm958623hr", "brcm,bcm58623", "brcm,nsp";
27 stdout-path = "serial0:115200n8";