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>
This commit is contained in:
committed by
Wim Van Sebroeck
parent
ee1a069693
commit
74128d801b
@@ -1,18 +0,0 @@
|
||||
/* SPDX-License-Identifier: GPL-2.0-only */
|
||||
/*
|
||||
* Copyright (C) ST Ericsson SA 2011
|
||||
*
|
||||
* STE Ux500 Watchdog platform data
|
||||
*/
|
||||
#ifndef __UX500_WDT_H
|
||||
#define __UX500_WDT_H
|
||||
|
||||
/**
|
||||
* struct ux500_wdt_data
|
||||
*/
|
||||
struct ux500_wdt_data {
|
||||
unsigned int timeout;
|
||||
bool has_28_bits_resolution;
|
||||
};
|
||||
|
||||
#endif /* __UX500_WDT_H */
|
||||
Reference in New Issue
Block a user