aboutsummaryrefslogtreecommitdiffstats
path: root/target/linux/ramips/dts
diff options
context:
space:
mode:
authorJohn Crispin <blogic@openwrt.org>2015-08-17 06:00:11 +0000
committerJohn Crispin <blogic@openwrt.org>2015-08-17 06:00:11 +0000
commit5c8cc5f9aaa7300753ec7c2459fe9ec24199e670 (patch)
tree4a56d25cc7624435a2ac619ecdcbd549a451a36c /target/linux/ramips/dts
parent5fb15db41e60564901dbefb223a28e2bdb285e20 (diff)
downloadmaster-187ad058-5c8cc5f9aaa7300753ec7c2459fe9ec24199e670.tar.gz
master-187ad058-5c8cc5f9aaa7300753ec7c2459fe9ec24199e670.tar.bz2
master-187ad058-5c8cc5f9aaa7300753ec7c2459fe9ec24199e670.zip
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> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@46627 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target/linux/ramips/dts')
-rw-r--r--target/linux/ramips/dts/HPM.dts (renamed from target/linux/ramips/dts/OMNI-EMB-HPM.dts)16
-rw-r--r--target/linux/ramips/dts/MINIEMBPLUG.dts (renamed from target/linux/ramips/dts/OMNI-PLUG.dts)8
-rw-r--r--target/linux/ramips/dts/MINIEMBWIFI.dts (renamed from target/linux/ramips/dts/OMNI-EMB.dts)6
3 files changed, 15 insertions, 15 deletions
diff --git a/target/linux/ramips/dts/OMNI-EMB-HPM.dts b/target/linux/ramips/dts/HPM.dts
index 9540f4fbdd..03bf71064f 100644
--- a/target/linux/ramips/dts/OMNI-EMB-HPM.dts
+++ b/target/linux/ramips/dts/HPM.dts
@@ -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>;
};
};
diff --git a/target/linux/ramips/dts/OMNI-PLUG.dts b/target/linux/ramips/dts/MINIEMBPLUG.dts
index 25f5bca8e3..c94c3aa6cd 100644
--- a/target/linux/ramips/dts/OMNI-PLUG.dts
+++ b/target/linux/ramips/dts/MINIEMBPLUG.dts
@@ -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>;
};
};
diff --git a/target/linux/ramips/dts/OMNI-EMB.dts b/target/linux/ramips/dts/MINIEMBWIFI.dts
index aa3ddc42a4..b026f0c75f 100644
--- a/target/linux/ramips/dts/OMNI-EMB.dts
+++ b/target/linux/ramips/dts/MINIEMBWIFI.dts
@@ -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>;
};
};