* Grygorii Strashko <grygorii.strashko@xxxxxx> [181128 23:11]: > > > On 11/28/18 4:45 AM, Tero Kristo wrote: > > Hwmod parses the DT hierarchically from root to search for matching > > ti,hwmod property. With the introduction of L4 data, we have two nodes > > with the ti,hwmod = "gmac" declaration, and the hwmod core only matches > > the first one found, which is the target-module one. This node incorrectly > > dropped the ti,no-idle flag, which causes number of problems, like ignoring > > errata i877, and also causing an intermittent boot failure on certain dra7 > > boards. > > > > Fix the issue by moving the ti,no-idle flag to the proper node. > > > > Signed-off-by: Tero Kristo <t-kristo@xxxxxx> > > Reported-by: Grygorii Strashko <grygorii.strashko@xxxxxx> > > --- > > FYI: The problem is seen in linux-next. > > Thank you. > Reviewed-by: Grygorii Strashko <grygorii.strashko@xxxxxx> Thanks for catching it, applying into omap-for-v4.21/dt-ti-sysc. Regards, Tony