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>
master
Adrian Schmutzler 4 years ago
parent 0a3350d908
commit d0e8e6db6b

@ -5,7 +5,7 @@
#include <dt-bindings/input/input.h>
/ {
model = "Sagem F@ST2704N";
model = "Sagem F@st 2704N";
compatible = "sagem,fast-2704n", "brcm,bcm6318";
chosen {

@ -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 {

@ -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 {

@ -5,7 +5,7 @@
#include <dt-bindings/input/input.h>
/ {
model = "Sagem F@ST2404";
model = "Sagem F@st 2404";
compatible = "sagem,fast-2404", "brcm,bcm6348";
chosen {

@ -5,7 +5,7 @@
#include <dt-bindings/input/input.h>
/ {
model = "Sagem F@ST2604";
model = "Sagem F@st 2604";
compatible = "sagem,fast-2604", "brcm,bcm6348";
chosen {

@ -5,7 +5,7 @@
#include <dt-bindings/input/input.h>
/ {
model = "T-Com Speedport W500 V";
model = "T-Com Speedport W 500V";
compatible = "t-com,speedport-w-500v", "brcm,bcm6348";
chosen {

@ -5,7 +5,7 @@
#include <dt-bindings/input/input.h>
/ {
model = "USRobotics 9108";
model = "USRobotics USR9108";
compatible = "usrobotics,usr9108", "brcm,bcm6348";
chosen {

@ -5,7 +5,7 @@
#include <dt-bindings/input/input.h>
/ {
model = "SFR Neuf Box 4 (Foxconn)";
model = "SFR Neufbox 4 (Foxconn)";
compatible = "sfr,neufbox-4-foxconn-r1", "brcm,bcm6358";
chosen {

@ -5,7 +5,7 @@
#include <dt-bindings/input/input.h>
/ {
model = "SFR Neuf Box 4 (Sercomm)";
model = "SFR Neufbox 4 (Sercomm)";
compatible = "sfr,neufbox-4-sercomm-r0", "brcm,bcm6358";
chosen {

@ -5,7 +5,7 @@
#include <dt-bindings/input/input.h>
/ {
model = "T-Com Speedport W303 V";
model = "T-Com Speedport W 303V";
compatible = "t-com,speedport-w-303v", "brcm,bcm6358";
chosen {

@ -5,7 +5,7 @@
#include <dt-bindings/input/input.h>
/ {
model = "Sagem F@ST2504n";
model = "Sagem F@st 2504N";
compatible = "sagem,fast-2504n", "brcm,bcm6362";
chosen {

@ -5,7 +5,7 @@
#include <dt-bindings/input/input.h>
/ {
model = "SFR neufbox 6 (Sercomm)";
model = "SFR Neufbox 6 (Sercomm)";
compatible = "sfr,neufbox-6-sercomm-r0", "brcm,bcm6362";
chosen {

@ -5,7 +5,7 @@
#include <dt-bindings/input/input.h>
/ {
model = "Huawei HG622";
model = "Huawei EchoLife HG622";
compatible = "huawei,echolife-hg622", "brcm,bcm6368";
chosen {

@ -5,7 +5,7 @@
#include <dt-bindings/input/input.h>
/ {
model = "Huawei HG655b";
model = "Huawei EchoLife HG655b";
compatible = "huawei,echolife-hg655b", "brcm,bcm6368";
chosen {

@ -974,7 +974,7 @@ TARGET_DEVICES += sercomm_ad1018-nor
define Device/sfr_neufbox-4-sercomm-r0
$(Device/bcm63xx)
DEVICE_VENDOR := SFR
DEVICE_MODEL := Neufbox4
DEVICE_MODEL := Neufbox 4
DEVICE_VARIANT := Sercomm
CFE_BOARD_ID := 96358VW
CFE_CHIP_ID := 6358
@ -986,7 +986,7 @@ TARGET_DEVICES += sfr_neufbox-4-sercomm-r0
define Device/sfr_neufbox-4-foxconn-r1
$(Device/bcm63xx)
DEVICE_VENDOR := SFR
DEVICE_MODEL := Neufbox4
DEVICE_MODEL := Neufbox 4
DEVICE_VARIANT := Foxconn
CFE_BOARD_ID := 96358VW
CFE_CHIP_ID := 6358
@ -998,7 +998,7 @@ TARGET_DEVICES += sfr_neufbox-4-foxconn-r1
define Device/sfr_neufbox-6-sercomm-r0
$(Device/bcm63xx)
DEVICE_VENDOR := SFR
DEVICE_MODEL := Neufbox6
DEVICE_MODEL := Neufbox 6
CFE_BOARD_ID := NB6-SER-r0
CFE_CHIP_ID := 6362
CFE_EXTRAS += --rsa-signature "$(VERSION_DIST)-$(firstword $(subst -,$(space),$(REVISION)))"
@ -1121,7 +1121,7 @@ TARGET_DEVICES += tp-link_td-w8900gb
define Device/usrobotics_usr9108
$(Device/bcm63xx)
DEVICE_VENDOR := USRobotics
DEVICE_MODEL := 9108
DEVICE_MODEL := USR9108
CFE_BOARD_ID := 96348GW-A
CFE_CHIP_ID := 6348
DEVICE_PACKAGES := $(B43_PACKAGES) $(USB1_PACKAGES)

Loading…
Cancel
Save