ath79: harmonize model names for Ubiquiti devices

This harmonizes the model names for the ath79 Ubiquiti devices by
applying a few minor cosmetic adjustments:

- Removes hyphens where they are not found in the product names
  (Ubiquiti uses hyphens only for the abbreviated version names
  like UAP-AC-PRO which we don't use anyway.)

- Add (XM) suffix for DTS model strings to help with distinguishing
  them from their XW counterparts.

- Remove DEVICE_VARIANT for LAP-120 which actually was an alternate
  device name.

- Generally make DTS model names and those from generic-ubnt.mk
  more consistent.

Signed-off-by: Adrian Schmutzler <freifunk@adrianschmutzler.de>
This commit is contained in:
Adrian Schmutzler
2020-07-15 18:41:57 +02:00
parent e49fac097c
commit 9f3415d30b
17 changed files with 26 additions and 27 deletions

View File

@@ -5,7 +5,7 @@
/ {
compatible = "ubnt,routerstation", "qca,ar7161";
model = "Ubiquiti Networks RouterStation";
model = "Ubiquiti RouterStation";
};
&eth0 {

View File

@@ -7,7 +7,7 @@
/ {
compatible = "ubnt,bullet-m-ar7240", "ubnt,xm", "qca,ar7240";
model = "Ubiquiti Bullet M XM (AR7240)";
model = "Ubiquiti Bullet M (XM AR7240)";
};
&eth0 {

View File

@@ -6,7 +6,7 @@
/ {
compatible = "ubnt,airrouter", "ubnt,xm", "qca,ar7241";
model = "Ubiquiti AirRouter";
model = "Ubiquiti AirRouter (XM)";
aliases {
led-boot = &led_globe;

View File

@@ -7,7 +7,7 @@
/ {
compatible = "ubnt,bullet-m-ar7241", "ubnt,xm", "qca,ar7241";
model = "Ubiquiti Bullet M XM (AR7241)";
model = "Ubiquiti Bullet M (XM AR7241)";
};
&eth1 {

View File

@@ -7,7 +7,7 @@
/ {
compatible = "ubnt,nanobridge-m", "ubnt,xm", "qca,ar7241";
model = "Ubiquiti NanoBridge M";
model = "Ubiquiti NanoBridge M (XM)";
};
&eth1 {

View File

@@ -7,7 +7,7 @@
/ {
compatible = "ubnt,nanostation-loco-m", "ubnt,xm", "qca,ar7241";
model = "Ubiquiti Nanostation Loco M";
model = "Ubiquiti Nanostation Loco M (XM)";
};
&eth1 {

View File

@@ -7,5 +7,5 @@
/ {
compatible = "ubnt,nanostation-m", "ubnt,xm", "qca,ar7241";
model = "Ubiquiti Nanostation M";
model = "Ubiquiti Nanostation M (XM)";
};

View File

@@ -7,7 +7,7 @@
/ {
compatible = "ubnt,picostation-m", "ubnt,xm", "qca,ar7241";
model = "Ubiquiti Picostation M";
model = "Ubiquiti Picostation M (XM)";
};
&eth1 {

View File

@@ -7,7 +7,7 @@
/ {
compatible = "ubnt,powerbridge-m", "ubnt,xm", "qca,ar7241";
model = "Ubiquiti PowerBridge M";
model = "Ubiquiti PowerBridge M (XM)";
};
&eth1 {

View File

@@ -7,7 +7,7 @@
/ {
compatible = "ubnt,rocket-m", "ubnt,xm", "qca,ar7241";
model = "Ubiquiti Rocket M";
model = "Ubiquiti Rocket M (XM)";
};
&eth1 {

View File

@@ -8,7 +8,7 @@
/ {
compatible = "ubnt,unifi", "qca,ar7241";
model = "Ubiquiti UniFi AP";
model = "Ubiquiti UniFi";
aliases {
led-boot = &led_dome_green;

View File

@@ -5,5 +5,5 @@
/ {
compatible = "ubnt,unifiac-lite", "qca,qca9563";
model = "Ubiquiti UniFi-AC-LITE";
model = "Ubiquiti UniFi AC Lite";
};

View File

@@ -5,5 +5,5 @@
/ {
compatible = "ubnt,unifiac-lr", "qca,qca9563";
model = "Ubiquiti UniFi-AC-LR";
model = "Ubiquiti UniFi AC LR";
};

View File

@@ -5,5 +5,5 @@
/ {
compatible = "ubnt,unifiac-mesh-pro", "qca,qca9563";
model = "Ubiquiti UniFi-AC-MESH PRO";
model = "Ubiquiti UniFi AC Mesh Pro";
};

View File

@@ -5,5 +5,5 @@
/ {
compatible = "ubnt,unifiac-mesh", "qca,qca9563";
model = "Ubiquiti UniFi-AC-MESH";
model = "Ubiquiti UniFi AC Mesh";
};

View File

@@ -5,7 +5,7 @@
/ {
compatible = "ubnt,unifiac-pro", "qca,qca9563";
model = "Ubiquiti UniFi-AC-PRO";
model = "Ubiquiti UniFi AC Pro";
};
&usb_phy0 {