diff options
author | Aaro Koskinen <aaro.koskinen@iki.fi> | 2016-06-04 17:18:20 -0400 |
---|---|---|
committer | Ralf Baechle <ralf@linux-mips.org> | 2016-08-02 08:00:17 -0400 |
commit | 5c315e3984291b5bbf1bb873040182ead0637160 (patch) | |
tree | 024b601cd4d63c4cd1c40b043c56797bb7d9c770 /arch/mips/boot | |
parent | e1b7d0e2854cb5f5c5a9850e00c290109c5a0b69 (diff) |
MIPS: Octeon: Dlink_dsr-1000n.dts: add more leds.
Add more leds discovered by reverse engineering. Labels are according
to markings in the mechanics.
Signed-off-by: Aaro Koskinen <aaro.koskinen@iki.fi>
Cc: linux-mips@linux-mips.org
Cc: devicetree@vger.kernel.org
Cc: linux-kernel@vger.kernel.org
Patchwork: https://patchwork.linux-mips.org/patch/13466/
Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
Diffstat (limited to 'arch/mips/boot')
-rw-r--r-- | arch/mips/boot/dts/cavium-octeon/dlink_dsr-1000n.dts | 15 |
1 files changed, 15 insertions, 0 deletions
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 a20c5b65ed45..b134798a0fd7 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 @@ | |||
71 | label = "usb2"; | 71 | label = "usb2"; |
72 | gpios = <&gpio 10 GPIO_ACTIVE_LOW>; | 72 | gpios = <&gpio 10 GPIO_ACTIVE_LOW>; |
73 | }; | 73 | }; |
74 | |||
75 | wps { | ||
76 | label = "wps"; | ||
77 | gpios = <&gpio 11 GPIO_ACTIVE_LOW>; | ||
78 | }; | ||
79 | |||
80 | wireless1 { | ||
81 | label = "5g"; | ||
82 | gpios = <&gpio 17 GPIO_ACTIVE_LOW>; | ||
83 | }; | ||
84 | |||
85 | wireless2 { | ||
86 | label = "2.4g"; | ||
87 | gpios = <&gpio 18 GPIO_ACTIVE_LOW>; | ||
88 | }; | ||
74 | }; | 89 | }; |
75 | 90 | ||
76 | aliases { | 91 | aliases { |