aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'arch/arm/boot/dts/bcm4709-asus-rt-ac87u.dts')
-rw-r--r--arch/arm/boot/dts/bcm4709-asus-rt-ac87u.dts14
1 files changed, 11 insertions, 3 deletions
diff --git a/arch/arm/boot/dts/bcm4709-asus-rt-ac87u.dts b/arch/arm/boot/dts/bcm4709-asus-rt-ac87u.dts
index eaca6876db0f..df473cc41572 100644
--- a/arch/arm/boot/dts/bcm4709-asus-rt-ac87u.dts
+++ b/arch/arm/boot/dts/bcm4709-asus-rt-ac87u.dts
@@ -4,7 +4,17 @@
4 * 4 *
5 * Copyright (C) 2015 Rafał Miłecki <zajec5@gmail.com> 5 * Copyright (C) 2015 Rafał Miłecki <zajec5@gmail.com>
6 * 6 *
7 * Licensed under the GNU/GPL. See COPYING for details. 7 * Permission to use, copy, modify, and/or distribute this software for any
8 * purpose with or without fee is hereby granted, provided that the above
9 * copyright notice and this permission notice appear in all copies.
10 *
11 * THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES WITH
12 * REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY
13 * AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY SPECIAL, DIRECT,
14 * INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM
15 * LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE
16 * OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
17 * PERFORMANCE OF THIS SOFTWARE.
8 */ 18 */
9 19
10/dts-v1/; 20/dts-v1/;
@@ -31,7 +41,6 @@
31 wps { 41 wps {
32 label = "bcm53xx:blue:wps"; 42 label = "bcm53xx:blue:wps";
33 gpios = <&chipcommon 1 GPIO_ACTIVE_LOW>; 43 gpios = <&chipcommon 1 GPIO_ACTIVE_LOW>;
34 linux,default-trigger = "default-off";
35 }; 44 };
36 45
37 power { 46 power {
@@ -43,7 +52,6 @@
43 wan { 52 wan {
44 label = "bcm53xx:red:wan"; 53 label = "bcm53xx:red:wan";
45 gpios = <&chipcommon 5 GPIO_ACTIVE_LOW>; 54 gpios = <&chipcommon 5 GPIO_ACTIVE_LOW>;
46 linux,default-trigger = "default-off";
47 }; 55 };
48 }; 56 };
49 57