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:
@@ -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>;
|
||||
};
|
||||
};
|
||||
Reference in New Issue
Block a user