watchdog: Fix OMAP watchdog early handling
authorWalter Stoll <walter.stoll@duagon.com>
Thu, 14 Oct 2021 10:22:29 +0000 (12:22 +0200)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Thu, 18 Nov 2021 13:03:43 +0000 (14:03 +0100)
commit4d41059b9e23bbb573fbf59c03334a138fbe55ef
treef7ce8c305eaabd9c7e7881524db8e2f314778f98
parentb8cb3f4ffa3ad0b4f0d62334aa6cda28e7f93881
watchdog: Fix OMAP watchdog early handling

[ Upstream commit cd004d8299f1dc6cfa6a4eea8f94cb45eaedf070 ]

TI's implementation does not service the watchdog even if the kernel
command line parameter omap_wdt.early_enable is set to 1. This patch
fixes the issue.

Signed-off-by: Walter Stoll <walter.stoll@duagon.com>
Reviewed-by: Guenter Roeck <linux@roeck-us.net>
Link: https://lore.kernel.org/r/88a8fe5229cd68fa0f1fd22f5d66666c1b7057a0.camel@duagon.com
Signed-off-by: Guenter Roeck <linux@roeck-us.net>
Signed-off-by: Wim Van Sebroeck <wim@linux-watchdog.org>
Signed-off-by: Sasha Levin <sashal@kernel.org>
drivers/watchdog/omap_wdt.c