mirror of
https://github.com/AuxXxilium/linux_dsm_epyc7002.git
synced 2024-12-28 11:18:45 +07:00
6e4531090f
The STPMIC1 PMIC embeds a watchdog which is disabled by default. In case of watchdog, the PMIC goes off. Signed-off-by: Pascal Paillet <p.paillet@st.com> Reviewed-by: Rob Herring <robh@kernel.org> Reviewed-by: Guenter Roeck <linux@roeck-us.net> Signed-off-by: Lee Jones <lee.jones@linaro.org>
12 lines
158 B
Plaintext
12 lines
158 B
Plaintext
STMicroelectronics STPMIC1 Watchdog
|
|
|
|
Required properties:
|
|
|
|
- compatible : should be "st,stpmic1-wdt"
|
|
|
|
Example:
|
|
|
|
watchdog {
|
|
compatible = "st,stpmic1-wdt";
|
|
};
|