Re: [PATCH v2 1/7] dt-bindings: Add support for export-symbols node
Krzysztof Kozlowski <[email protected]>
| Newsgroups | org.kernel.vger.devicetree-compiler,org.kernel.vger.linux-devicetree,org.kernel.vger.linux-kernel |
|---|---|
| Message-ID | <[email protected]> |
On 18/06/2025 11:32, Herve Codina wrote:
>
> In order to avoid the coding style issue, this could be replace
> with:
> connector1 {
> export-symbols {
> symbol-names = "i2c_a", "i2c_b";
> symbols = <&i2c0>, <&i2c1>;
> };
> };
>
> Krzysztof, Rob, do you think this could be accepted ?
>
> Ayush, David, do you thing this could be easily implemented in fdtoverlay ?
This is fine with me.
Best regards,
Krzysztof