ar71xx: fix RouterBOARD Power LED default state
authorSergey Ryazanov <ryazanov.s.a@gmail.com>
Thu, 25 Oct 2018 22:22:37 +0000 (01:22 +0300)
committerJo-Philipp Wich <jo@mein.io>
Tue, 18 Dec 2018 16:48:16 +0000 (17:48 +0100)
commit535eb9ac36be82aceeb38bf949e403f7e3223528
treef2073e3d6af0cb8e8d146514f798fe9e50bc4584
parentcc5964e0dbfd539c5ba11903b087c2a156e54310
ar71xx: fix RouterBOARD Power LED default state

RouterBOARD(s) bootloader actully turns Power LED off just before
it starts the kernel. So we need to set the LED default status to On
instead of Keep in order to keep LED on during kernel boot.

This change fixes Power LED off during the kernel boot on the RB91x and
SXT Lite boards.

Fixes: 6cad8ee0bd ("ar71xx: keep the RouterBOARD Power LED in On state")
CC: Mathias Kresin <dev@kresin.me>
Signed-off-by: Sergey Ryazanov <ryazanov.s.a@gmail.com>
(backported from 8baad26d01dd1f7c6b30a9eadb68596ee4b4d51f)
target/linux/ar71xx/files/arch/mips/ath79/mach-rb91x.c
target/linux/ar71xx/files/arch/mips/ath79/mach-rbsxtlite.c