ramips: fix Omnima models, images and profiles names
Official names for supported Omnima products are (as on website): * Omnima HPM * Omnima MiniEMBWiFi * Omnima MiniEMBPlug This patch changes: * board names * dts filenames * profile names * image filenames * LED names for Omnima devices, for consistency. Signed-off-by: Piotr Dymacz <pepe2k@gmail.com> SVN-Revision: 46627
This commit is contained in:
@@ -3,8 +3,8 @@
|
||||
/include/ "rt3883.dtsi"
|
||||
|
||||
/ {
|
||||
compatible = "OMNI-EMB-HPM", "ralink,rt3883-soc";
|
||||
model = "Omnima EMB HPM";
|
||||
compatible = "HPM", "ralink,rt3883-soc";
|
||||
model = "Omnima HPM";
|
||||
|
||||
chosen {
|
||||
bootargs = "console=ttyS0,115200";
|
||||
@@ -99,32 +99,32 @@
|
||||
compatible = "gpio-leds";
|
||||
|
||||
power {
|
||||
label = "emb:orange:power";
|
||||
label = "hpm:orange:power";
|
||||
gpios = <&gpio0 7 1>;
|
||||
};
|
||||
|
||||
status {
|
||||
label = "emb:green:status";
|
||||
label = "hpm:green:status";
|
||||
gpios = <&gpio0 21 1>;
|
||||
};
|
||||
|
||||
eth {
|
||||
label = "emb:green:eth";
|
||||
label = "hpm:green:eth";
|
||||
gpios = <&gpio0 20 1>;
|
||||
};
|
||||
|
||||
eth2 {
|
||||
label = "emb:red:eth";
|
||||
label = "hpm:red:eth";
|
||||
gpios = <&gpio0 18 1>;
|
||||
};
|
||||
|
||||
wifi {
|
||||
label = "emb:green:wifi";
|
||||
label = "hpm:green:wifi";
|
||||
gpios = <&gpio0 17 1>;
|
||||
};
|
||||
|
||||
wifi2 {
|
||||
label = "emb:red:wifi";
|
||||
label = "hpm:red:wifi";
|
||||
gpios = <&gpio0 19 1>;
|
||||
};
|
||||
};
|
||||
@@ -3,8 +3,8 @@
|
||||
/include/ "rt5350.dtsi"
|
||||
|
||||
/ {
|
||||
compatible = "OMNI-PLUG", "ralink,rt5350-soc";
|
||||
model = "Omnima MiniPlug";
|
||||
compatible = "MINIEMBPLUG", "ralink,rt5350-soc";
|
||||
model = "Omnima MiniEMBPlug";
|
||||
|
||||
pinctrl {
|
||||
state_default: pinctrl0 {
|
||||
@@ -19,12 +19,12 @@
|
||||
compatible = "gpio-leds";
|
||||
|
||||
wlan {
|
||||
label = "miniplug:red:wlan";
|
||||
label = "miniembplug:red:wlan";
|
||||
gpios = <&gpio0 9 0>;
|
||||
};
|
||||
|
||||
mobile {
|
||||
label = "miniplug:green:mobile";
|
||||
label = "miniembplug:green:mobile";
|
||||
gpios = <&gpio0 13 1>;
|
||||
};
|
||||
};
|
||||
@@ -3,7 +3,7 @@
|
||||
/include/ "rt3050.dtsi"
|
||||
|
||||
/ {
|
||||
compatible = "OMNI-EMB", "ralink,rt3052-soc";
|
||||
compatible = "MINIEMBWIFI", "ralink,rt3052-soc";
|
||||
model = "Omnima MiniEMBWiFi";
|
||||
|
||||
pinctrl {
|
||||
@@ -19,12 +19,12 @@
|
||||
compatible = "gpio-leds";
|
||||
|
||||
status {
|
||||
label = "emb:green:status";
|
||||
label = "miniembwifi:green:status";
|
||||
gpios = <&gpio0 9 1>;
|
||||
};
|
||||
|
||||
wlan {
|
||||
label = "emb:green:wlan";
|
||||
label = "miniembwifi:green:wlan";
|
||||
gpios = <&gpio0 14 1>;
|
||||
};
|
||||
};
|
||||
Reference in New Issue
Block a user