[PATCH] ARM: dts: witherspoon: enable wdt2

Joel Stanley joel at jms.id.au
Mon Jun 19 14:15:41 AEST 2017


On Sat, Jun 17, 2017 at 6:13 AM, Matt Spinler
<mspinler at linux.vnet.ibm.com> wrote:
> From: Matt Spinler <spinler at us.ibm.com>
>
> WDT1 is used for a fan watchdog, so enable WDT2
> for use by others.
>

Thanks Matt. I like this idea so much that I've gone and created a
patch to do it for all platforms.

This is so we can update to the latest u-boot build which enables WDT2
by default.

Cheers,

Joel


> Signed-off-by: Matt Spinler <spinler at us.ibm.com>
> ---
>  arch/arm/boot/dts/aspeed-bmc-opp-witherspoon.dts | 4 ++++
>  1 file changed, 4 insertions(+)
>
> diff --git a/arch/arm/boot/dts/aspeed-bmc-opp-witherspoon.dts b/arch/arm/boot/dts/aspeed-bmc-opp-witherspoon.dts
> index 99003b9fb54b..d1c455606a32 100644
> --- a/arch/arm/boot/dts/aspeed-bmc-opp-witherspoon.dts
> +++ b/arch/arm/boot/dts/aspeed-bmc-opp-witherspoon.dts
> @@ -84,6 +84,10 @@
>
>  #include "ibm-power9-cfam.dtsi"
>
> +&wdt2 {
> +    status = "okay";
> +};
> +
>  &fmc {
>         status = "okay";
>         flash at 0 {
> --
> 2.13.0
>


More information about the openbmc mailing list