diff options
author | Johann Neuhauser <johann@it-neuhauser.de> | 2018-06-16 08:13:09 +0200 |
---|---|---|
committer | Mathias Kresin <dev@kresin.me> | 2018-06-16 10:08:51 +0200 |
commit | 14cb05909a8dc6e42008697b4fe47b8fa00789d8 (patch) | |
tree | 725dd3d2a12a6f8f0770f9c18a6d7aeaa1f8451c /target/linux/ath79/dts/ar9330_glinet_ar150.dts | |
parent | 25ea21d765fd49631ab64bac75bfb98f076483e6 (diff) | |
download | upstream-14cb05909a8dc6e42008697b4fe47b8fa00789d8.tar.gz upstream-14cb05909a8dc6e42008697b4fe47b8fa00789d8.tar.bz2 upstream-14cb05909a8dc6e42008697b4fe47b8fa00789d8.zip |
ath79: clean up led config script files for all devices
1. Move all status led definitions out of diag.sh into device dt
as we use here a generic script hook.
2. Encode "phy0ptp" led trigger in dt of device for all ath79 devices.
Signed-off-by: Johann Neuhauser <johann@it-neuhauser.de>
Diffstat (limited to 'target/linux/ath79/dts/ar9330_glinet_ar150.dts')
-rw-r--r-- | target/linux/ath79/dts/ar9330_glinet_ar150.dts | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/target/linux/ath79/dts/ar9330_glinet_ar150.dts b/target/linux/ath79/dts/ar9330_glinet_ar150.dts index 1a97a0da30..721cbe7da5 100644 --- a/target/linux/ath79/dts/ar9330_glinet_ar150.dts +++ b/target/linux/ath79/dts/ar9330_glinet_ar150.dts @@ -12,6 +12,7 @@ aliases { serial0 = &uart; + led-status = &wlan; }; memory@0 { @@ -22,10 +23,11 @@ leds { compatible = "gpio-leds"; - wlan { + wlan: wlan { label = "gl-ar150:orange:wlan"; gpios = <&gpio 0 GPIO_ACTIVE_HIGH>; default-state = "off"; + linux,default-trigger = "phy0tpt"; }; lan { |