ramips: fix Argus ATP-52B board and image names
The following patch: * changes board name from "argus-atp52b" to "atp-52b" * changes dts filename * fixes LED names in dts file and base-files scripts * removes manufacturer name from image filename for Argus ATP-52B device. Signed-off-by: Piotr Dymacz <pepe2k@gmail.com> SVN-Revision: 46621
This commit is contained in:
@@ -3,7 +3,7 @@
|
||||
/include/ "rt3050.dtsi"
|
||||
|
||||
/ {
|
||||
compatible = "ARGUS_ATP52B", "ralink,rt3052-soc";
|
||||
compatible = "ATP-52B", "ralink,rt3052-soc";
|
||||
model = "Argus ATP-52B";
|
||||
|
||||
pinctrl {
|
||||
@@ -49,12 +49,12 @@
|
||||
compatible = "gpio-leds";
|
||||
|
||||
run {
|
||||
label = "argus-atp52b:green:run";
|
||||
label = "atp-52b:green:run";
|
||||
gpios = <&gpio0 9 1>;
|
||||
};
|
||||
|
||||
net {
|
||||
label = "argus-atp52b:amber:net";
|
||||
label = "atp-52b:amber:net";
|
||||
gpios = <&gpio0 13 1>;
|
||||
};
|
||||
};
|
||||
Reference in New Issue
Block a user