diff options
author | Eddie James <eajames@linux.vnet.ibm.com> | 2018-03-09 23:03:00 +0100 |
---|---|---|
committer | Joel Stanley <joel@jms.id.au> | 2018-05-25 06:27:22 +0200 |
commit | f45ffcc6348f2183fe5b96fa92a86e057af4858f (patch) | |
tree | 1ec091864b25372458c78c980fef24e44678a668 /arch/arm/boot/dts/aspeed-bmc-opp-witherspoon.dts | |
parent | ARM: dts: aspeed: witherspoon: Add gpio keys for power supply presence (diff) | |
download | linux-f45ffcc6348f2183fe5b96fa92a86e057af4858f.tar.xz linux-f45ffcc6348f2183fe5b96fa92a86e057af4858f.zip |
ARM: dts: aspeed: witherspoon: Set alternate boot
Set watchdog 2 to boot from the alternate flash chip when the watchdog
timer expires and the system is reset. This enables "brick protection."
Signed-off-by: Eddie James <eajames@linux.vnet.ibm.com>
Signed-off-by: Joel Stanley <joel@jms.id.au>
Diffstat (limited to 'arch/arm/boot/dts/aspeed-bmc-opp-witherspoon.dts')
-rw-r--r-- | arch/arm/boot/dts/aspeed-bmc-opp-witherspoon.dts | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/arch/arm/boot/dts/aspeed-bmc-opp-witherspoon.dts b/arch/arm/boot/dts/aspeed-bmc-opp-witherspoon.dts index fe42a43204bb..78a511e6e482 100644 --- a/arch/arm/boot/dts/aspeed-bmc-opp-witherspoon.dts +++ b/arch/arm/boot/dts/aspeed-bmc-opp-witherspoon.dts @@ -575,6 +575,10 @@ pinctrl-0 = <&pinctrl_wdtrst1_default>; }; +&wdt2 { + aspeed,alt-boot; +}; + &ibt { status = "okay"; }; |