summaryrefslogtreecommitdiffstats
path: root/target/linux/lantiq/dts/BTHOMEHUBV2B.dts
diff options
context:
space:
mode:
authorJohn Crispin <john@openwrt.org>2016-01-01 21:18:54 +0000
committerJohn Crispin <john@openwrt.org>2016-01-01 21:18:54 +0000
commit3cbfc74cde8e7064b2b8c2cbb7aa20374e759dc0 (patch)
treed5d4c3d0422d731a2753c83a624f622dd91b469d /target/linux/lantiq/dts/BTHOMEHUBV2B.dts
parent4cf3fd49fcb73655561cb2bea6315e3a3790b076 (diff)
downloadmaster-31e0f0ae-3cbfc74cde8e7064b2b8c2cbb7aa20374e759dc0.tar.gz
master-31e0f0ae-3cbfc74cde8e7064b2b8c2cbb7aa20374e759dc0.tar.bz2
master-31e0f0ae-3cbfc74cde8e7064b2b8c2cbb7aa20374e759dc0.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> SVN-Revision: 48042
Diffstat (limited to 'target/linux/lantiq/dts/BTHOMEHUBV2B.dts')
-rw-r--r--target/linux/lantiq/dts/BTHOMEHUBV2B.dts22
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>;
};
};