Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1413879
| From | Aaro Koskinen <aaro.koskinen@iki.fi> |
|---|---|
| Newsgroups | linux.kernel |
| Subject | [PATCH 3/3] MIPS: OCTEON: dlink_dsr-1000n.dts: add more leds |
| Date | 2016-06-04 23:20 +0200 |
| Message-ID | <rGr97-6ad-9@gated-at.bofh.it> (permalink) |
| References | <rGr97-6ad-3@gated-at.bofh.it> |
| Organization | linux.* mail to news gateway |
Add more leds discovered by reverse engineering. Labels are according
to markings in the mechanics.
Signed-off-by: Aaro Koskinen <aaro.koskinen@iki.fi>
---
arch/mips/boot/dts/cavium-octeon/dlink_dsr-1000n.dts | 15 +++++++++++++++
1 file changed, 15 insertions(+)
diff --git a/arch/mips/boot/dts/cavium-octeon/dlink_dsr-1000n.dts b/arch/mips/boot/dts/cavium-octeon/dlink_dsr-1000n.dts
index a20c5b6..b134798 100644
--- a/arch/mips/boot/dts/cavium-octeon/dlink_dsr-1000n.dts
+++ b/arch/mips/boot/dts/cavium-octeon/dlink_dsr-1000n.dts
@@ -71,6 +71,21 @@
label = "usb2";
gpios = <&gpio 10 GPIO_ACTIVE_LOW>;
};
+
+ wps {
+ label = "wps";
+ gpios = <&gpio 11 GPIO_ACTIVE_LOW>;
+ };
+
+ wireless1 {
+ label = "5g";
+ gpios = <&gpio 17 GPIO_ACTIVE_LOW>;
+ };
+
+ wireless2 {
+ label = "2.4g";
+ gpios = <&gpio 18 GPIO_ACTIVE_LOW>;
+ };
};
aliases {
--
2.7.2
Back to linux.kernel | Previous | Next — Previous in thread | Find similar | Unroll thread
[PATCH 1/3] MIPS: OCTEON: delete built-in DTB pruning code for D-Link DSR-1000N Aaro Koskinen <aaro.koskinen@iki.fi> - 2016-06-04 23:20 +0200 [PATCH 3/3] MIPS: OCTEON: dlink_dsr-1000n.dts: add more leds Aaro Koskinen <aaro.koskinen@iki.fi> - 2016-06-04 23:20 +0200
csiph-web