[PATCH v5 04/21] ARM: dts: aspeed: yosemite4: Enable watchdog2

Delphine CC Chiu posted 21 patches 1 year, 10 months ago
There is a newer version of this series
[PATCH v5 04/21] ARM: dts: aspeed: yosemite4: Enable watchdog2
Posted by Delphine CC Chiu 1 year, 10 months ago
enable watchdog2 setting

Signed-off-by: Delphine CC Chiu <Delphine_CC_Chiu@wiwynn.com>
---
 arch/arm/boot/dts/aspeed/aspeed-bmc-facebook-yosemite4.dts | 7 +++++++
 1 file changed, 7 insertions(+)

diff --git a/arch/arm/boot/dts/aspeed/aspeed-bmc-facebook-yosemite4.dts b/arch/arm/boot/dts/aspeed/aspeed-bmc-facebook-yosemite4.dts
index ea8fd3ec0982..f8bfdefbefc6 100644
--- a/arch/arm/boot/dts/aspeed/aspeed-bmc-facebook-yosemite4.dts
+++ b/arch/arm/boot/dts/aspeed/aspeed-bmc-facebook-yosemite4.dts
@@ -120,6 +120,13 @@ &wdt1 {
 	aspeed,ext-pulse-duration = <256>;
 };
 
+&wdt2 {
+	status = "okay";
+	pinctrl-names = "default";
+	pinctrl-0 = <&pinctrl_wdtrst2_default>;
+	aspeed,reset-type = "system";
+};
+
 &mac2 {
 	status = "okay";
 	pinctrl-names = "default";
-- 
2.25.1
Re: [PATCH v5 04/21] ARM: dts: aspeed: yosemite4: Enable watchdog2
Posted by Andrew Jeffery 1 year, 10 months ago
On Wed, 2024-01-31 at 16:41 +0800, Delphine CC Chiu wrote:
> enable watchdog2 setting

Maybe "Enable watchdog2 for SoC reboot" at least?

Andrew