[PATCH v2 01/20] wdt: imx8qxp: add option to control external PMIC wdt via IMX8 SCU
Stefan Roese
sr at denx.de
Mon Nov 18 16:37:57 CET 2024
On 18.11.24 13:31, Francesco Dolcini wrote:
> On Mon, Nov 18, 2024 at 07:26:55AM +0100, Heiko Schocher wrote:
>> Driver for a PMIC watchdog timer controlled via Siemens SCU firmware
>> extensions. Only useful on some Siemens i.MX8-based platforms as
>> special SCFW is needed which provides the needed SCU API.
>>
>> Signed-off-by: Andrej Valek <andrej.valek at siemens.com>
>> Signed-off-by: Heiko Schocher <hs at denx.de>
>
> ...
>
>> diff --git a/drivers/watchdog/Kconfig b/drivers/watchdog/Kconfig
>> index 0e45f0a0922..f317d0922cb 100644
>> --- a/drivers/watchdog/Kconfig
>> +++ b/drivers/watchdog/Kconfig
>> @@ -428,6 +428,13 @@ config WDT_ARM_SMC
>> Select this to enable Arm SMC watchdog timer. This watchdog will manage
>> a watchdog based on ARM SMCCC communication.
>>
>> +config WDT_SCU_PMIC
> Isn't this a too generic name for something the is platform specific?
> Or this is not Siemens specific? One or the other, I would say.
This is also my only concern right now. If this driver is specific for
a Siemens SCU firmware, then IMHO the Kconfig option and the driver
filename should reflect this.
Thanks,
Stefan
More information about the U-Boot
mailing list