diff options
author | Cezary Jackiewicz <cezary.jackiewicz@gmail.com> | 2016-08-23 19:26:16 +0200 |
---|---|---|
committer | John Crispin <john@phrozen.org> | 2016-08-24 00:21:34 +0200 |
commit | 941729336602c3ad0e6ee9d83dcc5192650df44e (patch) | |
tree | 45865dd4af320c7b59503cabee7d976884caaf54 /target/linux/ipq806x/files | |
parent | 2a64be5aa9240449ceac069c914e2bb0972baa2d (diff) | |
download | upstream-941729336602c3ad0e6ee9d83dcc5192650df44e.tar.gz upstream-941729336602c3ad0e6ee9d83dcc5192650df44e.tar.bz2 upstream-941729336602c3ad0e6ee9d83dcc5192650df44e.zip |
ipq806x: Archer C2600: Renaming LED accordance with the standard
Signed-off-by: Cezary Jackiewicz <cezary.jackiewicz@gmail.com>
Diffstat (limited to 'target/linux/ipq806x/files')
-rw-r--r-- | target/linux/ipq806x/files/arch/arm/boot/dts/qcom-ipq8064-c2600.dts | 28 |
1 files changed, 14 insertions, 14 deletions
diff --git a/target/linux/ipq806x/files/arch/arm/boot/dts/qcom-ipq8064-c2600.dts b/target/linux/ipq806x/files/arch/arm/boot/dts/qcom-ipq8064-c2600.dts index d62d53e7fa..96c5c5d94e 100644 --- a/target/linux/ipq806x/files/arch/arm/boot/dts/qcom-ipq8064-c2600.dts +++ b/target/linux/ipq806x/files/arch/arm/boot/dts/qcom-ipq8064-c2600.dts @@ -376,35 +376,35 @@ compatible = "gpio-leds"; lan { - label = "lan:blue"; + label = "c2600:blue:lan"; gpios = <&qcom_pinmux 6 0>; }; - usb4 { - label = "usb_4:blue"; + usb4 { + label = "c2600:blue:usb_4"; gpios = <&qcom_pinmux 7 0>; }; - usb2 { - label = "usb_2:blue"; + usb2 { + label = "c2600:blue:usb_2"; gpios = <&qcom_pinmux 8 0>; }; - wps { - label = "wps:blue"; + wps { + label = "c2600:blue:wps"; gpios = <&qcom_pinmux 9 0>; }; - wan_blue { - label = "wan:blue"; + wan_blue { + label = "c2600:blue:wan"; gpios = <&qcom_pinmux 33 1>; }; - status { - label = "status:blue"; + status { + label = "c2600:blue:status"; gpios = <&qcom_pinmux 53 0>; default-state = "on"; }; - ledgnr { - label = "ledgnr:blue"; + ledgnr { + label = "c2600:blue:ledgnr"; gpios = <&qcom_pinmux 66 0>; }; - }; + }; }; &adm_dma { |