aboutsummaryrefslogtreecommitdiffstats
path: root/target/linux/ath79
diff options
context:
space:
mode:
authorRussell Senior <russell@personaltelco.net>2018-11-26 14:27:06 -0800
committerJohn Crispin <john@phrozen.org>2018-12-03 07:58:49 +0100
commit20ec6af15eba161970d95fecbd831e72eb47a56b (patch)
tree4e5701308b07fff28cee9bf4f0cef435e8b20880 /target/linux/ath79
parent3fb45576ac16f89f7cee564b98411a43a31119f9 (diff)
downloadupstream-20ec6af15eba161970d95fecbd831e72eb47a56b.tar.gz
upstream-20ec6af15eba161970d95fecbd831e72eb47a56b.tar.bz2
upstream-20ec6af15eba161970d95fecbd831e72eb47a56b.zip
ath79: split ubnt outdoor device leds into separate dtsi
Move common LED configuration into a separate includible dtsi. Signed-off-by: Russell Senior <russell@personaltelco.net>
Diffstat (limited to 'target/linux/ath79')
-rw-r--r--target/linux/ath79/dts/ar7241_ubnt_bullet-m.dts2
-rw-r--r--target/linux/ath79/dts/ar7241_ubnt_nano-m.dts2
-rw-r--r--target/linux/ath79/dts/ar7241_ubnt_rocket-m.dts2
-rw-r--r--target/linux/ath79/dts/ar7241_ubnt_xm.dtsi28
-rw-r--r--target/linux/ath79/dts/ar7241_ubnt_xm_outdoor.dtsi36
5 files changed, 39 insertions, 31 deletions
diff --git a/target/linux/ath79/dts/ar7241_ubnt_bullet-m.dts b/target/linux/ath79/dts/ar7241_ubnt_bullet-m.dts
index 33790f2e1c..9298ef1c7d 100644
--- a/target/linux/ath79/dts/ar7241_ubnt_bullet-m.dts
+++ b/target/linux/ath79/dts/ar7241_ubnt_bullet-m.dts
@@ -1,7 +1,7 @@
// SPDX-License-Identifier: GPL-2.0-or-later OR MIT
/dts-v1/;
-#include "ar7241_ubnt_xm.dtsi"
+#include "ar7241_ubnt_xm_outdoor.dtsi"
/ {
compatible = "ubnt,bullet-m", "qca,ar7241";
diff --git a/target/linux/ath79/dts/ar7241_ubnt_nano-m.dts b/target/linux/ath79/dts/ar7241_ubnt_nano-m.dts
index 417e503127..bf6b868ef4 100644
--- a/target/linux/ath79/dts/ar7241_ubnt_nano-m.dts
+++ b/target/linux/ath79/dts/ar7241_ubnt_nano-m.dts
@@ -1,7 +1,7 @@
// SPDX-License-Identifier: GPL-2.0-or-later OR MIT
/dts-v1/;
-#include "ar7241_ubnt_xm.dtsi"
+#include "ar7241_ubnt_xm_outdoor.dtsi"
/ {
compatible = "ubnt,nano-m", "qca,ar7241";
diff --git a/target/linux/ath79/dts/ar7241_ubnt_rocket-m.dts b/target/linux/ath79/dts/ar7241_ubnt_rocket-m.dts
index 4053147c9c..8931d926cd 100644
--- a/target/linux/ath79/dts/ar7241_ubnt_rocket-m.dts
+++ b/target/linux/ath79/dts/ar7241_ubnt_rocket-m.dts
@@ -1,7 +1,7 @@
// SPDX-License-Identifier: GPL-2.0-or-later OR MIT
/dts-v1/;
-#include "ar7241_ubnt_xm.dtsi"
+#include "ar7241_ubnt_xm_outdoor.dtsi"
/ {
compatible = "ubnt,rocket-m", "qca,ar7241";
diff --git a/target/linux/ath79/dts/ar7241_ubnt_xm.dtsi b/target/linux/ath79/dts/ar7241_ubnt_xm.dtsi
index f6cefdabd0..6a5e07caf7 100644
--- a/target/linux/ath79/dts/ar7241_ubnt_xm.dtsi
+++ b/target/linux/ath79/dts/ar7241_ubnt_xm.dtsi
@@ -9,11 +9,6 @@
compatible = "ubnt,xm", "qca,ar7241";
model = "Ubiquiti Networks XM (rev 1.0) board";
- aliases {
- led-boot = &link4;
- led-failsafe = &link4;
- };
-
/* extosc: ref {
compatible = "fixed-clock";
#clock-cells = <0>;
@@ -29,29 +24,6 @@
debounce-interval = <60>;
};
};
-
- leds {
- compatible = "gpio-leds";
- link1 {
- label = "ubnt:red:link1";
- gpios = <&gpio 0 GPIO_ACTIVE_HIGH>;
- };
-
- link2 {
- label = "ubnt:orange:link2";
- gpios = <&gpio 1 GPIO_ACTIVE_HIGH>;
- };
-
- link3 {
- label = "ubnt:green:link3";
- gpios = <&gpio 11 GPIO_ACTIVE_HIGH>;
- };
-
- link4: link4 {
- label = "ubnt:green:link4";
- gpios = <&gpio 7 GPIO_ACTIVE_HIGH>;
- };
- };
};
&uart {
diff --git a/target/linux/ath79/dts/ar7241_ubnt_xm_outdoor.dtsi b/target/linux/ath79/dts/ar7241_ubnt_xm_outdoor.dtsi
new file mode 100644
index 0000000000..c773f1aac3
--- /dev/null
+++ b/target/linux/ath79/dts/ar7241_ubnt_xm_outdoor.dtsi
@@ -0,0 +1,36 @@
+// SPDX-License-Identifier: GPL-2.0-or-later OR MIT
+
+#include <dt-bindings/gpio/gpio.h>
+#include <dt-bindings/input/input.h>
+
+#include "ar7241_ubnt_xm.dtsi"
+
+/ {
+ aliases {
+ led-boot = &link4;
+ led-failsafe = &link4;
+ };
+
+ leds {
+ compatible = "gpio-leds";
+ link1 {
+ label = "ubnt:red:link1";
+ gpios = <&gpio 0 GPIO_ACTIVE_HIGH>;
+ };
+
+ link2 {
+ label = "ubnt:orange:link2";
+ gpios = <&gpio 1 GPIO_ACTIVE_HIGH>;
+ };
+
+ link3 {
+ label = "ubnt:green:link3";
+ gpios = <&gpio 11 GPIO_ACTIVE_HIGH>;
+ };
+
+ link4: link4 {
+ label = "ubnt:green:link4";
+ gpios = <&gpio 7 GPIO_ACTIVE_HIGH>;
+ };
+ };
+};