ipq40xx/cm520-79f: remove model name from LED labels
Follow upstream change
This commit is contained in:
parent
a8de2323f4
commit
072c628502
@ -134,40 +134,40 @@
|
||||
compatible = "gpio-leds";
|
||||
|
||||
led_usb: usb {
|
||||
label = "cm520-79f:blue:usb";
|
||||
label = "blue:usb";
|
||||
gpios = <&tlmm 10 GPIO_ACTIVE_HIGH>;
|
||||
linux,default-trigger = "usbport";
|
||||
trigger-sources = <&usb3_port1>, <&usb3_port2>, <&usb2_port1>;
|
||||
};
|
||||
|
||||
led_sys: can {
|
||||
label = "cm520-79f:blue:can";
|
||||
label = "blue:can";
|
||||
gpios = <&tlmm 11 GPIO_ACTIVE_HIGH>;
|
||||
};
|
||||
|
||||
wan {
|
||||
label = "cm520-79f:blue:wan";
|
||||
label = "blue:wan";
|
||||
gpios = <&led_gpio 0 GPIO_ACTIVE_LOW>;
|
||||
};
|
||||
|
||||
lan1 {
|
||||
label = "cm520-79f:blue:lan1";
|
||||
label = "blue:lan1";
|
||||
gpios = <&led_gpio 1 GPIO_ACTIVE_LOW>;
|
||||
};
|
||||
|
||||
lan2 {
|
||||
label = "cm520-79f:blue:lan2";
|
||||
label = "blue:lan2";
|
||||
gpios = <&led_gpio 2 GPIO_ACTIVE_LOW>;
|
||||
};
|
||||
|
||||
wlan2g {
|
||||
label = "cm520-79f:blue:wlan2g";
|
||||
label = "blue:wlan2g";
|
||||
gpios = <&led_gpio 5 GPIO_ACTIVE_LOW>;
|
||||
linux,default-trigger = "phy0tpt";
|
||||
};
|
||||
|
||||
wlan5g {
|
||||
label = "cm520-79f:blue:wlan5g";
|
||||
label = "blue:wlan5g";
|
||||
gpios = <&led_gpio 6 GPIO_ACTIVE_LOW>;
|
||||
linux,default-trigger = "phy1tpt";
|
||||
};
|
||||
|
||||
0
target/linux/ipq40xx/files/arch/arm/boot/dts/qcom-ipq4019-oap100.dts
Executable file → Normal file
0
target/linux/ipq40xx/files/arch/arm/boot/dts/qcom-ipq4019-oap100.dts
Executable file → Normal file
Loading…
Reference in New Issue
Block a user