commit | 0810985b8fe198c9971f4dcdc82d3ea9bfb3f498 | [log] [tgz] |
---|---|---|
author | William A. Kennington III <wak@google.com> | Fri May 05 15:53:27 2023 -0700 |
committer | William Kennington <wak@google.com> | Sat May 06 05:06:58 2023 +0000 |
tree | 429ab6fb370a4f0fddf4b37c89fb94d002fa1c6b | |
parent | 655094f244d25372d108e82922ca89494511785d [diff] |
linux-gbmc: Use SWRST for reboot Change-Id: Ia0400d2d579d06a9d97e524ac1d747219700f9b9 Signed-off-by: William A. Kennington III <wak@google.com>
diff --git a/recipes-kernel/linux/files/npcm7xx-gbmc.dtsi b/recipes-kernel/linux/files/npcm7xx-gbmc.dtsi index 125acfe..834a2b9 100644 --- a/recipes-kernel/linux/files/npcm7xx-gbmc.dtsi +++ b/recipes-kernel/linux/files/npcm7xx-gbmc.dtsi
@@ -33,6 +33,10 @@ status = "okay"; }; +&rstc { + nuvoton,sw-reset-number = <2>; +}; + &watchdog1 { status = "okay"; };