diff options
author | John Crispin <blogic@openwrt.org> | 2016-01-01 21:18:54 +0000 |
---|---|---|
committer | John Crispin <blogic@openwrt.org> | 2016-01-01 21:18:54 +0000 |
commit | 00431250ef967a6e2b6fcc24457b0919f96b5c0d (patch) | |
tree | c1662f52a6aaff6455d29d038e1bc1be01eb6faa /target/linux/lantiq/dts/BTHOMEHUBV2B.dts | |
parent | 1351936e19016ff3d93fc1fd8e8e0201a4d07c2e (diff) | |
download | master-187ad058-00431250ef967a6e2b6fcc24457b0919f96b5c0d.tar.gz master-187ad058-00431250ef967a6e2b6fcc24457b0919f96b5c0d.tar.bz2 master-187ad058-00431250ef967a6e2b6fcc24457b0919f96b5c0d.zip |
lantiq: use devicename:colour:function led naming scheme
The leds of the following boards are not renamed due to lack of
manuals/informations:
- ARV7519PW
- ARV7510PW22
- ARV4510PW
The leds of the ARV4518PWR01* boards are unchanged, since the leds doesn't
match the leds from the manual or pictures (e.g. there shouldn't be a wps led).
Signed-off-by: Mathias Kresin <openwrt@kresin.me>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@48042 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target/linux/lantiq/dts/BTHOMEHUBV2B.dts')
-rw-r--r-- | target/linux/lantiq/dts/BTHOMEHUBV2B.dts | 22 |
1 files changed, 11 insertions, 11 deletions
diff --git a/target/linux/lantiq/dts/BTHOMEHUBV2B.dts b/target/linux/lantiq/dts/BTHOMEHUBV2B.dts index 292fe7643c..69b977af29 100644 --- a/target/linux/lantiq/dts/BTHOMEHUBV2B.dts +++ b/target/linux/lantiq/dts/BTHOMEHUBV2B.dts @@ -236,52 +236,52 @@ compatible = "gpio-leds"; upgrading-orange { - label = "soc:orange:upgrading"; + label = "bthomehubv2b:orange:upgrading"; gpios = <&stp0 5 0>; }; phone-orange { - label = "soc:orange:phone"; + label = "bthomehubv2b:orange:phone"; gpios = <&stp0 6 0>; }; phone-blue { - label = "soc:blue:phone"; + label = "bthomehubv2b:blue:phone"; gpios = <&stp0 7 0>; }; wireless-orange { - label = "soc:orange:wireless"; + label = "bthomehubv2b:orange:wireless"; gpios = <&stp0 8 0>; }; wireless_blue: wireless-blue { - label = "soc:blue:wireless"; + label = "bthomehubv2b:blue:wireless"; gpios = <&stp0 9 0>; }; broadband-red { - label = "soc:red:broadband"; + label = "bthomehubv2b:red:broadband"; gpios = <&stp0 10 0>; }; broadband-orange { - label = "soc:orange:broadband"; + label = "bthomehubv2b:orange:broadband"; gpios = <&stp0 11 0>; }; broadband_blue: broadband-blue { - label = "soc:blue:broadband"; + label = "bthomehubv2b:blue:broadband"; gpios = <&stp0 12 0>; }; power_red: power-red { - label = "soc:red:power"; + label = "bthomehubv2b:red:power"; gpios = <&stp0 13 0>; }; power_orange: power-orange { - label = "soc:orange:power"; + label = "bthomehubv2b:orange:power"; gpios = <&stp0 14 0>; default-state = "keep"; }; power_blue: power-blue { - label = "soc:blue:power"; + label = "bthomehubv2b:blue:power"; gpios = <&stp0 15 0>; }; }; |