aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm/boot/dts/bcm958623hr.dts
diff options
context:
space:
mode:
authorMatthew Hagan <mnhagan88@gmail.com>2021-08-29 22:37:47 +0000
committerFlorian Fainelli <f.fainelli@gmail.com>2021-09-14 14:34:55 -0700
commit695717eb4c61173d05a277e37132b5e2c6531bf1 (patch)
tree27d6afb04516546d1ed9779d53b0d1456f9eb681 /arch/arm/boot/dts/bcm958623hr.dts
parentARM: dts: BCM5301X: Fix memory nodes names (diff)
downloadlinux-dev-695717eb4c61173d05a277e37132b5e2c6531bf1.tar.xz
linux-dev-695717eb4c61173d05a277e37132b5e2c6531bf1.zip
ARM: dts: NSP: Add bcm958623hr board name to dts
This board was previously added to Documentation/devicetree/bindings/arm/bcm/brcm,nsp.yaml however the dts file was not updated to reflect this change. This patch corrects bcm958623hr.dts by adding the board name to the compatible. Signed-off-by: Matthew Hagan <mnhagan88@gmail.com> Signed-off-by: Florian Fainelli <f.fainelli@gmail.com>
Diffstat (limited to 'arch/arm/boot/dts/bcm958623hr.dts')
-rw-r--r--arch/arm/boot/dts/bcm958623hr.dts2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/boot/dts/bcm958623hr.dts b/arch/arm/boot/dts/bcm958623hr.dts
index 80556882951f..c06871915a1c 100644
--- a/arch/arm/boot/dts/bcm958623hr.dts
+++ b/arch/arm/boot/dts/bcm958623hr.dts
@@ -37,7 +37,7 @@
/ {
model = "NorthStar Plus SVK (BCM958623HR)";
- compatible = "brcm,bcm58623", "brcm,nsp";
+ compatible = "brcm,bcm958623hr", "brcm,bcm58623", "brcm,nsp";
chosen {
stdout-path = "serial0:115200n8";