diff options
author | Aditya Xavier <adityaxavier@gmail.com> | 2017-01-28 15:37:49 +0100 |
---|---|---|
committer | Florian Fainelli <f.fainelli@gmail.com> | 2017-03-06 20:21:33 +0100 |
commit | efd59256f429394665b7434e05a51cb1ed16e959 (patch) | |
tree | 2ff7b8c1084900a4cf312a655401417d5772b09e /arch/arm/boot/dts/bcm4709-netgear-r8000.dts | |
parent | ARM: dts: BCM5301X: Relicense DTS files I created to the ISC (diff) | |
download | linux-efd59256f429394665b7434e05a51cb1ed16e959.tar.xz linux-efd59256f429394665b7434e05a51cb1ed16e959.zip |
ARM: dts: BCM5301X: Add missing Netgear R8000 LEDs and Keys
Added two WAN status LEDs and a GPIO key for brightness which were
missing.
Signed-off-by: Aditya Xavier <adityaxavier@gmail.com>
Acked-by: Rafał Miłecki <rafal@milecki.pl>
Signed-off-by: Florian Fainelli <f.fainelli@gmail.com>
Diffstat (limited to 'arch/arm/boot/dts/bcm4709-netgear-r8000.dts')
-rw-r--r-- | arch/arm/boot/dts/bcm4709-netgear-r8000.dts | 22 |
1 files changed, 20 insertions, 2 deletions
diff --git a/arch/arm/boot/dts/bcm4709-netgear-r8000.dts b/arch/arm/boot/dts/bcm4709-netgear-r8000.dts index 92e16a24758c..5581c6fc23d5 100644 --- a/arch/arm/boot/dts/bcm4709-netgear-r8000.dts +++ b/arch/arm/boot/dts/bcm4709-netgear-r8000.dts @@ -38,18 +38,30 @@ leds { compatible = "gpio-leds"; - power0 { + power-white { label = "bcm53xx:white:power"; gpios = <&chipcommon 2 GPIO_ACTIVE_LOW>; linux,default-trigger = "default-on"; }; - power1 { + power-amber { label = "bcm53xx:amber:power"; gpios = <&chipcommon 3 GPIO_ACTIVE_LOW>; linux,default-trigger = "default-off"; }; + wan-white { + label = "bcm53xx:white:wan"; + gpios = <&chipcommon 8 GPIO_ACTIVE_LOW>; + linux,default-trigger = "default-on"; + }; + + wan-amber { + label = "bcm53xx:amber:wan"; + gpios = <&chipcommon 9 GPIO_ACTIVE_HIGH>; + linux,default-trigger = "default-off"; + }; + 5ghz-1 { label = "bcm53xx:white:5ghz-1"; gpios = <&chipcommon 12 GPIO_ACTIVE_LOW>; @@ -115,6 +127,12 @@ linux,code = <KEY_RESTART>; gpios = <&chipcommon 6 GPIO_ACTIVE_LOW>; }; + + brightness { + label = "Backlight"; + linux,code = <KEY_BRIGHTNESS_ZERO>; + gpios = <&chipcommon 19 GPIO_ACTIVE_LOW>; + }; }; }; |