diff options
author | Sergey Ryazanov <ryazanov.s.a@gmail.com> | 2017-10-02 02:33:17 +0300 |
---|---|---|
committer | Mathias Kresin <dev@kresin.me> | 2017-10-04 20:08:15 +0200 |
commit | c9f66b1eb92a3e93bf1564e1923b866cd7d80d7f (patch) | |
tree | ae2d69c0debd0c8a7dfcc3bacaaeb68e336f3add /target/linux/ramips/dts | |
parent | d07f924978ff75cfa6f83085dfd2891592692e89 (diff) | |
download | upstream-c9f66b1eb92a3e93bf1564e1923b866cd7d80d7f.tar.gz upstream-c9f66b1eb92a3e93bf1564e1923b866cd7d80d7f.tar.bz2 upstream-c9f66b1eb92a3e93bf1564e1923b866cd7d80d7f.zip |
ramips: keep Archer C20 Power LED On during boot
Keep Archer C20 Power LED in the same state as it was configured by
bootloader (keep it hightlighed) to avoid unexpectable LED turning off
during kernel boot.
Signed-off-by: Sergey Ryazanov <ryazanov.s.a@gmail.com>
Diffstat (limited to 'target/linux/ramips/dts')
-rw-r--r-- | target/linux/ramips/dts/ArcherC20.dts | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/target/linux/ramips/dts/ArcherC20.dts b/target/linux/ramips/dts/ArcherC20.dts index a0e7c61b5b..ba842d9ba7 100644 --- a/target/linux/ramips/dts/ArcherC20.dts +++ b/target/linux/ramips/dts/ArcherC20.dts @@ -24,6 +24,7 @@ power { label = "c20:blue:power"; gpios = <&gpio0 7 GPIO_ACTIVE_LOW>; + default-state = "keep"; }; usb { |