]> git.baikalelectronics.ru Git - kernel.git/commit
spi: sprd: adi: Set BIT_WDG_NEW bit when rebooting
authorLingling Xu <ling_ling.xu@unisoc.com>
Mon, 28 Oct 2019 10:10:31 +0000 (18:10 +0800)
committerMark Brown <broonie@kernel.org>
Mon, 28 Oct 2019 13:17:10 +0000 (13:17 +0000)
commit115b4c4a02a55649105d20a09bb492a31d400abc
treeae600d5ba315c1bd4c793dd783f697e6849cb49d
parentc178bbce100e6fe4206cf56bc85c0a46be6489b1
spi: sprd: adi: Set BIT_WDG_NEW bit when rebooting

When rebooting system, the PMIC watchdog time loading may not be loaded
correctly when another system is feeding the PMIC watchdog, since we did
not check the watchdog busy status before loading time values.

Thus we should set the BIT_WDG_NEW bit before loading time values, that
can support multiple loads without checking busy status to make sure the
time values can be loaded successfully to avoid this potential issue.

Signed-off-by: Lingling Xu <ling_ling.xu@unisoc.com>
Signed-off-by: Baolin Wang <baolin.wang@linaro.org>
Link: https://lore.kernel.org/r/5655318a7252c9ea518c2f7950a61228ab8f42bf.1572257085.git.baolin.wang@linaro.org
Signed-off-by: Mark Brown <broonie@kernel.org>
drivers/spi/spi-sprd-adi.c