watchdog: ux500_wdt: Drop platform data
authorLinus Walleij <linus.walleij@linaro.org>
Wed, 22 Sep 2021 23:09:45 +0000 (01:09 +0200)
committerWim Van Sebroeck <wim@linux-watchdog.org>
Mon, 1 Nov 2021 19:18:08 +0000 (20:18 +0100)
commit74128d801b5165650ae6222e8cf23780fbc55e67
treea66e6035a42f91e1bea13ec598be8458d2f1a7c3
parentee1a0696934a8b77a6a2098f92832c46d34ec5da
watchdog: ux500_wdt: Drop platform data

Drop the platform data passing from the PRCMU driver. This platform
data was part of the ambition to support more SoCs, which in turn
were never mass produced.

Only a name remains of the MFD cell so switch to MFD_CELL_NAME().

Cc: Lee Jones <lee.jones@linaro.org>
Signed-off-by: Linus Walleij <linus.walleij@linaro.org>
Reviewed-by: Guenter Roeck <linux@roeck-us.net>
Link: https://lore.kernel.org/r/20210922230947.1864357-1-linus.walleij@linaro.org
Acked-by: Lee Jones <lee.jones@linaro.org>
Signed-off-by: Guenter Roeck <linux@roeck-us.net>
Signed-off-by: Wim Van Sebroeck <wim@linux-watchdog.org>
drivers/mfd/db8500-prcmu.c
drivers/watchdog/ux500_wdt.c
include/linux/platform_data/ux500_wdt.h [deleted file]