Commit 09e61efd authored by Arınç ÜNAL's avatar Arınç ÜNAL Committed by Thomas Bogendoerfer

mips: dts: align LED node names with dtschema

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

  mt7621-gnubee-gb-pc1.dtb: gpio-leds: 'power', 'system' do not match any of the regexes: '(^led-[0-9a-f]$|led)', 'pinctrl-[0-9]+'
Signed-off-by: default avatarArınç ÜNAL <arinc.unal@arinc9.com>
Reviewed-by: default avatarSergio Paracuellos <sergio.paracuellos@gmail.com>
Signed-off-by: default avatarThomas Bogendoerfer <tsbogend@alpha.franken.de>
parent 159c610a
...@@ -20,27 +20,27 @@ uart0: serial@1180000000800 { ...@@ -20,27 +20,27 @@ uart0: serial@1180000000800 {
leds { leds {
compatible = "gpio-leds"; compatible = "gpio-leds";
usb1 { led-usb1 {
label = "usb1"; label = "usb1";
gpios = <&gpio 9 GPIO_ACTIVE_LOW>; gpios = <&gpio 9 GPIO_ACTIVE_LOW>;
}; };
usb2 { led-usb2 {
label = "usb2"; label = "usb2";
gpios = <&gpio 10 GPIO_ACTIVE_LOW>; gpios = <&gpio 10 GPIO_ACTIVE_LOW>;
}; };
wps { led-wps {
label = "wps"; label = "wps";
gpios = <&gpio 11 GPIO_ACTIVE_LOW>; gpios = <&gpio 11 GPIO_ACTIVE_LOW>;
}; };
wireless1 { led-wireless1 {
label = "5g"; label = "5g";
gpios = <&gpio 17 GPIO_ACTIVE_LOW>; gpios = <&gpio 17 GPIO_ACTIVE_LOW>;
}; };
wireless2 { led-wireless2 {
label = "2.4g"; label = "2.4g";
gpios = <&gpio 18 GPIO_ACTIVE_LOW>; gpios = <&gpio 18 GPIO_ACTIVE_LOW>;
}; };
......
...@@ -21,15 +21,15 @@ uart0: serial@1180000000800 { ...@@ -21,15 +21,15 @@ uart0: serial@1180000000800 {
leds { leds {
compatible = "gpio-leds"; compatible = "gpio-leds";
usb { led-usb {
gpios = <&gpio 9 GPIO_ACTIVE_LOW>; gpios = <&gpio 9 GPIO_ACTIVE_LOW>;
}; };
wps { led-wps {
gpios = <&gpio 11 GPIO_ACTIVE_LOW>; gpios = <&gpio 11 GPIO_ACTIVE_LOW>;
}; };
wireless { led-wireless {
label = "2.4g"; label = "2.4g";
gpios = <&gpio 18 GPIO_ACTIVE_LOW>; gpios = <&gpio 18 GPIO_ACTIVE_LOW>;
}; };
......
...@@ -42,25 +42,25 @@ switch { ...@@ -42,25 +42,25 @@ switch {
leds { leds {
compatible = "gpio-leds"; compatible = "gpio-leds";
led0 { led-0 {
label = "ci20:red:led0"; label = "ci20:red:led0";
gpios = <&gpc 3 GPIO_ACTIVE_HIGH>; gpios = <&gpc 3 GPIO_ACTIVE_HIGH>;
linux,default-trigger = "none"; linux,default-trigger = "none";
}; };
led1 { led-1 {
label = "ci20:red:led1"; label = "ci20:red:led1";
gpios = <&gpc 2 GPIO_ACTIVE_HIGH>; gpios = <&gpc 2 GPIO_ACTIVE_HIGH>;
linux,default-trigger = "nand-disk"; linux,default-trigger = "nand-disk";
}; };
led2 { led-2 {
label = "ci20:red:led2"; label = "ci20:red:led2";
gpios = <&gpc 1 GPIO_ACTIVE_HIGH>; gpios = <&gpc 1 GPIO_ACTIVE_HIGH>;
linux,default-trigger = "cpu1"; linux,default-trigger = "cpu1";
}; };
led3 { led-3 {
label = "ci20:red:led3"; label = "ci20:red:led3";
gpios = <&gpc 0 GPIO_ACTIVE_HIGH>; gpios = <&gpc 0 GPIO_ACTIVE_HIGH>;
linux,default-trigger = "cpu0"; linux,default-trigger = "cpu0";
......
...@@ -28,19 +28,19 @@ leds0 { ...@@ -28,19 +28,19 @@ leds0 {
pinctrl-names = "default"; pinctrl-names = "default";
pinctrl-0 = <&user_leds_s0>; pinctrl-0 = <&user_leds_s0>;
led@1 { led-1 {
label = "pic32mzda_sk:red:led1"; label = "pic32mzda_sk:red:led1";
gpios = <&gpio7 0 GPIO_ACTIVE_HIGH>; gpios = <&gpio7 0 GPIO_ACTIVE_HIGH>;
linux,default-trigger = "heartbeat"; linux,default-trigger = "heartbeat";
}; };
led@2 { led-2 {
label = "pic32mzda_sk:yellow:led2"; label = "pic32mzda_sk:yellow:led2";
gpios = <&gpio7 1 GPIO_ACTIVE_HIGH>; gpios = <&gpio7 1 GPIO_ACTIVE_HIGH>;
linux,default-trigger = "mmc0"; linux,default-trigger = "mmc0";
}; };
led@3 { led-3 {
label = "pic32mzda_sk:green:led3"; label = "pic32mzda_sk:green:led3";
gpios = <&gpio7 2 GPIO_ACTIVE_HIGH>; gpios = <&gpio7 2 GPIO_ACTIVE_HIGH>;
default-state = "on"; default-state = "on";
......
...@@ -41,23 +41,23 @@ button-1 { ...@@ -41,23 +41,23 @@ button-1 {
leds { leds {
compatible = "gpio-leds"; compatible = "gpio-leds";
led@0 { led-0 {
label = "tp-link:green:usb"; label = "tp-link:green:usb";
gpios = <&gpio 1 GPIO_ACTIVE_LOW>; gpios = <&gpio 1 GPIO_ACTIVE_LOW>;
}; };
led@1 { led-1 {
label = "tp-link:green:system"; label = "tp-link:green:system";
gpios = <&gpio 2 GPIO_ACTIVE_LOW>; gpios = <&gpio 2 GPIO_ACTIVE_LOW>;
linux,default-trigger = "heartbeat"; linux,default-trigger = "heartbeat";
}; };
led@2 { led-2 {
label = "tp-link:green:qss"; label = "tp-link:green:qss";
gpios = <&gpio 5 GPIO_ACTIVE_HIGH>; gpios = <&gpio 5 GPIO_ACTIVE_HIGH>;
}; };
led@3 { led-3 {
label = "tp-link:green:wlan"; label = "tp-link:green:wlan";
gpios = <&gpio 9 GPIO_ACTIVE_LOW>; gpios = <&gpio 9 GPIO_ACTIVE_LOW>;
}; };
......
...@@ -22,25 +22,25 @@ memory@0 { ...@@ -22,25 +22,25 @@ memory@0 {
leds { leds {
compatible = "gpio-leds"; compatible = "gpio-leds";
wlan { led-wlan {
label = "dragino2:red:wlan"; label = "dragino2:red:wlan";
gpios = <&gpio 0 GPIO_ACTIVE_HIGH>; gpios = <&gpio 0 GPIO_ACTIVE_HIGH>;
default-state = "off"; default-state = "off";
}; };
lan { led-lan {
label = "dragino2:red:lan"; label = "dragino2:red:lan";
gpios = <&gpio 13 GPIO_ACTIVE_LOW>; gpios = <&gpio 13 GPIO_ACTIVE_LOW>;
default-state = "off"; default-state = "off";
}; };
wan { led-wan {
label = "dragino2:red:wan"; label = "dragino2:red:wan";
gpios = <&gpio 17 GPIO_ACTIVE_LOW>; gpios = <&gpio 17 GPIO_ACTIVE_LOW>;
default-state = "off"; default-state = "off";
}; };
system { led-system {
label = "dragino2:red:system"; label = "dragino2:red:system";
gpios = <&gpio 28 GPIO_ACTIVE_HIGH>; gpios = <&gpio 28 GPIO_ACTIVE_HIGH>;
default-state = "off"; default-state = "off";
......
...@@ -22,7 +22,7 @@ memory@0 { ...@@ -22,7 +22,7 @@ memory@0 {
leds { leds {
compatible = "gpio-leds"; compatible = "gpio-leds";
system { led-system {
label = "onion:amber:system"; label = "onion:amber:system";
gpios = <&gpio 27 GPIO_ACTIVE_LOW>; gpios = <&gpio 27 GPIO_ACTIVE_LOW>;
default-state = "off"; default-state = "off";
......
...@@ -22,25 +22,25 @@ memory@0 { ...@@ -22,25 +22,25 @@ memory@0 {
leds { leds {
compatible = "gpio-leds"; compatible = "gpio-leds";
wlan { led-wlan {
label = "tp-link:green:wlan"; label = "tp-link:green:wlan";
gpios = <&gpio 0 GPIO_ACTIVE_HIGH>; gpios = <&gpio 0 GPIO_ACTIVE_HIGH>;
default-state = "off"; default-state = "off";
}; };
lan { led-lan {
label = "tp-link:green:lan"; label = "tp-link:green:lan";
gpios = <&gpio 17 GPIO_ACTIVE_LOW>; gpios = <&gpio 17 GPIO_ACTIVE_LOW>;
default-state = "off"; default-state = "off";
}; };
wps { led-wps {
label = "tp-link:green:wps"; label = "tp-link:green:wps";
gpios = <&gpio 26 GPIO_ACTIVE_LOW>; gpios = <&gpio 26 GPIO_ACTIVE_LOW>;
default-state = "off"; default-state = "off";
}; };
led3g { led-led3g {
label = "tp-link:green:3g"; label = "tp-link:green:3g";
gpios = <&gpio 27 GPIO_ACTIVE_LOW>; gpios = <&gpio 27 GPIO_ACTIVE_LOW>;
default-state = "off"; default-state = "off";
......
...@@ -47,67 +47,67 @@ leds { ...@@ -47,67 +47,67 @@ leds {
* (see below). So we can't include it in this LED node. * (see below). So we can't include it in this LED node.
*/ */
power_blue { led-power-blue {
label = "smartgw:power:blue"; label = "smartgw:power:blue";
gpios = <&gpio 18 GPIO_ACTIVE_HIGH>; gpios = <&gpio 18 GPIO_ACTIVE_HIGH>;
default-state = "off"; default-state = "off";
}; };
power_green { led-power-green {
label = "smartgw:power:green"; label = "smartgw:power:green";
gpios = <&gpio 19 GPIO_ACTIVE_HIGH>; gpios = <&gpio 19 GPIO_ACTIVE_HIGH>;
default-state = "off"; default-state = "off";
}; };
power_red { led-power-red {
label = "smartgw:power:red"; label = "smartgw:power:red";
gpios = <&gpio 22 GPIO_ACTIVE_HIGH>; gpios = <&gpio 22 GPIO_ACTIVE_HIGH>;
default-state = "off"; default-state = "off";
}; };
radio_blue { led-radio-blue {
label = "smartgw:radio:blue"; label = "smartgw:radio:blue";
gpios = <&gpio 23 GPIO_ACTIVE_HIGH>; gpios = <&gpio 23 GPIO_ACTIVE_HIGH>;
default-state = "off"; default-state = "off";
}; };
radio_green { led-radio-green {
label = "smartgw:radio:green"; label = "smartgw:radio:green";
gpios = <&gpio 24 GPIO_ACTIVE_HIGH>; gpios = <&gpio 24 GPIO_ACTIVE_HIGH>;
default-state = "off"; default-state = "off";
}; };
radio_red { led-radio-red {
label = "smartgw:radio:red"; label = "smartgw:radio:red";
gpios = <&gpio 25 GPIO_ACTIVE_HIGH>; gpios = <&gpio 25 GPIO_ACTIVE_HIGH>;
default-state = "off"; default-state = "off";
}; };
internet_blue { led-internet-blue {
label = "smartgw:internet:blue"; label = "smartgw:internet:blue";
gpios = <&gpio 26 GPIO_ACTIVE_HIGH>; gpios = <&gpio 26 GPIO_ACTIVE_HIGH>;
default-state = "off"; default-state = "off";
}; };
internet_green { led-internet-green {
label = "smartgw:internet:green"; label = "smartgw:internet:green";
gpios = <&gpio 27 GPIO_ACTIVE_HIGH>; gpios = <&gpio 27 GPIO_ACTIVE_HIGH>;
default-state = "off"; default-state = "off";
}; };
internet_red { led-internet-red {
label = "smartgw:internet:red"; label = "smartgw:internet:red";
gpios = <&gpio 28 GPIO_ACTIVE_HIGH>; gpios = <&gpio 28 GPIO_ACTIVE_HIGH>;
default-state = "off"; default-state = "off";
}; };
ethernet_link { led-ethernet-link {
label = "smartgw:eth:link"; label = "smartgw:eth:link";
gpios = <&gpio 3 GPIO_ACTIVE_LOW>; gpios = <&gpio 3 GPIO_ACTIVE_LOW>;
linux,default-trigger = "netdev"; linux,default-trigger = "netdev";
}; };
ethernet_activity { led-ethernet-activity {
label = "smartgw:eth:act"; label = "smartgw:eth:act";
gpios = <&gpio 43 GPIO_ACTIVE_LOW>; gpios = <&gpio 43 GPIO_ACTIVE_LOW>;
linux,default-trigger = "netdev"; linux,default-trigger = "netdev";
......
...@@ -33,13 +33,13 @@ key-reset { ...@@ -33,13 +33,13 @@ key-reset {
gpio-leds { gpio-leds {
compatible = "gpio-leds"; compatible = "gpio-leds";
power { led-power {
label = "green:power"; label = "green:power";
gpios = <&gpio 6 GPIO_ACTIVE_LOW>; gpios = <&gpio 6 GPIO_ACTIVE_LOW>;
linux,default-trigger = "default-on"; linux,default-trigger = "default-on";
}; };
system { led-system {
label = "green:system"; label = "green:system";
gpios = <&gpio 8 GPIO_ACTIVE_LOW>; gpios = <&gpio 8 GPIO_ACTIVE_LOW>;
linux,default-trigger = "disk-activity"; linux,default-trigger = "disk-activity";
......
...@@ -33,33 +33,33 @@ key-reset { ...@@ -33,33 +33,33 @@ key-reset {
gpio-leds { gpio-leds {
compatible = "gpio-leds"; compatible = "gpio-leds";
ethblack-green { led-ethblack-green {
label = "green:ethblack"; label = "green:ethblack";
gpios = <&gpio 3 GPIO_ACTIVE_LOW>; gpios = <&gpio 3 GPIO_ACTIVE_LOW>;
}; };
ethblue-green { led-ethblue-green {
label = "green:ethblue"; label = "green:ethblue";
gpios = <&gpio 4 GPIO_ACTIVE_LOW>; gpios = <&gpio 4 GPIO_ACTIVE_LOW>;
}; };
ethyellow-green { led-ethyellow-green {
label = "green:ethyellow"; label = "green:ethyellow";
gpios = <&gpio 15 GPIO_ACTIVE_LOW>; gpios = <&gpio 15 GPIO_ACTIVE_LOW>;
}; };
ethyellow-orange { led-ethyellow-orange {
label = "orange:ethyellow"; label = "orange:ethyellow";
gpios = <&gpio 13 GPIO_ACTIVE_LOW>; gpios = <&gpio 13 GPIO_ACTIVE_LOW>;
}; };
power { led-power {
label = "green:power"; label = "green:power";
gpios = <&gpio 6 GPIO_ACTIVE_LOW>; gpios = <&gpio 6 GPIO_ACTIVE_LOW>;
linux,default-trigger = "default-on"; linux,default-trigger = "default-on";
}; };
system { led-system {
label = "green:system"; label = "green:system";
gpios = <&gpio 8 GPIO_ACTIVE_LOW>; gpios = <&gpio 8 GPIO_ACTIVE_LOW>;
linux,default-trigger = "disk-activity"; linux,default-trigger = "disk-activity";
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment