On 2/25/2022 1:20 AM, Mark Brown wrote: Thanks for your time Brown!!!
On Thu, Feb 24, 2022 at 06:49:19PM +0530, Srinivasa Rao Mandadapu wrote:+ l_pds->macro_pd = dev_pm_domain_attach_by_name(dev, "macro"); + if (IS_ERR_OR_NULL(l_pds->macro_pd)) + return NULL;Shouldn't there also be a DT binding update for the users?
Okay. Will send dt-bindings patch too.