diff options
author | Adrian Schmutzler <freifunk@adrianschmutzler.de> | 2019-12-30 23:12:53 +0100 |
---|---|---|
committer | Adrian Schmutzler <freifunk@adrianschmutzler.de> | 2020-02-08 18:48:06 +0100 |
commit | d0e8e6db6b22b893da2f3a2cbe84adb753cb3303 (patch) | |
tree | e735644cb3e2d137151ad2d2ab9e901831d36ba5 /target/linux/brcm63xx/dts/bcm6348-bt-voyager-2500v-bb.dts | |
parent | 0a3350d908ec466206f58b9e6b300c49e4fb3b13 (diff) | |
download | upstream-d0e8e6db6b22b893da2f3a2cbe84adb753cb3303.tar.gz upstream-d0e8e6db6b22b893da2f3a2cbe84adb753cb3303.tar.bz2 upstream-d0e8e6db6b22b893da2f3a2cbe84adb753cb3303.zip |
brcm63xx: align DTS model with Makefile and compatible
Since the model string in DTS is not required to derive board name
anymore, we can now align it with the model name in Makefile and
the compatible.
Signed-off-by: Adrian Schmutzler <freifunk@adrianschmutzler.de>
Diffstat (limited to 'target/linux/brcm63xx/dts/bcm6348-bt-voyager-2500v-bb.dts')
-rw-r--r-- | target/linux/brcm63xx/dts/bcm6348-bt-voyager-2500v-bb.dts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/target/linux/brcm63xx/dts/bcm6348-bt-voyager-2500v-bb.dts b/target/linux/brcm63xx/dts/bcm6348-bt-voyager-2500v-bb.dts index a77362f2f6..0975cffd65 100644 --- a/target/linux/brcm63xx/dts/bcm6348-bt-voyager-2500v-bb.dts +++ b/target/linux/brcm63xx/dts/bcm6348-bt-voyager-2500v-bb.dts @@ -5,7 +5,7 @@ #include <dt-bindings/input/input.h> / { - model = "BT Voyager V2500V"; + model = "BT Voyager 2500V"; compatible = "bt,voyager-2500v-bb", "brcm,bcm6348"; chosen { |