diff options
author | Josh Wu <josh.wu@atmel.com> | 2014-12-09 11:54:46 +0100 |
---|---|---|
committer | Nicolas Ferre <nicolas.ferre@atmel.com> | 2015-01-15 15:00:11 +0100 |
commit | ce596f0ff6e4d12b0b2093ecf4480eab55c9f1c6 (patch) | |
tree | 15ef03908b0dbb531617c40d241fc419ab13c194 /arch/arm/boot/dts/sama5d3xcm.dtsi | |
parent | linux 3.19-rc4 (diff) | |
download | linux-ce596f0ff6e4d12b0b2093ecf4480eab55c9f1c6.tar.xz linux-ce596f0ff6e4d12b0b2093ecf4480eab55c9f1c6.zip |
ARM: at91/dt: sama5d3: enable D2 as the heartbeat LED
This D2 led is available for all sama5d3x-ek board. So make it a
heartbeat LED.
Signed-off-by: Josh Wu <josh.wu@atmel.com>
Signed-off-by: Nicolas Ferre <nicolas.ferre@atmel.com>
Diffstat (limited to 'arch/arm/boot/dts/sama5d3xcm.dtsi')
-rw-r--r-- | arch/arm/boot/dts/sama5d3xcm.dtsi | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm/boot/dts/sama5d3xcm.dtsi b/arch/arm/boot/dts/sama5d3xcm.dtsi index cfcd200b0c17..7d6babdab039 100644 --- a/arch/arm/boot/dts/sama5d3xcm.dtsi +++ b/arch/arm/boot/dts/sama5d3xcm.dtsi @@ -122,6 +122,7 @@ d2 { label = "d2"; gpios = <&pioE 25 GPIO_ACTIVE_LOW>; /* PE25, conflicts with A25, RXD2 */ + linux,default-trigger = "heartbeat"; }; }; }; |