diff options
author | Aaro Koskinen <aaro.koskinen@iki.fi> | 2016-06-04 23:18:20 +0200 |
---|---|---|
committer | Ralf Baechle <ralf@linux-mips.org> | 2016-08-02 14:00:17 +0200 |
commit | 5c315e3984291b5bbf1bb873040182ead0637160 (patch) | |
tree | 024b601cd4d63c4cd1c40b043c56797bb7d9c770 /arch | |
parent | MIPS: Octeon: Clean up GPIO definitions in dlink_dsr-1000n.dts. (diff) | |
download | linux-5c315e3984291b5bbf1bb873040182ead0637160.tar.xz linux-5c315e3984291b5bbf1bb873040182ead0637160.zip |
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')
-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 @@ 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 { |