diff options
author | Frank Rowand <frank.rowand@sony.com> | 2018-10-04 20:28:08 -0700 |
---|---|---|
committer | Frank Rowand <frank.rowand@sony.com> | 2018-11-08 22:11:08 -0800 |
commit | 6b4955ba7bc05e40c8c41071cc121bc26ca65277 (patch) | |
tree | c43564f8aa4474f40c5c5209b99e7080c0616c61 /drivers/gpu | |
parent | 5b3f5c408d8cc59b87e47f1ab9803dbd006e4a91 (diff) | |
download | linux-6b4955ba7bc05e40c8c41071cc121bc26ca65277.tar.bz2 |
of: overlay: use prop add changeset entry for property in new nodes
The changeset entry 'update property' was used for new properties in
an overlay instead of 'add property'.
The decision of whether to use 'update property' was based on whether
the property already exists in the subtree where the node is being
spliced into. At the top level of creating a changeset describing the
overlay, the target node is in the live devicetree, so checking whether
the property exists in the target node returns the correct result.
As soon as the changeset creation algorithm recurses into a new node,
the target is no longer in the live devicetree, but is instead in the
detached overlay tree, thus all properties are incorrectly found to
already exist in the target.
This fix will expose another devicetree bug that will be fixed
in the following patch in the series.
When this patch is applied the errors reported by the devictree
unittest will change, and the unittest results will change from:
### dt-test ### end of unittest - 210 passed, 0 failed
to
### dt-test ### end of unittest - 203 passed, 7 failed
Tested-by: Alan Tull <atull@kernel.org>
Signed-off-by: Frank Rowand <frank.rowand@sony.com>
Diffstat (limited to 'drivers/gpu')
0 files changed, 0 insertions, 0 deletions