From 0e0a5cc122fab0626dce8ba1cc6af325b3256f19 Mon Sep 17 00:00:00 2001 From: Andrey Smirnov Date: Sat, 7 Sep 2019 17:06:11 -0700 Subject: ARM: dts: vf610-zii-cfu1: Configure "STATUS" LED as heartbeat Configure "STATUS" LED as heartbeat in addition to "DEBUG" LED not exposed on the front panel. This way it becomes a bit easier to see what part of the boot process the device is at. Suggested-by: Chris Healy Signed-off-by: Andrey Smirnov Signed-off-by: Sascha Hauer --- arch/arm/dts/vf610-zii-cfu1.dts | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'arch/arm/dts/vf610-zii-cfu1.dts') diff --git a/arch/arm/dts/vf610-zii-cfu1.dts b/arch/arm/dts/vf610-zii-cfu1.dts index 1de9ee9ad2..4a1ea58c2e 100644 --- a/arch/arm/dts/vf610-zii-cfu1.dts +++ b/arch/arm/dts/vf610-zii-cfu1.dts @@ -17,4 +17,10 @@ */ switch-eeprom = &switch0; }; + + gpio-leds { + led-status { + linux,default-trigger = "heartbeat"; + }; + }; }; -- cgit v1.2.3