Commit 695717eb authored by Matthew Hagan's avatar Matthew Hagan Committed by Florian Fainelli
Browse files

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: default avatarMatthew Hagan <mnhagan88@gmail.com>
Signed-off-by: default avatarFlorian Fainelli <f.fainelli@gmail.com>
parent c5e1df32
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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";