> From: David Gibson <[email protected]>
> 
> syntax:
> 
> / {
>       child {
>               label: subchild {
>               };
>       };
> };
> 
> &label {
>       prop = "value";
> };
> 
> which will result in the following tree:
> 
> / {
>       child {
>               label: subchild {
>                       prop = "value";
>               };
>       };
> };
> 
> Signed-off-by: David Gibson <[email protected]>
> Signed-off-by: Grant Likely <[email protected]>

Applied and pushed out.

Thanks!
jdl
_______________________________________________
devicetree-discuss mailing list
[email protected]
https://lists.ozlabs.org/listinfo/devicetree-discuss

Reply via email to