> Done. I think the testcase we have for it is not ideal, but that's > easily fixed later.
Guys, Any chance I can get a clean patch that has clean tabs and doesn't have high-bit-set characters embedded in it? Thanks! jdl > From: David Gibson <[email protected]> > > syntax: > > / { > =A0 =A0 =A0 =A0child { > =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0label: subchild { > =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0}; > =A0 =A0 =A0 =A0}; > }; > > &label { > =A0 =A0 =A0 =A0prop =3D "value"; > }; > > which will result in the following tree: > > / { > =A0 =A0 =A0 =A0child { > =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0label: subchild { > =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0prop =3D "value"; > =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0}; > =A0 =A0 =A0 =A0}; > }; > > Signed-off-by: David Gibson <[email protected]> > Signed-off-by: Grant Likely <[email protected]> _______________________________________________ devicetree-discuss mailing list [email protected] https://lists.ozlabs.org/listinfo/devicetree-discuss
