diff options
author | Moses Christopher <BollavarapuMoses.Christopher@in.bosch.com> | 2020-03-25 06:45:45 +0000 |
---|---|---|
committer | Lokesh Vutla <lokeshvutla@ti.com> | 2020-04-14 15:44:48 +0530 |
commit | f2330691d9c1fd75b135a909d4bf5d17576e897b (patch) | |
tree | b838cb09018b613cc7cfc2f2858f28fd2d58a064 /arch/arm/dts | |
parent | b1c95cc7044e9afbf23e91720a81aa7deacd4a51 (diff) |
am335x, guardian: boot stage feedback in headless mode
This patch enables the guardian board to provide feedback
about the boot stage in headless mode. The on-board led
would behave in the following pattern
* U-boot -> GLOW LED
* Linux -> BLINK LED [HEART-BEAT PATTERN]
Signed-off-by: Moses Christopher <BollavarapuMoses.Christopher@in.bosch.com>
Diffstat (limited to 'arch/arm/dts')
-rw-r--r-- | arch/arm/dts/am335x-guardian.dts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/dts/am335x-guardian.dts b/arch/arm/dts/am335x-guardian.dts index 5ed2133e78..b554be97a3 100644 --- a/arch/arm/dts/am335x-guardian.dts +++ b/arch/arm/dts/am335x-guardian.dts @@ -58,7 +58,7 @@ label = "guardian:life-led"; gpios = <&gpio1 26 GPIO_ACTIVE_HIGH>; linux,default-trigger = "heartbeat"; - default-state = "off"; + default-state = "on"; }; }; |