ramips: harmonize device vendor Zbtlink
Spelling of Zbtlink varies across image definitions and DTS files. This patch uses Zbtlink consistently and also updates the model in DTS files to contain the vendor in all cases. This patch is cosmetical, as there should be no dependencies on device model name in ramips anymore. Signed-off-by: Adrian Schmutzler <freifunk@adrianschmutzler.de>
This commit is contained in:
committed by
Daniel Golle
parent
eddbd68b6d
commit
b376818f97
@@ -37,7 +37,7 @@
|
||||
|
||||
/ {
|
||||
compatible = "zbtlink,we1026-5g-16m", "ralink,mt7620a-soc";
|
||||
model = "ZBT WE1026-5G (16M)";
|
||||
model = "Zbtlink ZBT-WE1026-5G (16M)";
|
||||
};
|
||||
|
||||
&spi0 {
|
||||
|
||||
@@ -7,7 +7,7 @@
|
||||
|
||||
/ {
|
||||
compatible = "zbtlink,zbt-ape522ii", "ralink,mt7620a-soc";
|
||||
model = "ZBT-APE522II";
|
||||
model = "Zbtlink ZBT-APE522II";
|
||||
|
||||
chosen {
|
||||
bootargs = "console=ttyS0,115200";
|
||||
|
||||
@@ -4,7 +4,7 @@
|
||||
|
||||
/ {
|
||||
compatible = "zbtlink,zbt-we826-16m", "zbtlink,zbt-we826", "ralink,mt7620a-soc";
|
||||
model = "ZBT-WE826 (16M)";
|
||||
model = "Zbtlink ZBT-WE826 (16M)";
|
||||
};
|
||||
|
||||
&spi0 {
|
||||
|
||||
@@ -4,7 +4,7 @@
|
||||
|
||||
/ {
|
||||
compatible = "zbtlink,zbt-we826-32m", "zbtlink,zbt-we826", "ralink,mt7620a-soc";
|
||||
model = "ZBT-WE826 (32M)";
|
||||
model = "Zbtlink ZBT-WE826 (32M)";
|
||||
};
|
||||
|
||||
&spi0 {
|
||||
|
||||
@@ -5,7 +5,7 @@
|
||||
|
||||
/ {
|
||||
compatible = "zbtlink,zbt-we826-e", "zbtlink,zbt-we826", "ralink,mt7620a-soc";
|
||||
model = "ZBT-WE826-E";
|
||||
model = "Zbtlink ZBT-WE826-E";
|
||||
|
||||
/delete-node/ leds;
|
||||
|
||||
|
||||
@@ -7,7 +7,7 @@
|
||||
|
||||
/ {
|
||||
compatible = "zbtlink,zbt-we1326", "mediatek,mt7621-soc";
|
||||
model = "ZBT-WE1326";
|
||||
model = "Zbtlink ZBT-WE1326";
|
||||
|
||||
aliases {
|
||||
label-mac-device = &wifi1;
|
||||
|
||||
@@ -7,7 +7,7 @@
|
||||
|
||||
/ {
|
||||
compatible = "zbtlink,zbt-we3526", "mediatek,mt7621-soc";
|
||||
model = "ZBT-WE3526";
|
||||
model = "Zbtlink ZBT-WE3526";
|
||||
|
||||
chosen {
|
||||
bootargs = "console=ttyS0,115200";
|
||||
|
||||
@@ -7,7 +7,7 @@
|
||||
|
||||
/ {
|
||||
compatible = "zbtlink,zbt-wg2626", "mediatek,mt7621-soc";
|
||||
model = "ZBT-WG2626";
|
||||
model = "Zbtlink ZBT-WG2626";
|
||||
|
||||
aliases {
|
||||
led-boot = &led_status;
|
||||
|
||||
@@ -4,7 +4,7 @@
|
||||
|
||||
/ {
|
||||
compatible = "zbtlink,zbt-wg3526-16m", "zbtlink,zbt-wg3526", "mediatek,mt7621-soc";
|
||||
model = "ZBT-WG3526 (16M)";
|
||||
model = "Zbtlink ZBT-WG3526 (16M)";
|
||||
};
|
||||
|
||||
&firmware {
|
||||
|
||||
@@ -4,7 +4,7 @@
|
||||
|
||||
/ {
|
||||
compatible = "zbtlink,zbt-wg3526-32m", "zbtlink,zbt-wg3526", "mediatek,mt7621-soc";
|
||||
model = "ZBT-WG3526 (32M)";
|
||||
model = "Zbtlink ZBT-WG3526 (32M)";
|
||||
};
|
||||
|
||||
&firmware {
|
||||
|
||||
Reference in New Issue
Block a user