Re: [PATCH v5 1/7] dt-bindings: connector: Add mikrobus-connector

From: Andrew Lunn
Date: Thu Jun 27 2024 - 14:44:29 EST


> That's then per board, per click board. right?
>
> >
> > ```
> >
> >
> > The problem with making it children is that each connector will require
> > seperate overlays for board configs.
>
> Right.

For somebody who has not used overlays, could you expand on that.

Is it not possible to say "Overlay this DT fragment on point X of the
tree". So you populate children on a node. It should not matter if you
have the same children somewhere else, they have different parents?

Andrew