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

ARM: dts: broadcom: align LED node names with dtschema

The node names should be generic and DT schema expects certain pattern:

bcm4708-asus-rt-ac68u.dtb: leds: 'logo', 'power', 'usb2', 'usb3' do not match any of the regexes: '(^led-[0-9a-f]$|led)', 'pinctrl-[0-9]+'

Signed-off-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
Link: https://lore.kernel.org/r/20221125144128.477059-1-krzysztof.kozlowski@linaro.org
Signed-off-by: Florian Fainelli <f.fainelli@gmail.com>

authored by

Krzysztof Kozlowski and committed by
Florian Fainelli
af84101e 1156e3a7

+223 -224
+7 -8
arch/arm/boot/dts/bcm4708-asus-rt-ac56u.dts
··· 28 28 leds { 29 29 compatible = "gpio-leds"; 30 30 31 - usb3 { 31 + led-usb3 { 32 32 label = "bcm53xx:blue:usb3"; 33 33 gpios = <&chipcommon 0 GPIO_ACTIVE_LOW>; 34 34 }; 35 35 36 - wan { 36 + led-wan { 37 37 label = "bcm53xx:blue:wan"; 38 38 gpios = <&chipcommon 1 GPIO_ACTIVE_LOW>; 39 39 }; 40 40 41 - lan { 41 + led-lan { 42 42 label = "bcm53xx:blue:lan"; 43 43 gpios = <&chipcommon 2 GPIO_ACTIVE_LOW>; 44 44 }; 45 45 46 - power { 46 + led-power { 47 47 label = "bcm53xx:blue:power"; 48 48 gpios = <&chipcommon 3 GPIO_ACTIVE_LOW>; 49 49 linux,default-trigger = "default-on"; 50 50 }; 51 51 52 - all { 52 + led-all { 53 53 label = "bcm53xx:blue:all"; 54 54 gpios = <&chipcommon 4 GPIO_ACTIVE_LOW>; 55 55 linux,default-trigger = "default-on"; 56 56 }; 57 57 58 - 2ghz { 58 + led-2ghz { 59 59 label = "bcm53xx:blue:2ghz"; 60 60 gpios = <&chipcommon 6 GPIO_ACTIVE_LOW>; 61 61 }; 62 62 63 - 64 - usb2 { 63 + led-usb2 { 65 64 label = "bcm53xx:blue:usb2"; 66 65 gpios = <&chipcommon 14 GPIO_ACTIVE_LOW>; 67 66 };
+4 -4
arch/arm/boot/dts/bcm4708-asus-rt-ac68u.dts
··· 28 28 leds { 29 29 compatible = "gpio-leds"; 30 30 31 - usb2 { 31 + led-usb2 { 32 32 label = "bcm53xx:blue:usb2"; 33 33 gpios = <&chipcommon 0 GPIO_ACTIVE_LOW>; 34 34 }; 35 35 36 - power { 36 + led-power { 37 37 label = "bcm53xx:blue:power"; 38 38 gpios = <&chipcommon 3 GPIO_ACTIVE_LOW>; 39 39 linux,default-trigger = "default-on"; 40 40 }; 41 41 42 - logo { 42 + led-logo { 43 43 label = "bcm53xx:white:logo"; 44 44 gpios = <&chipcommon 4 GPIO_ACTIVE_LOW>; 45 45 linux,default-trigger = "default-on"; 46 46 }; 47 47 48 - usb3 { 48 + led-usb3 { 49 49 label = "bcm53xx:blue:usb3"; 50 50 gpios = <&chipcommon 14 GPIO_ACTIVE_LOW>; 51 51 };
+8 -8
arch/arm/boot/dts/bcm4708-buffalo-wzr-1166dhp-common.dtsi
··· 37 37 leds { 38 38 compatible = "gpio-leds"; 39 39 40 - usb { 40 + led-usb { 41 41 /* label = "bcm53xx:blue:usb"; */ 42 42 function = LED_FUNCTION_USB; 43 43 color = <LED_COLOR_ID_BLUE>; ··· 48 48 linux,default-trigger = "usbport"; 49 49 }; 50 50 51 - power0 { 51 + led-power0 { 52 52 /* label = "bcm53xx:red:power"; */ 53 53 function = LED_FUNCTION_FAULT; 54 54 color = <LED_COLOR_ID_RED>; 55 55 gpios = <&hc595 1 GPIO_ACTIVE_HIGH>; 56 56 }; 57 57 58 - power1 { 58 + led-power1 { 59 59 /* label = "bcm53xx:white:power"; */ 60 60 function = LED_FUNCTION_POWER; 61 61 color = <LED_COLOR_ID_WHITE>; ··· 63 63 linux,default-trigger = "default-on"; 64 64 }; 65 65 66 - router0 { 66 + led-router0 { 67 67 /* label = "bcm53xx:blue:router"; */ 68 68 function = LED_FUNCTION_STATUS; 69 69 color = <LED_COLOR_ID_BLUE>; ··· 71 71 linux,default-trigger = "default-on"; 72 72 }; 73 73 74 - router1 { 74 + led-router1 { 75 75 /* label = "bcm53xx:amber:router"; */ 76 76 function = LED_FUNCTION_STATUS; 77 77 color = <LED_COLOR_ID_AMBER>; 78 78 gpios = <&hc595 4 GPIO_ACTIVE_HIGH>; 79 79 }; 80 80 81 - wan { 81 + led-wan { 82 82 /* label = "bcm53xx:blue:wan"; */ 83 83 function = LED_FUNCTION_WAN; 84 84 color = <LED_COLOR_ID_BLUE>; ··· 86 86 linux,default-trigger = "default-on"; 87 87 }; 88 88 89 - wireless0 { 89 + led-wireless0 { 90 90 /* label = "bcm53xx:blue:wireless"; */ 91 91 function = LED_FUNCTION_WLAN; 92 92 color = <LED_COLOR_ID_BLUE>; 93 93 gpios = <&hc595 6 GPIO_ACTIVE_HIGH>; 94 94 }; 95 95 96 - wireless1 { 96 + led-wireless1 { 97 97 /* label = "bcm53xx:amber:wireless"; */ 98 98 function = LED_FUNCTION_WLAN; 99 99 color = <LED_COLOR_ID_AMBER>;
+8 -8
arch/arm/boot/dts/bcm4708-buffalo-wzr-1750dhp.dts
··· 49 49 leds { 50 50 compatible = "gpio-leds"; 51 51 52 - usb { 52 + led-usb { 53 53 label = "bcm53xx:blue:usb"; 54 54 gpios = <&hc595 0 GPIO_ACTIVE_HIGH>; 55 55 trigger-sources = <&ohci_port1>, <&ehci_port1>, ··· 58 58 linux,default-trigger = "usbport"; 59 59 }; 60 60 61 - power0 { 61 + led-power0 { 62 62 label = "bcm53xx:red:power"; 63 63 gpios = <&hc595 1 GPIO_ACTIVE_HIGH>; 64 64 }; 65 65 66 - power1 { 66 + led-power1 { 67 67 label = "bcm53xx:white:power"; 68 68 gpios = <&hc595 2 GPIO_ACTIVE_HIGH>; 69 69 linux,default-trigger = "default-on"; 70 70 }; 71 71 72 - router0 { 72 + led-router0 { 73 73 label = "bcm53xx:blue:router"; 74 74 gpios = <&hc595 3 GPIO_ACTIVE_HIGH>; 75 75 linux,default-trigger = "default-on"; 76 76 }; 77 77 78 - router1 { 78 + led-router1 { 79 79 label = "bcm53xx:amber:router"; 80 80 gpios = <&hc595 4 GPIO_ACTIVE_HIGH>; 81 81 }; 82 82 83 - wan { 83 + led-wan { 84 84 label = "bcm53xx:blue:wan"; 85 85 gpios = <&hc595 5 GPIO_ACTIVE_HIGH>; 86 86 linux,default-trigger = "default-on"; 87 87 }; 88 88 89 - wireless0 { 89 + led-wireless0 { 90 90 label = "bcm53xx:blue:wireless"; 91 91 gpios = <&hc595 6 GPIO_ACTIVE_HIGH>; 92 92 }; 93 93 94 - wireless1 { 94 + led-wireless1 { 95 95 label = "bcm53xx:amber:wireless"; 96 96 gpios = <&hc595 7 GPIO_ACTIVE_HIGH>; 97 97 };
+3 -3
arch/arm/boot/dts/bcm4708-luxul-xap-1510.dts
··· 23 23 leds { 24 24 compatible = "gpio-leds"; 25 25 26 - 5ghz { 26 + led-5ghz { 27 27 label = "bcm53xx:blue:5ghz"; 28 28 gpios = <&chipcommon 13 GPIO_ACTIVE_LOW>; 29 29 linux,default-trigger = "none"; 30 30 }; 31 31 32 - 2ghz { 32 + led-2ghz { 33 33 label = "bcm53xx:blue:2ghz"; 34 34 gpios = <&chipcommon 14 GPIO_ACTIVE_LOW>; 35 35 linux,default-trigger = "none"; 36 36 }; 37 37 38 - status { 38 + led-status { 39 39 label = "bcm53xx:green:status"; 40 40 gpios = <&chipcommon 15 GPIO_ACTIVE_LOW>; 41 41 linux,default-trigger = "timer";
+1 -1
arch/arm/boot/dts/bcm4708-luxul-xwc-1000.dts
··· 42 42 leds { 43 43 compatible = "gpio-leds"; 44 44 45 - status { 45 + led-status { 46 46 label = "bcm53xx:green:status"; 47 47 gpios = <&chipcommon 0 GPIO_ACTIVE_HIGH>; 48 48 linux,default-trigger = "timer";
+5 -5
arch/arm/boot/dts/bcm4708-netgear-r6250.dts
··· 29 29 leds { 30 30 compatible = "gpio-leds"; 31 31 32 - logo { 32 + led-logo { 33 33 label = "bcm53xx:white:logo"; 34 34 gpios = <&chipcommon 1 GPIO_ACTIVE_HIGH>; 35 35 linux,default-trigger = "default-on"; 36 36 }; 37 37 38 - power0 { 38 + led-power0 { 39 39 label = "bcm53xx:green:power"; 40 40 gpios = <&chipcommon 2 GPIO_ACTIVE_LOW>; 41 41 linux,default-trigger = "default-on"; 42 42 }; 43 43 44 - power1 { 44 + led-power1 { 45 45 label = "bcm53xx:amber:power"; 46 46 gpios = <&chipcommon 3 GPIO_ACTIVE_LOW>; 47 47 }; 48 48 49 - usb { 49 + led-usb { 50 50 label = "bcm53xx:blue:usb"; 51 51 gpios = <&chipcommon 8 GPIO_ACTIVE_LOW>; 52 52 trigger-sources = <&ohci_port1>, <&ehci_port1>, ··· 54 54 linux,default-trigger = "usbport"; 55 55 }; 56 56 57 - wireless { 57 + led-wireless { 58 58 label = "bcm53xx:blue:wireless"; 59 59 gpios = <&chipcommon 11 GPIO_ACTIVE_LOW>; 60 60 };
+5 -5
arch/arm/boot/dts/bcm4708-netgear-r6300-v2.dts
··· 28 28 leds { 29 29 compatible = "gpio-leds"; 30 30 31 - logo { 31 + led-logo { 32 32 label = "bcm53xx:white:logo"; 33 33 gpios = <&chipcommon 1 GPIO_ACTIVE_HIGH>; 34 34 linux,default-trigger = "default-on"; 35 35 }; 36 36 37 - power0 { 37 + led-power0 { 38 38 label = "bcm53xx:green:power"; 39 39 gpios = <&chipcommon 2 GPIO_ACTIVE_LOW>; 40 40 }; 41 41 42 - power1 { 42 + led-power1 { 43 43 label = "bcm53xx:amber:power"; 44 44 gpios = <&chipcommon 3 GPIO_ACTIVE_LOW>; 45 45 linux,default-trigger = "default-on"; 46 46 }; 47 47 48 - usb { 48 + led-usb { 49 49 label = "bcm53xx:blue:usb"; 50 50 gpios = <&chipcommon 8 GPIO_ACTIVE_LOW>; 51 51 }; 52 52 53 - wireless { 53 + led-wireless { 54 54 label = "bcm53xx:blue:wireless"; 55 55 gpios = <&chipcommon 11 GPIO_ACTIVE_LOW>; 56 56 };
+11 -11
arch/arm/boot/dts/bcm4708-smartrg-sr400ac.dts
··· 28 28 leds { 29 29 compatible = "gpio-leds"; 30 30 31 - power-white { 31 + led-power-white { 32 32 label = "bcm53xx:white:power"; 33 33 gpios = <&chipcommon 1 GPIO_ACTIVE_HIGH>; 34 34 linux,default-trigger = "default-on"; 35 35 }; 36 36 37 - power-amber { 37 + led-power-amber { 38 38 label = "bcm53xx:amber:power"; 39 39 gpios = <&chipcommon 2 GPIO_ACTIVE_HIGH>; 40 40 }; 41 41 42 - usb2 { 42 + led-usb2 { 43 43 label = "bcm53xx:white:usb2"; 44 44 gpios = <&chipcommon 3 GPIO_ACTIVE_HIGH>; 45 45 trigger-sources = <&ohci_port2>, <&ehci_port2>; 46 46 linux,default-trigger = "usbport"; 47 47 }; 48 48 49 - usb3-white { 49 + led-usb3-white { 50 50 label = "bcm53xx:white:usb3"; 51 51 gpios = <&chipcommon 4 GPIO_ACTIVE_HIGH>; 52 52 trigger-sources = <&xhci_port1>; 53 53 linux,default-trigger = "usbport"; 54 54 }; 55 55 56 - usb3-green { 56 + led-usb3-green { 57 57 label = "bcm53xx:green:usb3"; 58 58 gpios = <&chipcommon 5 GPIO_ACTIVE_HIGH>; 59 59 trigger-sources = <&ohci_port1>, <&ehci_port1>; 60 60 linux,default-trigger = "usbport"; 61 61 }; 62 62 63 - wps { 63 + led-wps { 64 64 label = "bcm53xx:white:wps"; 65 65 gpios = <&chipcommon 6 GPIO_ACTIVE_HIGH>; 66 66 }; 67 67 68 - status-red { 68 + led-status-red { 69 69 label = "bcm53xx:red:status"; 70 70 gpios = <&chipcommon 8 GPIO_ACTIVE_HIGH>; 71 71 }; 72 72 73 - status-green { 73 + led-status-green { 74 74 label = "bcm53xx:green:status"; 75 75 gpios = <&chipcommon 9 GPIO_ACTIVE_HIGH>; 76 76 }; 77 77 78 - status-blue { 78 + led-status-blue { 79 79 label = "bcm53xx:blue:status"; 80 80 gpios = <&chipcommon 10 GPIO_ACTIVE_HIGH>; 81 81 }; 82 82 83 - wan-white { 83 + led-wan-white { 84 84 label = "bcm53xx:white:wan"; 85 85 gpios = <&chipcommon 12 GPIO_ACTIVE_HIGH>; 86 86 }; 87 87 88 - wan-red { 88 + led-wan-red { 89 89 label = "bcm53xx:red:wan"; 90 90 gpios = <&chipcommon 13 GPIO_ACTIVE_HIGH>; 91 91 };
+5 -5
arch/arm/boot/dts/bcm47081-asus-rt-n18u.dts
··· 28 28 leds { 29 29 compatible = "gpio-leds"; 30 30 31 - power { 31 + led-power { 32 32 label = "bcm53xx:blue:power"; 33 33 gpios = <&chipcommon 0 GPIO_ACTIVE_LOW>; 34 34 linux,default-trigger = "default-on"; 35 35 }; 36 36 37 - usb2 { 37 + led-usb2 { 38 38 label = "bcm53xx:blue:usb2"; 39 39 gpios = <&chipcommon 3 GPIO_ACTIVE_LOW>; 40 40 }; 41 41 42 - wan { 42 + led-wan { 43 43 label = "bcm53xx:blue:wan"; 44 44 gpios = <&chipcommon 6 GPIO_ACTIVE_LOW>; 45 45 linux,default-trigger = "default-on"; 46 46 }; 47 47 48 - lan { 48 + led-lan { 49 49 label = "bcm53xx:blue:lan"; 50 50 gpios = <&chipcommon 9 GPIO_ACTIVE_LOW>; 51 51 linux,default-trigger = "default-on"; 52 52 }; 53 53 54 - usb3 { 54 + led-usb3 { 55 55 label = "bcm53xx:blue:usb3"; 56 56 gpios = <&chipcommon 14 GPIO_ACTIVE_LOW>; 57 57 };
+7 -7
arch/arm/boot/dts/bcm47081-buffalo-wzr-600dhp2.dts
··· 49 49 leds { 50 50 compatible = "gpio-leds"; 51 51 52 - power0 { 52 + led-power0 { 53 53 label = "bcm53xx:green:power"; 54 54 gpios = <&hc595 1 GPIO_ACTIVE_HIGH>; 55 55 linux,default-trigger = "default-on"; 56 56 }; 57 57 58 - power1 { 58 + led-power1 { 59 59 label = "bcm53xx:red:power"; 60 60 gpios = <&hc595 2 GPIO_ACTIVE_HIGH>; 61 61 }; 62 62 63 - router0 { 63 + led-router0 { 64 64 label = "bcm53xx:green:router"; 65 65 gpios = <&hc595 3 GPIO_ACTIVE_HIGH>; 66 66 linux,default-trigger = "default-on"; 67 67 }; 68 68 69 - router1 { 69 + led-router1 { 70 70 label = "bcm53xx:amber:router"; 71 71 gpios = <&hc595 4 GPIO_ACTIVE_HIGH>; 72 72 }; 73 73 74 - wan { 74 + led-wan { 75 75 label = "bcm53xx:green:wan"; 76 76 gpios = <&hc595 5 GPIO_ACTIVE_HIGH>; 77 77 linux,default-trigger = "default-on"; 78 78 }; 79 79 80 - wireless0 { 80 + led-wireless0 { 81 81 label = "bcm53xx:green:wireless"; 82 82 gpios = <&hc595 6 GPIO_ACTIVE_HIGH>; 83 83 }; 84 84 85 - wireless1 { 85 + led-wireless1 { 86 86 label = "bcm53xx:amber:wireless"; 87 87 gpios = <&hc595 7 GPIO_ACTIVE_HIGH>; 88 88 };
+8 -8
arch/arm/boot/dts/bcm47081-buffalo-wzr-900dhp.dts
··· 49 49 leds { 50 50 compatible = "gpio-leds"; 51 51 52 - usb { 52 + led-usb { 53 53 label = "bcm53xx:green:usb"; 54 54 gpios = <&hc595 0 GPIO_ACTIVE_HIGH>; 55 55 }; 56 56 57 - power0 { 57 + led-power0 { 58 58 label = "bcm53xx:green:power"; 59 59 gpios = <&hc595 1 GPIO_ACTIVE_HIGH>; 60 60 linux,default-trigger = "default-on"; 61 61 }; 62 62 63 - power1 { 63 + led-power1 { 64 64 label = "bcm53xx:red:power"; 65 65 gpios = <&hc595 2 GPIO_ACTIVE_HIGH>; 66 66 }; 67 67 68 - router0 { 68 + led-router0 { 69 69 label = "bcm53xx:green:router"; 70 70 gpios = <&hc595 3 GPIO_ACTIVE_HIGH>; 71 71 linux,default-trigger = "default-on"; 72 72 }; 73 73 74 - router1 { 74 + led-router1 { 75 75 label = "bcm53xx:amber:router"; 76 76 gpios = <&hc595 4 GPIO_ACTIVE_HIGH>; 77 77 }; 78 78 79 - wan { 79 + led-wan { 80 80 label = "bcm53xx:green:wan"; 81 81 gpios = <&hc595 5 GPIO_ACTIVE_HIGH>; 82 82 linux,default-trigger = "default-on"; 83 83 }; 84 84 85 - wireless0 { 85 + led-wireless0 { 86 86 label = "bcm53xx:green:wireless"; 87 87 gpios = <&hc595 6 GPIO_ACTIVE_HIGH>; 88 88 }; 89 89 90 - wireless1 { 90 + led-wireless1 { 91 91 label = "bcm53xx:amber:wireless"; 92 92 gpios = <&hc595 7 GPIO_ACTIVE_HIGH>; 93 93 };
+3 -3
arch/arm/boot/dts/bcm47081-luxul-xap-1410.dts
··· 23 23 leds { 24 24 compatible = "gpio-leds"; 25 25 26 - 5ghz { 26 + led-5ghz { 27 27 label = "bcm53xx:blue:5ghz"; 28 28 gpios = <&chipcommon 13 GPIO_ACTIVE_LOW>; 29 29 linux,default-trigger = "none"; 30 30 }; 31 31 32 - 2ghz { 32 + led-2ghz { 33 33 label = "bcm53xx:blue:2ghz"; 34 34 gpios = <&chipcommon 14 GPIO_ACTIVE_LOW>; 35 35 linux,default-trigger = "none"; 36 36 }; 37 37 38 - status { 38 + led-status { 39 39 label = "bcm53xx:green:status"; 40 40 gpios = <&chipcommon 15 GPIO_ACTIVE_LOW>; 41 41 linux,default-trigger = "timer";
+10 -10
arch/arm/boot/dts/bcm47081-luxul-xwr-1200.dts
··· 29 29 leds { 30 30 compatible = "gpio-leds"; 31 31 32 - power { 32 + led-power { 33 33 label = "bcm53xx:green:power"; 34 34 gpios = <&chipcommon 0 GPIO_ACTIVE_LOW>; 35 35 linux,default-trigger = "default-on"; 36 36 }; 37 37 38 - lan3 { 38 + led-lan3 { 39 39 label = "bcm53xx:green:lan3"; 40 40 gpios = <&chipcommon 1 GPIO_ACTIVE_LOW>; 41 41 linux,default-trigger = "none"; 42 42 }; 43 43 44 - lan4 { 44 + led-lan4 { 45 45 label = "bcm53xx:green:lan4"; 46 46 gpios = <&chipcommon 2 GPIO_ACTIVE_LOW>; 47 47 linux,default-trigger = "none"; 48 48 }; 49 49 50 - wan { 50 + led-wan { 51 51 label = "bcm53xx:green:wan"; 52 52 gpios = <&chipcommon 3 GPIO_ACTIVE_LOW>; 53 53 linux,default-trigger = "none"; 54 54 }; 55 55 56 - lan2 { 56 + led-lan2 { 57 57 label = "bcm53xx:green:lan2"; 58 58 gpios = <&chipcommon 6 GPIO_ACTIVE_LOW>; 59 59 linux,default-trigger = "none"; 60 60 }; 61 61 62 - usb { 62 + led-usb { 63 63 label = "bcm53xx:green:usb"; 64 64 gpios = <&chipcommon 8 GPIO_ACTIVE_LOW>; 65 65 trigger-sources = <&ohci_port2>, <&ehci_port2>; 66 66 linux,default-trigger = "usbport"; 67 67 }; 68 68 69 - status { 69 + led-status { 70 70 label = "bcm53xx:green:status"; 71 71 gpios = <&chipcommon 10 GPIO_ACTIVE_LOW>; 72 72 linux,default-trigger = "timer"; 73 73 }; 74 74 75 - 2ghz { 75 + led-2ghz { 76 76 label = "bcm53xx:green:2ghz"; 77 77 gpios = <&chipcommon 13 GPIO_ACTIVE_LOW>; 78 78 linux,default-trigger = "none"; 79 79 }; 80 80 81 - 5ghz { 81 + led-5ghz { 82 82 label = "bcm53xx:green:5ghz"; 83 83 gpios = <&chipcommon 14 GPIO_ACTIVE_LOW>; 84 84 linux,default-trigger = "none"; 85 85 }; 86 86 87 - lan1 { 87 + led-lan1 { 88 88 label = "bcm53xx:green:lan1"; 89 89 gpios = <&chipcommon 15 GPIO_ACTIVE_LOW>; 90 90 linux,default-trigger = "none";
+3 -3
arch/arm/boot/dts/bcm4709-asus-rt-ac87u.dts
··· 28 28 leds { 29 29 compatible = "gpio-leds"; 30 30 31 - wps { 31 + led-wps { 32 32 label = "bcm53xx:blue:wps"; 33 33 gpios = <&chipcommon 1 GPIO_ACTIVE_LOW>; 34 34 }; 35 35 36 - power { 36 + led-power { 37 37 label = "bcm53xx:blue:power"; 38 38 gpios = <&chipcommon 3 GPIO_ACTIVE_LOW>; 39 39 linux,default-trigger = "default-on"; 40 40 }; 41 41 42 - wan { 42 + led-wan { 43 43 label = "bcm53xx:red:wan"; 44 44 gpios = <&chipcommon 5 GPIO_ACTIVE_LOW>; 45 45 };
+9 -9
arch/arm/boot/dts/bcm4709-buffalo-wxr-1900dhp.dts
··· 28 28 leds { 29 29 compatible = "gpio-leds"; 30 30 31 - usb { 31 + led-usb { 32 32 label = "bcm53xx:green:usb"; 33 33 gpios = <&chipcommon 4 GPIO_ACTIVE_HIGH>; 34 34 }; 35 35 36 - power-amber { 36 + led-power-amber { 37 37 label = "bcm53xx:amber:power"; 38 38 gpios = <&chipcommon 5 GPIO_ACTIVE_HIGH>; 39 39 }; 40 40 41 - power-white { 41 + led-power-white { 42 42 label = "bcm53xx:white:power"; 43 43 gpios = <&chipcommon 6 GPIO_ACTIVE_HIGH>; 44 44 linux,default-trigger = "default-on"; 45 45 }; 46 46 47 - router-amber { 47 + led-router-amber { 48 48 label = "bcm53xx:amber:router"; 49 49 gpios = <&chipcommon 7 GPIO_ACTIVE_HIGH>; 50 50 }; 51 51 52 - router-white { 52 + led-router-white { 53 53 label = "bcm53xx:white:router"; 54 54 gpios = <&chipcommon 8 GPIO_ACTIVE_HIGH>; 55 55 }; 56 56 57 - wan-amber { 57 + led-wan-amber { 58 58 label = "bcm53xx:amber:wan"; 59 59 gpios = <&chipcommon 9 GPIO_ACTIVE_HIGH>; 60 60 }; 61 61 62 - wan-white { 62 + led-wan-white { 63 63 label = "bcm53xx:white:wan"; 64 64 gpios = <&chipcommon 10 GPIO_ACTIVE_HIGH>; 65 65 }; 66 66 67 - wireless-amber { 67 + led-wireless-amber { 68 68 label = "bcm53xx:amber:wireless"; 69 69 gpios = <&chipcommon 11 GPIO_ACTIVE_HIGH>; 70 70 }; 71 71 72 - wireless-white { 72 + led-wireless-white { 73 73 label = "bcm53xx:white:wireless"; 74 74 gpios = <&chipcommon 12 GPIO_ACTIVE_HIGH>; 75 75 };
+8 -8
arch/arm/boot/dts/bcm4709-netgear-r7000.dts
··· 28 28 leds { 29 29 compatible = "gpio-leds"; 30 30 31 - power-white { 31 + led-power-white { 32 32 label = "bcm53xx:white:power"; 33 33 gpios = <&chipcommon 2 GPIO_ACTIVE_LOW>; 34 34 linux,default-trigger = "default-on"; 35 35 }; 36 36 37 - power-amber { 37 + led-power-amber { 38 38 label = "bcm53xx:amber:power"; 39 39 gpios = <&chipcommon 3 GPIO_ACTIVE_LOW>; 40 40 }; 41 41 42 - 5ghz { 42 + led-5ghz { 43 43 label = "bcm53xx:white:5ghz"; 44 44 gpios = <&chipcommon 12 GPIO_ACTIVE_LOW>; 45 45 }; 46 46 47 - 2ghz { 47 + led-2ghz { 48 48 label = "bcm53xx:white:2ghz"; 49 49 gpios = <&chipcommon 13 GPIO_ACTIVE_LOW>; 50 50 }; 51 51 52 - wps { 52 + led-wps { 53 53 label = "bcm53xx:white:wps"; 54 54 gpios = <&chipcommon 14 GPIO_ACTIVE_HIGH>; 55 55 }; 56 56 57 - wireless { 57 + led-wireless { 58 58 label = "bcm53xx:white:wireless"; 59 59 gpios = <&chipcommon 15 GPIO_ACTIVE_HIGH>; 60 60 }; 61 61 62 - usb3 { 62 + led-usb3 { 63 63 label = "bcm53xx:white:usb3"; 64 64 gpios = <&chipcommon 17 GPIO_ACTIVE_LOW>; 65 65 }; 66 66 67 - usb2 { 67 + led-usb2 { 68 68 label = "bcm53xx:white:usb2"; 69 69 gpios = <&chipcommon 18 GPIO_ACTIVE_LOW>; 70 70 };
+11 -11
arch/arm/boot/dts/bcm4709-netgear-r8000.dts
··· 39 39 leds { 40 40 compatible = "gpio-leds"; 41 41 42 - power-white { 42 + led-power-white { 43 43 label = "bcm53xx:white:power"; 44 44 gpios = <&chipcommon 2 GPIO_ACTIVE_LOW>; 45 45 linux,default-trigger = "default-on"; 46 46 }; 47 47 48 - power-amber { 48 + led-power-amber { 49 49 label = "bcm53xx:amber:power"; 50 50 gpios = <&chipcommon 3 GPIO_ACTIVE_LOW>; 51 51 }; 52 52 53 - wan-white { 53 + led-wan-white { 54 54 label = "bcm53xx:white:wan"; 55 55 gpios = <&chipcommon 8 GPIO_ACTIVE_LOW>; 56 56 linux,default-trigger = "default-on"; 57 57 }; 58 58 59 - wan-amber { 59 + led-wan-amber { 60 60 label = "bcm53xx:amber:wan"; 61 61 gpios = <&chipcommon 9 GPIO_ACTIVE_HIGH>; 62 62 }; 63 63 64 - 5ghz-1 { 64 + led-5ghz-1 { 65 65 label = "bcm53xx:white:5ghz-1"; 66 66 gpios = <&chipcommon 12 GPIO_ACTIVE_LOW>; 67 67 }; 68 68 69 - 2ghz { 69 + led-2ghz { 70 70 label = "bcm53xx:white:2ghz"; 71 71 gpios = <&chipcommon 13 GPIO_ACTIVE_LOW>; 72 72 }; 73 73 74 - wireless { 74 + led-wireless { 75 75 label = "bcm53xx:white:wireless"; 76 76 gpios = <&chipcommon 14 GPIO_ACTIVE_HIGH>; 77 77 }; 78 78 79 - wps { 79 + led-wps { 80 80 label = "bcm53xx:white:wps"; 81 81 gpios = <&chipcommon 15 GPIO_ACTIVE_HIGH>; 82 82 }; 83 83 84 - 5ghz-2 { 84 + led-5ghz-2 { 85 85 label = "bcm53xx:white:5ghz-2"; 86 86 gpios = <&chipcommon 16 GPIO_ACTIVE_LOW>; 87 87 }; 88 88 89 - usb3 { 89 + led-usb3 { 90 90 label = "bcm53xx:white:usb3"; 91 91 gpios = <&chipcommon 17 GPIO_ACTIVE_LOW>; 92 92 }; 93 93 94 - usb2 { 94 + led-usb2 { 95 95 label = "bcm53xx:white:usb2"; 96 96 gpios = <&chipcommon 18 GPIO_ACTIVE_LOW>; 97 97 };
+6 -6
arch/arm/boot/dts/bcm47094-asus-rt-ac88u.dts
··· 33 33 leds { 34 34 compatible = "gpio-leds"; 35 35 36 - power { 36 + led-power { 37 37 label = "white:power"; 38 38 gpios = <&chipcommon 3 GPIO_ACTIVE_LOW>; 39 39 linux,default-trigger = "default-on"; 40 40 }; 41 41 42 - wan-red { 42 + led-wan-red { 43 43 label = "red:wan"; 44 44 gpios = <&chipcommon 5 GPIO_ACTIVE_HIGH>; 45 45 }; 46 46 47 - lan { 47 + led-lan { 48 48 label = "white:lan"; 49 49 gpios = <&chipcommon 21 GPIO_ACTIVE_LOW>; 50 50 }; 51 51 52 - usb2 { 52 + led-usb2 { 53 53 label = "white:usb2"; 54 54 gpios = <&chipcommon 16 GPIO_ACTIVE_LOW>; 55 55 trigger-sources = <&ehci_port2>; 56 56 linux,default-trigger = "usbport"; 57 57 }; 58 58 59 - usb3 { 59 + led-usb3 { 60 60 label = "white:usb3"; 61 61 gpios = <&chipcommon 17 GPIO_ACTIVE_LOW>; 62 62 trigger-sources = <&ehci_port1>, <&xhci_port1>; 63 63 linux,default-trigger = "usbport"; 64 64 }; 65 65 66 - wps { 66 + led-wps { 67 67 label = "white:wps"; 68 68 gpios = <&chipcommon 19 GPIO_ACTIVE_LOW>; 69 69 };
+14 -14
arch/arm/boot/dts/bcm47094-linksys-panamera.dts
··· 52 52 leds { 53 53 compatible = "gpio-leds"; 54 54 55 - wps { 55 + led-wps { 56 56 label = "bcm53xx:white:wps"; 57 57 gpios = <&chipcommon 22 GPIO_ACTIVE_LOW>; 58 58 }; 59 59 60 - usb2 { 60 + led-usb2 { 61 61 label = "bcm53xx:green:usb2"; 62 62 gpios = <&chipcommon 1 GPIO_ACTIVE_LOW>; 63 63 trigger-sources = <&ohci_port2>, <&ehci_port2>; 64 64 linux,default-trigger = "usbport"; 65 65 }; 66 66 67 - usb3 { 67 + led-usb3 { 68 68 label = "bcm53xx:green:usb3"; 69 69 gpios = <&chipcommon 2 GPIO_ACTIVE_LOW>; 70 70 trigger-sources = <&ohci_port1>, <&ehci_port1>, ··· 72 72 linux,default-trigger = "usbport"; 73 73 }; 74 74 75 - power { 75 + led-power { 76 76 label = "bcm53xx:white:power"; 77 77 gpios = <&chipcommon 4 GPIO_ACTIVE_HIGH>; 78 78 linux,default-trigger = "default-on"; 79 79 }; 80 80 81 - wifi-disabled { 81 + led-wifi-disabled { 82 82 label = "bcm53xx:amber:wifi-disabled"; 83 83 gpios = <&chipcommon 0 GPIO_ACTIVE_LOW>; 84 84 }; 85 85 86 - wifi-enabled { 86 + led-wifi-enabled { 87 87 label = "bcm53xx:white:wifi-enabled"; 88 88 gpios = <&chipcommon 5 GPIO_ACTIVE_HIGH>; 89 89 }; 90 90 91 - bluebar1 { 91 + led-bluebar1 { 92 92 label = "bcm53xx:white:bluebar1"; 93 93 gpios = <&chipcommon 11 GPIO_ACTIVE_HIGH>; 94 94 }; 95 95 96 - bluebar2 { 96 + led-bluebar2 { 97 97 label = "bcm53xx:white:bluebar2"; 98 98 gpios = <&chipcommon 12 GPIO_ACTIVE_HIGH>; 99 99 }; 100 100 101 - bluebar3 { 101 + led-bluebar3 { 102 102 label = "bcm53xx:white:bluebar3"; 103 103 gpios = <&chipcommon 15 GPIO_ACTIVE_LOW>; 104 104 }; 105 105 106 - bluebar4 { 106 + led-bluebar4 { 107 107 label = "bcm53xx:white:bluebar4"; 108 108 gpios = <&chipcommon 18 GPIO_ACTIVE_HIGH>; 109 109 }; 110 110 111 - bluebar5 { 111 + led-bluebar5 { 112 112 label = "bcm53xx:white:bluebar5"; 113 113 gpios = <&chipcommon 19 GPIO_ACTIVE_HIGH>; 114 114 }; 115 115 116 - bluebar6 { 116 + led-bluebar6 { 117 117 label = "bcm53xx:white:bluebar6"; 118 118 gpios = <&chipcommon 20 GPIO_ACTIVE_HIGH>; 119 119 }; 120 120 121 - bluebar7 { 121 + led-bluebar7 { 122 122 label = "bcm53xx:white:bluebar7"; 123 123 gpios = <&chipcommon 21 GPIO_ACTIVE_HIGH>; 124 124 }; 125 125 126 - bluebar8 { 126 + led-bluebar8 { 127 127 label = "bcm53xx:white:bluebar8"; 128 128 gpios = <&chipcommon 8 GPIO_ACTIVE_HIGH>; 129 129 };
+2 -2
arch/arm/boot/dts/bcm47094-luxul-abr-4500.dts
··· 30 30 leds { 31 31 compatible = "gpio-leds"; 32 32 33 - status { 33 + led-status { 34 34 label = "bcm53xx:green:status"; 35 35 gpios = <&chipcommon 20 GPIO_ACTIVE_LOW>; 36 36 linux,default-trigger = "timer"; 37 37 }; 38 38 39 - usb3 { 39 + led-usb3 { 40 40 label = "bcm53xx:green:usb3"; 41 41 gpios = <&chipcommon 19 GPIO_ACTIVE_LOW>; 42 42 trigger-sources = <&ohci_port1>, <&ehci_port1>,
+3 -3
arch/arm/boot/dts/bcm47094-luxul-xap-1610.dts
··· 23 23 leds { 24 24 compatible = "gpio-leds"; 25 25 26 - status { 26 + led-status { 27 27 label = "bcm53xx:green:status"; 28 28 gpios = <&chipcommon 0 GPIO_ACTIVE_LOW>; 29 29 linux,default-trigger = "timer"; 30 30 }; 31 31 32 - 2ghz { 32 + led-2ghz { 33 33 label = "bcm53xx:blue:2ghz"; 34 34 gpios = <&chipcommon 13 GPIO_ACTIVE_LOW>; 35 35 }; 36 36 37 - 5ghz { 37 + led-5ghz { 38 38 label = "bcm53xx:blue:5ghz"; 39 39 gpios = <&chipcommon 14 GPIO_ACTIVE_LOW>; 40 40 };
+2 -2
arch/arm/boot/dts/bcm47094-luxul-xbr-4500.dts
··· 30 30 leds { 31 31 compatible = "gpio-leds"; 32 32 33 - status { 33 + led-status { 34 34 label = "bcm53xx:green:status"; 35 35 gpios = <&chipcommon 20 GPIO_ACTIVE_HIGH>; 36 36 linux,default-trigger = "timer"; 37 37 }; 38 38 39 - usb3 { 39 + led-usb3 { 40 40 label = "bcm53xx:green:usb3"; 41 41 gpios = <&chipcommon 19 GPIO_ACTIVE_HIGH>; 42 42 trigger-sources = <&ohci_port1>, <&ehci_port1>,
+1 -1
arch/arm/boot/dts/bcm47094-luxul-xwc-2000.dts
··· 25 25 leds { 26 26 compatible = "gpio-leds"; 27 27 28 - status { 28 + led-status { 29 29 label = "bcm53xx:green:status"; 30 30 gpios = <&chipcommon 18 GPIO_ACTIVE_LOW>; 31 31 linux,default-trigger = "timer";
+10 -10
arch/arm/boot/dts/bcm47094-luxul-xwr-3100.dts
··· 30 30 leds { 31 31 compatible = "gpio-leds"; 32 32 33 - power { 33 + led-power { 34 34 label = "bcm53xx:green:power"; 35 35 gpios = <&chipcommon 0 GPIO_ACTIVE_LOW>; 36 36 linux,default-trigger = "default-on"; 37 37 }; 38 38 39 - lan3 { 39 + led-lan3 { 40 40 label = "bcm53xx:green:lan3"; 41 41 gpios = <&chipcommon 1 GPIO_ACTIVE_LOW>; 42 42 }; 43 43 44 - lan4 { 44 + led-lan4 { 45 45 label = "bcm53xx:green:lan4"; 46 46 gpios = <&chipcommon 2 GPIO_ACTIVE_LOW>; 47 47 }; 48 48 49 - wan { 49 + led-wan { 50 50 label = "bcm53xx:green:wan"; 51 51 gpios = <&chipcommon 3 GPIO_ACTIVE_LOW>; 52 52 }; 53 53 54 - lan1 { 54 + led-lan1 { 55 55 label = "bcm53xx:green:lan1"; 56 56 gpios = <&chipcommon 4 GPIO_ACTIVE_LOW>; 57 57 }; 58 58 59 - lan2 { 59 + led-lan2 { 60 60 label = "bcm53xx:green:lan2"; 61 61 gpios = <&chipcommon 6 GPIO_ACTIVE_LOW>; 62 62 }; 63 63 64 - usb3 { 64 + led-usb3 { 65 65 label = "bcm53xx:green:usb3"; 66 66 gpios = <&chipcommon 8 GPIO_ACTIVE_LOW>; 67 67 trigger-sources = <&ohci_port1>, <&ehci_port1>, ··· 69 69 linux,default-trigger = "usbport"; 70 70 }; 71 71 72 - status { 72 + led-status { 73 73 label = "bcm53xx:green:status"; 74 74 gpios = <&chipcommon 10 GPIO_ACTIVE_LOW>; 75 75 linux,default-trigger = "timer"; 76 76 }; 77 77 78 - 2ghz { 78 + led-2ghz { 79 79 label = "bcm53xx:green:2ghz"; 80 80 gpios = <&chipcommon 13 GPIO_ACTIVE_LOW>; 81 81 }; 82 82 83 - 5ghz { 83 + led-5ghz { 84 84 label = "bcm53xx:green:5ghz"; 85 85 gpios = <&chipcommon 14 GPIO_ACTIVE_LOW>; 86 86 };
+5 -5
arch/arm/boot/dts/bcm47094-luxul-xwr-3150-v1.dts
··· 33 33 leds { 34 34 compatible = "gpio-leds"; 35 35 36 - power { 36 + led-power { 37 37 label = "bcm53xx:green:power"; 38 38 gpios = <&chipcommon 0 GPIO_ACTIVE_LOW>; 39 39 linux,default-trigger = "default-on"; 40 40 }; 41 41 42 - usb3 { 42 + led-usb3 { 43 43 label = "bcm53xx:green:usb3"; 44 44 gpios = <&chipcommon 8 GPIO_ACTIVE_LOW>; 45 45 trigger-sources = <&ohci_port1>, <&ehci_port1>, ··· 47 47 linux,default-trigger = "usbport"; 48 48 }; 49 49 50 - status { 50 + led-status { 51 51 label = "bcm53xx:green:status"; 52 52 gpios = <&chipcommon 10 GPIO_ACTIVE_LOW>; 53 53 linux,default-trigger = "timer"; 54 54 }; 55 55 56 - 2ghz { 56 + led-2ghz { 57 57 label = "bcm53xx:green:2ghz"; 58 58 gpios = <&chipcommon 13 GPIO_ACTIVE_LOW>; 59 59 }; 60 60 61 - 5ghz { 61 + led-5ghz { 62 62 label = "bcm53xx:green:5ghz"; 63 63 gpios = <&chipcommon 14 GPIO_ACTIVE_LOW>; 64 64 };
+7 -7
arch/arm/boot/dts/bcm47094-netgear-r8500.dts
··· 25 25 leds { 26 26 compatible = "gpio-leds"; 27 27 28 - power0 { 28 + led-power0 { 29 29 label = "bcm53xx:white:power"; 30 30 gpios = <&chipcommon 2 GPIO_ACTIVE_LOW>; 31 31 linux,default-trigger = "default-on"; 32 32 }; 33 33 34 - power1 { 34 + led-power1 { 35 35 label = "bcm53xx:amber:power"; 36 36 gpios = <&chipcommon 3 GPIO_ACTIVE_LOW>; 37 37 }; 38 38 39 - 5ghz-1 { 39 + led-5ghz-1 { 40 40 label = "bcm53xx:white:5ghz-1"; 41 41 gpios = <&chipcommon 11 GPIO_ACTIVE_LOW>; 42 42 }; 43 43 44 - 5ghz-2 { 44 + led-5ghz-2 { 45 45 label = "bcm53xx:white:5ghz-2"; 46 46 gpios = <&chipcommon 12 GPIO_ACTIVE_LOW>; 47 47 }; 48 48 49 - 2ghz { 49 + led-2ghz { 50 50 label = "bcm53xx:white:2ghz"; 51 51 gpios = <&chipcommon 13 GPIO_ACTIVE_LOW>; 52 52 }; 53 53 54 - usb2 { 54 + led-usb2 { 55 55 label = "bcm53xx:white:usb2"; 56 56 gpios = <&chipcommon 17 GPIO_ACTIVE_LOW>; 57 57 }; 58 58 59 - usb3 { 59 + led-usb3 { 60 60 label = "bcm53xx:white:usb3"; 61 61 gpios = <&chipcommon 18 GPIO_ACTIVE_LOW>; 62 62 };
+2 -2
arch/arm/boot/dts/bcm47189-luxul-xap-1440.dts
··· 23 23 leds { 24 24 compatible = "gpio-leds"; 25 25 26 - wlan { 26 + led-wlan { 27 27 label = "bcm53xx:blue:wlan"; 28 28 gpios = <&chipcommon 10 GPIO_ACTIVE_LOW>; 29 29 linux,default-trigger = "default-off"; 30 30 }; 31 31 32 - system { 32 + led-system { 33 33 label = "bcm53xx:green:system"; 34 34 gpios = <&chipcommon 11 GPIO_ACTIVE_LOW>; 35 35 linux,default-trigger = "timer";
+5 -5
arch/arm/boot/dts/bcm47189-luxul-xap-810.dts
··· 20 20 reg = <0x00000000 0x08000000>; 21 21 }; 22 22 23 - leds { 23 + leds-0 { 24 24 compatible = "gpio-leds"; 25 25 26 - 5ghz { 26 + led-5ghz { 27 27 label = "bcm53xx:blue:5ghz"; 28 28 gpios = <&chipcommon 11 GPIO_ACTIVE_HIGH>; 29 29 linux,default-trigger = "default-off"; 30 30 }; 31 31 32 - system { 32 + led-system { 33 33 label = "bcm53xx:green:system"; 34 34 gpios = <&chipcommon 15 GPIO_ACTIVE_HIGH>; 35 35 linux,default-trigger = "timer"; 36 36 }; 37 37 }; 38 38 39 - pcie0_leds { 39 + leds-1 { 40 40 compatible = "gpio-leds"; 41 41 42 - 2ghz { 42 + led-2ghz { 43 43 label = "bcm53xx:blue:2ghz"; 44 44 gpios = <&pcie0_chipcommon 3 GPIO_ACTIVE_HIGH>; 45 45 linux,default-trigger = "default-off";
+7 -7
arch/arm/boot/dts/bcm47189-tenda-ac9.dts
··· 20 20 reg = <0x00000000 0x08000000>; 21 21 }; 22 22 23 - leds { 23 + leds-0 { 24 24 compatible = "gpio-leds"; 25 25 26 - usb { 26 + led-usb { 27 27 label = "bcm53xx:blue:usb"; 28 28 gpios = <&chipcommon 1 GPIO_ACTIVE_HIGH>; 29 29 trigger-sources = <&ohci_port1>, <&ehci_port1>; 30 30 linux,default-trigger = "usbport"; 31 31 }; 32 32 33 - wps { 33 + led-wps { 34 34 label = "bcm53xx:blue:wps"; 35 35 gpios = <&chipcommon 10 GPIO_ACTIVE_HIGH>; 36 36 }; 37 37 38 - 5ghz { 38 + led-5ghz { 39 39 label = "bcm53xx:blue:5ghz"; 40 40 gpios = <&chipcommon 11 GPIO_ACTIVE_HIGH>; 41 41 }; 42 42 43 - system { 43 + led-system { 44 44 label = "bcm53xx:blue:system"; 45 45 gpios = <&chipcommon 15 GPIO_ACTIVE_HIGH>; 46 46 linux,default-trigger = "timer"; 47 47 }; 48 48 }; 49 49 50 - pcie0_leds { 50 + leds-1 { 51 51 compatible = "gpio-leds"; 52 52 53 - 2ghz { 53 + led-2ghz { 54 54 label = "bcm53xx:blue:2ghz"; 55 55 gpios = <&pcie0_chipcommon 3 GPIO_ACTIVE_HIGH>; 56 56 };
+3 -3
arch/arm/boot/dts/bcm53016-meraki-mr32.dts
··· 58 58 pwm-leds { 59 59 compatible = "pwm-leds"; 60 60 61 - red { 61 + led-0 { 62 62 /* SYS-LED 1 - Tricolor */ 63 63 function = LED_FUNCTION_INDICATOR; 64 64 color = <LED_COLOR_ID_RED>; ··· 66 66 max-brightness = <255>; 67 67 }; 68 68 69 - green { 69 + led-1 { 70 70 /* SYS-LED 1 - Tricolor */ 71 71 function = LED_FUNCTION_POWER; 72 72 color = <LED_COLOR_ID_GREEN>; ··· 74 74 max-brightness = <255>; 75 75 }; 76 76 77 - blue { 77 + led-2 { 78 78 /* SYS-LED 1 - Tricolor */ 79 79 function = LED_FUNCTION_INDICATOR; 80 80 color = <LED_COLOR_ID_BLUE>;
+3 -3
arch/arm/boot/dts/bcm947189acdbmr.dts
··· 25 25 leds { 26 26 compatible = "gpio-leds"; 27 27 28 - wps { 28 + led-wps { 29 29 label = "bcm53xx:blue:wps"; 30 30 gpios = <&chipcommon 10 GPIO_ACTIVE_HIGH>; 31 31 }; 32 32 33 - 5ghz { 33 + led-5ghz { 34 34 label = "bcm53xx:blue:5ghz"; 35 35 gpios = <&chipcommon 11 GPIO_ACTIVE_HIGH>; 36 36 }; 37 37 38 - 2ghz { 38 + led-2ghz { 39 39 label = "bcm53xx:blue:2ghz"; 40 40 gpios = <&chipcommon 12 GPIO_ACTIVE_HIGH>; 41 41 };