Re: [PATCH] pinctrl: Check pinconfig nodes pre-reloc status recursively

2023-09-30 Thread Massimo Pegorer
Hi Simon, Il giorno ven 11 ago 2023 alle ore 02:29 Simon Glass ha scritto: > > Hi Jonas, > > On Sat, 5 Aug 2023 at 08:29, Jonas Karlman wrote: > > > > Hi Massimo, > > > > On 2023-08-05 16:06, Massimo Pegorer wrote: > > > Hi Jonas, > > > > > > Il giorno sab 5 ago 2023 alle ore 13:11 Jonas Karlman

Re: [PATCH] pinctrl: Check pinconfig nodes pre-reloc status recursively

2023-08-10 Thread Simon Glass
Hi Jonas, On Sat, 5 Aug 2023 at 08:29, Jonas Karlman wrote: > > Hi Massimo, > > On 2023-08-05 16:06, Massimo Pegorer wrote: > > Hi Jonas, > > > > Il giorno sab 5 ago 2023 alle ore 13:11 Jonas Karlman ha > > scritto: > > > >> Pinconfig nodes normally bind recursively with PINCTRL_FULL and > >> PI

Re: [PATCH] pinctrl: Check pinconfig nodes pre-reloc status recursively

2023-08-05 Thread Jonas Karlman
Hi Massimo, On 2023-08-05 16:06, Massimo Pegorer wrote: > Hi Jonas, > > Il giorno sab 5 ago 2023 alle ore 13:11 Jonas Karlman ha > scritto: > >> Pinconfig nodes normally bind recursively with PINCTRL_FULL and >> PINCONF_RECURSIVE enabled. However, during U-Boot proper pre-relocation >> any node

Re: [PATCH] pinctrl: Check pinconfig nodes pre-reloc status recursively

2023-08-05 Thread Massimo Pegorer
Hi Jonas, Il giorno sab 5 ago 2023 alle ore 13:11 Jonas Karlman ha scritto: > Pinconfig nodes normally bind recursively with PINCTRL_FULL and > PINCONF_RECURSIVE enabled. However, during U-Boot proper pre-relocation > any node marked with e.g. bootph-all will not bind unless its parent is > also

[PATCH] pinctrl: Check pinconfig nodes pre-reloc status recursively

2023-08-05 Thread Jonas Karlman
Pinconfig nodes normally bind recursively with PINCTRL_FULL and PINCONF_RECURSIVE enabled. However, during U-Boot proper pre-relocation any node marked with e.g. bootph-all will not bind unless its parent is also marked for pre-reloc. group1 { pinconf1 { bootph-all; }; };