summaryrefslogtreecommitdiffstats
path: root/target/linux/ramips/dts
diff options
context:
space:
mode:
authorJohn Crispin <john@openwrt.org>2015-08-17 06:00:11 +0000
committerJohn Crispin <john@openwrt.org>2015-08-17 06:00:11 +0000
commit713c81e97b5b9557bcb6e6e9dc2308d20f8dbf23 (patch)
treea3e0fca73269c035d32ad46b1d4e9d0e7f42a239 /target/linux/ramips/dts
parent0bb270429d5834ec73da9c45dff57704dec80b63 (diff)
downloadmaster-31e0f0ae-713c81e97b5b9557bcb6e6e9dc2308d20f8dbf23.tar.gz
master-31e0f0ae-713c81e97b5b9557bcb6e6e9dc2308d20f8dbf23.tar.bz2
master-31e0f0ae-713c81e97b5b9557bcb6e6e9dc2308d20f8dbf23.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> SVN-Revision: 46627
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>;
};
};