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

ARM: dts: NSP: add device names to compatible



Currently only the SoC type and platform are specified for all NSP
devices. This patch adds the device names.

Signed-off-by: default avatarMatthew Hagan <mnhagan88@gmail.com>
Signed-off-by: default avatarFlorian Fainelli <f.fainelli@gmail.com>
parent 6880fa6c
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -37,7 +37,7 @@

/ {
	model = "NorthStar Plus SVK (BCM958522ER)";
	compatible = "brcm,bcm58522", "brcm,nsp";
	compatible = "brcm,bcm958522er", "brcm,bcm58522", "brcm,nsp";

	chosen {
		stdout-path = "serial0:115200n8";
+1 −1
Original line number Diff line number Diff line
@@ -37,7 +37,7 @@

/ {
	model = "NorthStar Plus SVK (BCM958525ER)";
	compatible = "brcm,bcm58525", "brcm,nsp";
	compatible = "brcm,bcm958525er", "brcm,bcm58525", "brcm,nsp";

	chosen {
		stdout-path = "serial0:115200n8";
+1 −1
Original line number Diff line number Diff line
@@ -37,7 +37,7 @@

/ {
	model = "NorthStar Plus XMC (BCM958525xmc)";
	compatible = "brcm,bcm58525", "brcm,nsp";
	compatible = "brcm,bcm958525xmc", "brcm,bcm58525", "brcm,nsp";

	chosen {
		stdout-path = "serial0:115200n8";
+1 −1
Original line number Diff line number Diff line
@@ -37,7 +37,7 @@

/ {
	model = "NorthStar Plus SVK (BCM958622HR)";
	compatible = "brcm,bcm58622", "brcm,nsp";
	compatible = "brcm,bcm958622hr", "brcm,bcm58622", "brcm,nsp";

	chosen {
		stdout-path = "serial0:115200n8";
+1 −1
Original line number Diff line number Diff line
@@ -37,7 +37,7 @@

/ {
	model = "NorthStar Plus SVK (BCM958625HR)";
	compatible = "brcm,bcm58625", "brcm,nsp";
	compatible = "brcm,bcm958625hr", "brcm,bcm58625", "brcm,nsp";

	chosen {
		stdout-path = "serial0:115200n8";
Loading