rockchip: roc-rk3399-pc: Set LED only during POR and pwr_key=y
authorJagan Teki <jagan@amarulasolutions.com>
Tue, 21 Jul 2020 15:06:04 +0000 (20:36 +0530)
committerKever Yang <kever.yang@rock-chips.com>
Wed, 22 Jul 2020 12:55:13 +0000 (20:55 +0800)
commit6d06ea6c948e583aff1612440dbfd4e0b1a7b984
tree041f13680224363974833abb8aa8925ebf1c5206
parente230c579a3f6a325fa1624ed9a3df445096674bb
rockchip: roc-rk3399-pc: Set LED only during POR and pwr_key=y

ROC-RK3399-PC has specific set of configurations for
on-board led setup.

Due to easiness for user to know the state of the board
roc-rk339-pc board code will setup the low power led
on/off, and waiting for user to press power key and then
glow full power led.

All this needs to happen only during power-on-reset not
for soft reset or WDT.

Also, it is not a proper usage to ask the user to press
the Power key if the board connected remotely, so add
the environment variable 'pwr_key' to check as well.

So, user need to press Power key only
- during POR
- pwr_key=y

Tested-by: Suniel Mahesh <sunil@amarulasolutions.com>
Signed-off-by: Jagan Teki <jagan@amarulasolutions.com>
Reviewed-by: Kever Yang <kever.yang@rock-chips.com>
board/firefly/roc-pc-rk3399/roc-pc-rk3399.c
configs/roc-pc-mezzanine-rk3399_defconfig
configs/roc-pc-rk3399_defconfig