diff options
author | Aaro Koskinen <aaro.koskinen@iki.fi> | 2016-06-05 00:18:20 +0300 |
---|---|---|
committer | Ralf Baechle <ralf@linux-mips.org> | 2016-08-02 14:00:17 +0200 |
commit | 5c315e3984291b5bbf1bb873040182ead0637160 (patch) | |
tree | 024b601cd4d63c4cd1c40b043c56797bb7d9c770 /arch/mips/boot | |
parent | e1b7d0e2854cb5f5c5a9850e00c290109c5a0b69 (diff) | |
download | op-kernel-dev-5c315e3984291b5bbf1bb873040182ead0637160.zip op-kernel-dev-5c315e3984291b5bbf1bb873040182ead0637160.tar.gz |
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 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 { |