ramips: fix 7Links PX-4885 dts{, i}, board, image and profile names
The following patch changes 7Links PX-4885 dts{,i} filenames, board, image and profile names from "PX4885" to "PX-4885" (for consistency).
Signed-off-by: Piotr Dymacz <pepe2k@gmail.com>
SVN-Revision: 46629
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
/dts-v1/;
|
||||
|
||||
/include/ "PX4885.dtsi"
|
||||
/include/ "PX-4885.dtsi"
|
||||
|
||||
/ {
|
||||
palmbus@10000000 {
|
||||
@@ -1,6 +1,6 @@
|
||||
/dts-v1/;
|
||||
|
||||
/include/ "PX4885.dtsi"
|
||||
/include/ "PX-4885.dtsi"
|
||||
|
||||
/ {
|
||||
palmbus@10000000 {
|
||||
@@ -1,7 +1,7 @@
|
||||
/include/ "rt5350.dtsi"
|
||||
|
||||
/ {
|
||||
compatible = "PX4885", "ralink,rt5350-soc";
|
||||
compatible = "PX-4885", "ralink,rt5350-soc";
|
||||
model = "7Links PX-4885";
|
||||
|
||||
pinctrl {
|
||||
@@ -42,12 +42,12 @@
|
||||
compatible = "gpio-leds";
|
||||
|
||||
orange {
|
||||
label = "7links:orange:wifi";
|
||||
label = "px-4885:orange:wifi";
|
||||
gpios = <&gpio0 18 1>;
|
||||
};
|
||||
|
||||
blue {
|
||||
label = "7links:blue:storage";
|
||||
label = "px-4885:blue:storage";
|
||||
gpios = <&gpio0 19 1>;
|
||||
};
|
||||
};
|
||||
Reference in New Issue
Block a user