diff options
author | Matthew Hagan <mnhagan88@gmail.com> | 2021-06-10 21:35:10 +0100 |
---|---|---|
committer | Florian Fainelli <f.fainelli@gmail.com> | 2021-09-14 14:34:45 -0700 |
commit | e5a8339e13fb7de2d958c9c8f6b310d21e99a4b7 (patch) | |
tree | 66f7010d6775830a647d951aeb55fd8c6754629d /arch/arm/boot/dts/bcm958625hr.dts | |
parent | 6880fa6c56601bb8ed59df6c30fd390cc5f6dd8f (diff) | |
download | linux-e5a8339e13fb7de2d958c9c8f6b310d21e99a4b7.tar.gz linux-e5a8339e13fb7de2d958c9c8f6b310d21e99a4b7.tar.bz2 linux-e5a8339e13fb7de2d958c9c8f6b310d21e99a4b7.zip |
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/bcm958625hr.dts')
-rw-r--r-- | arch/arm/boot/dts/bcm958625hr.dts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/boot/dts/bcm958625hr.dts b/arch/arm/boot/dts/bcm958625hr.dts index 0f92b773afb8..0b72541a2a96 100644 --- a/arch/arm/boot/dts/bcm958625hr.dts +++ b/arch/arm/boot/dts/bcm958625hr.dts @@ -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"; |