]> git.ipfire.org Git - thirdparty/kernel/linux.git/commitdiff
ARM: dts: aspeed: bletchley: Enable wdtrst1
authorPotin Lai <potin.lai.pt@gmail.com>
Mon, 26 Dec 2022 05:45:35 +0000 (13:45 +0800)
committerJoel Stanley <joel@jms.id.au>
Mon, 23 Jan 2023 03:46:49 +0000 (14:16 +1030)
Enable WDTRST1 external signal to send a reset pulse to peripherals while
BMC reset.

Signed-off-by: Potin Lai <potin.lai.pt@gmail.com>
Reviewed-by: Patrick Williams <patrick@stwcx.xyz>
Link: https://lore.kernel.org/r/20221226054535.2836110-3-potin.lai.pt@gmail.com
Signed-off-by: Joel Stanley <joel@jms.id.au>
arch/arm/boot/dts/aspeed-bmc-facebook-bletchley.dts

index 791f83aaac5060a8326a570e9b0085f61bdc2642..e899de681f4752d4077b55a0cd4f8858c6e23df0 100644 (file)
                bias-disable;
        };
 };
+
+&wdt1 {
+       status = "okay";
+       pinctrl-names = "default";
+       pinctrl-0 = <&pinctrl_wdtrst1_default>;
+       aspeed,reset-type = "soc";
+       aspeed,external-signal;
+       aspeed,ext-push-pull;
+       aspeed,ext-active-high;
+       aspeed,ext-pulse-duration = <256>;
+};