Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

ARM: dts: aspeed: bletchley: Enable wdtrst1

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>

authored by

Potin Lai and committed by
Joel Stanley
c021d9fe 107fb95f

+11
+11
arch/arm/boot/dts/aspeed-bmc-facebook-bletchley.dts
··· 1064 1064 bias-disable; 1065 1065 }; 1066 1066 }; 1067 + 1068 + &wdt1 { 1069 + status = "okay"; 1070 + pinctrl-names = "default"; 1071 + pinctrl-0 = <&pinctrl_wdtrst1_default>; 1072 + aspeed,reset-type = "soc"; 1073 + aspeed,external-signal; 1074 + aspeed,ext-push-pull; 1075 + aspeed,ext-active-high; 1076 + aspeed,ext-pulse-duration = <256>; 1077 + };