ramips: fix Buffalo WMR-300 dts, board, image and profile names
The following patch changes Buffalo WMR-300 dts filename, board, image and profile names from "WMR300" to "WMR-300" (for consistency). Signed-off-by: Piotr Dymacz <pepe2k@gmail.com> SVN-Revision: 46628
This commit is contained in:
@@ -70,17 +70,17 @@
|
||||
compatible = "gpio-leds";
|
||||
|
||||
aoss1 {
|
||||
label = "buffalo:red:aoss";
|
||||
label = "wmr-300:red:aoss";
|
||||
gpios = <&gpio2 1 1>;
|
||||
};
|
||||
|
||||
aoss2 {
|
||||
label = "buffalo:green:aoss";
|
||||
label = "wmr-300:green:aoss";
|
||||
gpios = <&gpio2 2 1>;
|
||||
};
|
||||
|
||||
power {
|
||||
label = "buffalo:green:status";
|
||||
label = "wmr-300:green:status";
|
||||
gpios = <&gpio2 4 1>;
|
||||
};
|
||||
};
|
||||
Reference in New Issue
Block a user