diff options
author | Linus Walleij <linus.walleij@linaro.org> | 2013-09-15 12:01:07 +0200 |
---|---|---|
committer | Linus Walleij <linus.walleij@linaro.org> | 2013-09-26 13:01:38 +0200 |
commit | 385d61ce267ce5ff09dec17bff2ef03098aaf725 (patch) | |
tree | cc64cbf06e81e15b87d4948de340878e47cd4600 /arch/arm/boot/dts/ste-href.dtsi | |
parent | c44c8e9d96b9aa8624409d6098f16dabc4afc6c2 (diff) | |
download | talos-op-linux-385d61ce267ce5ff09dec17bff2ef03098aaf725.tar.gz talos-op-linux-385d61ce267ce5ff09dec17bff2ef03098aaf725.zip |
ARM: ux500: add default trigger on HREF LED
This adds a heartbeat on the first LED on the ux500 HREF
boards.
Signed-off-by: Linus Walleij <linus.walleij@linaro.org>
Diffstat (limited to 'arch/arm/boot/dts/ste-href.dtsi')
-rw-r--r-- | arch/arm/boot/dts/ste-href.dtsi | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm/boot/dts/ste-href.dtsi b/arch/arm/boot/dts/ste-href.dtsi index f88a659aea3b..5e7cf4bf5afb 100644 --- a/arch/arm/boot/dts/ste-href.dtsi +++ b/arch/arm/boot/dts/ste-href.dtsi @@ -72,6 +72,7 @@ chan0 { led-cur = /bits/ 8 <0x2f>; max-cur = /bits/ 8 <0x5f>; + linux,default-trigger = "heartbeat"; }; chan1 { led-cur = /bits/ 8 <0x2f>; |