On 26/05/2026 08:51, Sverdlin, Alexander wrote:
> Hi Alexander,
>
> On Fri, 2026-05-22 at 17:39 +0200, Alexander Feilke wrote:
>> From: Alexander Feilke <[email protected]>
>>
>> Signed-off-by: Alexander Feilke <[email protected]>
>> ---
>> drivers/rtc/Kconfig | 3 +++
>> 1 file changed, 3 insertions(+)
>>
>> diff --git a/drivers/rtc/Kconfig b/drivers/rtc/Kconfig
>> index 65d9bf533cb..3b74770b18a 100644
>> --- a/drivers/rtc/Kconfig
>> +++ b/drivers/rtc/Kconfig
>> @@ -163,6 +163,9 @@ config RTC_PCF85063
>> help
>> If you say yes here you get support for the NXP PCF85063 RTC
>> and compatible chips.
>> + Support for the following chip features is currently not implemented:
>> + - NVMEM device for RAM register
> I wonder if any dedicated "support" for REG_RAM is actually required in
> pcf85063 driver,
> taking into account commit c8ce7ba87d1560babc9f1436035cf2b332f4f603
> ("misc: Add support for nvmem cells") and the pcf85063 existing support for
> dm_rtc_read().
>
> I suppose the rest could be specified in the Device Tree?
Ah you are right, then this note can be dropped from the patch.