Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

ARM: BCM5301X: Add missing Netgear R8000 LEDs

Add a bunch of LEDs missing for the Netgear R8000: wireless, wps, 5Ghz radio
and USB LEDs.

Signed-off-by: Rafał Miłecki <zajec5@gmail.com>
Signed-off-by: Florian Fainelli <f.fainelli@gmail.com>

authored by

Rafał Miłecki and committed by
Florian Fainelli
da41efd6 511d3044

+30
+30
arch/arm/boot/dts/bcm4709-netgear-r8000.dts
··· 50 50 gpios = <&chipcommon 13 GPIO_ACTIVE_LOW>; 51 51 linux,default-trigger = "default-off"; 52 52 }; 53 + 54 + wireless { 55 + label = "bcm53xx:white:wireless"; 56 + gpios = <&chipcommon 14 GPIO_ACTIVE_HIGH>; 57 + linux,default-trigger = "default-off"; 58 + }; 59 + 60 + wps { 61 + label = "bcm53xx:white:wps"; 62 + gpios = <&chipcommon 15 GPIO_ACTIVE_HIGH>; 63 + linux,default-trigger = "default-off"; 64 + }; 65 + 66 + 5ghz-2 { 67 + label = "bcm53xx:white:5ghz-2"; 68 + gpios = <&chipcommon 16 GPIO_ACTIVE_LOW>; 69 + linux,default-trigger = "default-off"; 70 + }; 71 + 72 + usb3 { 73 + label = "bcm53xx:white:usb3"; 74 + gpios = <&chipcommon 17 GPIO_ACTIVE_LOW>; 75 + linux,default-trigger = "default-off"; 76 + }; 77 + 78 + usb2 { 79 + label = "bcm53xx:white:usb2"; 80 + gpios = <&chipcommon 18 GPIO_ACTIVE_LOW>; 81 + linux,default-trigger = "default-off"; 82 + }; 53 83 }; 54 84 55 85 gpio-keys {