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/bcm6328-sagem-fast-2704-v2.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/bcm6328-sagem-fast-2704-v2.dts')
-rw-r--r-- | target/linux/brcm63xx/dts/bcm6328-sagem-fast-2704-v2.dts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/target/linux/brcm63xx/dts/bcm6328-sagem-fast-2704-v2.dts b/target/linux/brcm63xx/dts/bcm6328-sagem-fast-2704-v2.dts index 1fe0d44810..d00d8fb4e5 100644 --- a/target/linux/brcm63xx/dts/bcm6328-sagem-fast-2704-v2.dts +++ b/target/linux/brcm63xx/dts/bcm6328-sagem-fast-2704-v2.dts @@ -5,7 +5,7 @@ #include <dt-bindings/input/input.h> / { - model = "Sagem F@ST2704V2"; + model = "Sagem F@st 2704 V2"; compatible = "sagem,fast-2704-v2", "brcm,bcm6328"; chosen { |