Re: [PATCH] Add new `export-symbols` node
Herve Codina <[email protected]>
| Newsgroups | org.kernel.vger.devicetree-spec |
|---|---|
| Organization | Bootlin |
| Message-ID | <[email protected]> |
Hi Ayush, On Tue, 25 Feb 2025 11:32:21 +0530 Ayush Singh <[email protected]> wrote: > `export-symbols` is designed to be a local replacement of global > `__symbols__` allowing nodes to define aliases to nodes in a tree, which > will take precedence over the aliases defined in the global `__symbols__`. > > Having a way to allow node local aliases helps in usecases such as > connectors and addon-boards, by allowing decoupling of > overlays/devicetree nodes of addon-board from the base connector. > > Signed-off-by: Ayush Singh <[email protected]> Thanks for the patch. ... > +``*/export-symbols`` node > +------------------------- > +A devicetree node may have an export-symbols child node > +(`*/export-symbols`) that defines one of more export-symbol properties. "one or more" instead of "one of more". With that fixed, Reviewed-by: Herve Codina <[email protected]> Best regards, Hervé