of: overlay: add overlay unittest data for node names and symbols
authorFrank Rowand <frank.rowand@sony.com>
Wed, 19 Jul 2017 16:25:20 +0000 (09:25 -0700)
committerRob Herring <robh@kernel.org>
Thu, 20 Jul 2017 14:36:13 +0000 (09:36 -0500)
commit60a0004cc9d66193ad9f1443315f52ec1086e25e
tree4131f8e868c2c20efd96e3e30ba9684b3073afe3
parent0d638a07d3a1e98a7598eb2812a6236324e4c55f
of: overlay: add overlay unittest data for node names and symbols

Add nodes and properties to overlay_base and overlay dts files to
test for
   - incorrect existing node name detection when overlay node name
     has a unit-address
   - adding overlay __symbols__ properties to live tree when an
     overlay is added to the live tree

The following console messages will appear near the end of unittest
until the code errors are corrected:

   OF: Duplicate name in fairway-1, renamed to "ride@100#1"

   ### dt-test ### FAIL of_unittest_overlay_high_level():2296 Adding overlay 'overlay_bad_symbol' failed

   ### dt-test ### end of unittest - 190 passed, 1 failed

Signed-off-by: Frank Rowand <frank.rowand@sony.com>
Signed-off-by: Rob Herring <robh@kernel.org>
drivers/of/unittest-data/Makefile
drivers/of/unittest-data/overlay.dts
drivers/of/unittest-data/overlay_bad_symbol.dts [new file with mode: 0644]
drivers/of/unittest-data/overlay_base.dts
drivers/of/unittest.c