]> xenbits.xensource.com Git - xen.git/commit
xen/dts: Don't add a fake property "name" in the device tree
authorJulien Grall <julien.grall@linaro.org>
Fri, 13 Sep 2013 12:49:10 +0000 (13:49 +0100)
committerIan Campbell <ian.campbell@citrix.com>
Tue, 17 Sep 2013 14:27:43 +0000 (15:27 +0100)
commit190ece328e74d04bcf1c1bed386a7d1cfe9b031e
treeab0ff4ca517f312c977b6876f6cfc4a19f6ab833
parentdff2cc632483e3870984c501b99f17f0d0f5bbc5
xen/dts: Don't add a fake property "name" in the device tree

On new Flat Device Tree version, the property "name" may not exist.
The property is never used in Xen code except to set the field "name" of
dt_device_node.

For convenience, remove the fake property. It will save space during the
creation of the dom0 FDT.

Signed-off-by: Julien Grall <julien.grall@linaro.org>
Acked-by: Ian Campbell <ian.campbell@citrix.com>
xen/common/device_tree.c