summaryrefslogtreecommitdiffstats
path: root/arch/arm/boot/dts/bcm958625k.dts
diff options
context:
space:
mode:
authorMatthew Hagan <mnhagan88@gmail.com>2021-06-10 21:35:10 +0100
committerFlorian Fainelli <f.fainelli@gmail.com>2021-09-14 14:34:45 -0700
commite5a8339e13fb7de2d958c9c8f6b310d21e99a4b7 (patch)
tree66f7010d6775830a647d951aeb55fd8c6754629d /arch/arm/boot/dts/bcm958625k.dts
parent6880fa6c56601bb8ed59df6c30fd390cc5f6dd8f (diff)
downloadlinux-e5a8339e13fb7de2d958c9c8f6b310d21e99a4b7.tar.bz2
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: Matthew Hagan <mnhagan88@gmail.com> Signed-off-by: Florian Fainelli <f.fainelli@gmail.com>
Diffstat (limited to 'arch/arm/boot/dts/bcm958625k.dts')
-rw-r--r--arch/arm/boot/dts/bcm958625k.dts2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/boot/dts/bcm958625k.dts b/arch/arm/boot/dts/bcm958625k.dts
index 9e984ca0e6df..b32ef35032a1 100644
--- a/arch/arm/boot/dts/bcm958625k.dts
+++ b/arch/arm/boot/dts/bcm958625k.dts
@@ -36,7 +36,7 @@
/ {
model = "NorthStar Plus SVK (BCM958625K)";
- compatible = "brcm,bcm58625", "brcm,nsp";
+ compatible = "brcm,bcm958625k", "brcm,bcm58625", "brcm,nsp";
chosen {
stdout-path = "serial0:115200n8";