ramips: use proper name for RAVPower RP-WD03

The proper model name is RP-WD03 (i.e. with the RP- prefix).

Adjust all names to that.

Signed-off-by: Adrian Schmutzler <freifunk@adrianschmutzler.de>
This commit is contained in:
Adrian Schmutzler
2020-09-11 17:09:44 +02:00
parent 14024f6e0f
commit a4e5b8897a
4 changed files with 13 additions and 9 deletions

View File

@@ -6,8 +6,8 @@
#include <dt-bindings/input/input.h>
/ {
compatible = "ravpower,wd03", "ralink,mt7620n-soc";
model = "Ravpower WD03";
compatible = "ravpower,rp-wd03", "ralink,mt7620n-soc";
model = "RAVPower RP-WD03";
chosen {
bootargs = "console=ttyS0,115200";
@@ -17,12 +17,12 @@
compatible = "gpio-leds";
green-wifi {
label = "wd03:green:wifi";
label = "rp-wd03:green:wifi";
gpios = <&gpio2 0 GPIO_ACTIVE_HIGH>;
};
blue-wifi {
label = "wd03:blue:wifi";
label = "rp-wd03:blue:wifi";
gpios = <&gpio3 0 GPIO_ACTIVE_HIGH>;
};
};