HI Marek
On 5/5/22 15:45, Marek Vasut wrote:
> On 5/5/22 15:17, Patrice Chotard wrote:
>> Currently, DM_REGULATOR flag is no more needed to protect no DM core,
>> remove it.
>
> DM_REGULATOR flag is actually Kconfig symbol.
>
> Why is it no longer needed ? (answer should be in the commit message)
Ok, i will update the commit message as following :
Since commit 16cc5ad0b439 ("power: regulator: add dummy helper")
regulator dummy helper are always available even if DM_REGULATOR
is not set.
DM_REGULATOR flag is no more needed to protect no DM core,
remove it.
Is it OK for you ?
Patrice