Re: DT overlay applied via pinctrl description

2021-03-01 Thread Michal Simek
On 3/1/21 3:13 PM, Linus Walleij wrote: > On Mon, Mar 1, 2021 at 10:31 AM Michal Simek wrote: >> On 3/1/21 10:19 AM, Linus Walleij wrote: > >> Does this mean that you prefer to fix how dt overlay applying instead of >> fixing code to apply mux configs first before conf one? >> >> Something lik

Re: DT overlay applied via pinctrl description

2021-03-01 Thread Linus Walleij
On Mon, Mar 1, 2021 at 10:31 AM Michal Simek wrote: > On 3/1/21 10:19 AM, Linus Walleij wrote: > Does this mean that you prefer to fix how dt overlay applying instead of > fixing code to apply mux configs first before conf one? > > Something like this? (just c&p patch below) I think your patch l

Re: DT overlay applied via pinctrl description

2021-03-01 Thread Michal Simek
Hi Linus, On 3/1/21 10:19 AM, Linus Walleij wrote: > On Tue, Feb 16, 2021 at 4:35 PM Michal Simek wrote: > >> I have a question about expectations when pinctrl setting is applied. In >> DTS all nodes are described in the order available in DT. >> >> uart-default { >> mux { >>

Re: DT overlay applied via pinctrl description

2021-03-01 Thread Linus Walleij
On Tue, Feb 16, 2021 at 4:35 PM Michal Simek wrote: > I have a question about expectations when pinctrl setting is applied. In > DTS all nodes are described in the order available in DT. > > uart-default { > mux { > ... > }; > > conf { > ...

Re: DT overlay applied via pinctrl description

2021-02-16 Thread Frank Rowand
+Frank, Rob, devicetree list On 2/16/21 9:35 AM, Michal Simek wrote: > Hi, > > I have a question about expectations when pinctrl setting is applied. In > DTS all nodes are described in the order available in DT. > > uart-default { > mux { > ... > }; > > conf { >

DT overlay applied via pinctrl description

2021-02-16 Thread Michal Simek
Hi, I have a question about expectations when pinctrl setting is applied. In DTS all nodes are described in the order available in DT. uart-default { mux { ... }; conf { ... }; }; I don't know if this standard description or not. I