diff options
author | Adrian Schmutzler <freifunk@adrianschmutzler.de> | 2020-01-18 19:02:44 +0100 |
---|---|---|
committer | Adrian Schmutzler <freifunk@adrianschmutzler.de> | 2020-01-18 19:39:05 +0100 |
commit | 8d78354d245886d5367990d29750fadee0573754 (patch) | |
tree | f099746e95f640235733e8767eaa8c7bfa108164 /target/linux | |
parent | 95731763002fff9c82b734f09bc34eb797af5bf2 (diff) | |
download | upstream-8d78354d245886d5367990d29750fadee0573754.tar.gz upstream-8d78354d245886d5367990d29750fadee0573754.tar.bz2 upstream-8d78354d245886d5367990d29750fadee0573754.zip |
ath79: add led_ prefix for Phicomm K2T LED label
Using the led_ prefix for the node label is now common in ath79,
so also apply it here.
Signed-off-by: Adrian Schmutzler <freifunk@adrianschmutzler.de>
Diffstat (limited to 'target/linux')
-rw-r--r-- | target/linux/ath79/dts/qca9563_phicomm_k2t.dts | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/target/linux/ath79/dts/qca9563_phicomm_k2t.dts b/target/linux/ath79/dts/qca9563_phicomm_k2t.dts index cb5c01b01c..a6aa3a8ad3 100644 --- a/target/linux/ath79/dts/qca9563_phicomm_k2t.dts +++ b/target/linux/ath79/dts/qca9563_phicomm_k2t.dts @@ -11,10 +11,10 @@ compatible = "phicomm,k2t", "qca,qca9563"; aliases { - led-boot = &status_red; - led-failsafe = &status_red; - led-running = &status_red; - led-upgrade = &status_red; + led-boot = &led_status_red; + led-failsafe = &led_status_red; + led-running = &led_status_red; + led-upgrade = &led_status_red; }; chosen { @@ -29,7 +29,7 @@ gpios = <&gpio 6 GPIO_ACTIVE_LOW>; }; - status_red: status_red { + led_status_red: status_red { label = "phicomm:red:status"; gpios = <&gpio 7 GPIO_ACTIVE_HIGH>; }; |