linux-stable/drivers/of
Frank Rowand e4547e0285 of: unittest: allow base devicetree to have symbol metadata
[ Upstream commit 5babefb7f7 ]

The overlay metadata nodes in the FDT created from testcases.dts
are not handled properly.

The __fixups__ and __local_fixups__ node were added to the live
devicetree, but should not be.

Only the first property in the /__symbols__ node was added to the
live devicetree if the live devicetree already contained a
/__symbols node.  All of the node's properties must be added.

Tested-by: Alan Tull <atull@kernel.org>
Signed-off-by: Frank Rowand <frank.rowand@sony.com>
Signed-off-by: Sasha Levin <sashal@kernel.org>
2019-12-01 09:17:30 +01:00
..
unittest-data of/unittest: Fix I2C bus unit-address error 2019-11-20 18:47:00 +01:00
address.c
base.c of: make PowerMac cache node search conditional on CONFIG_PPC_PMAC 2019-11-20 18:46:06 +01:00
device.c of: Convert to using %pOFn instead of device_node.name 2019-02-06 17:30:15 +01:00
dynamic.c of: overlay: set node fields from properties when add new overlay node 2019-06-09 09:17:24 +02:00
fdt.c
fdt_address.c
irq.c
Kconfig
kobj.c of: overlay: add missing of_node_get() in __of_attach_node_sysfs 2019-02-06 17:30:15 +01:00
Makefile
of_mdio.c of: Convert to using %pOFn instead of device_node.name 2019-02-06 17:30:15 +01:00
of_net.c
of_numa.c of: Convert to using %pOFn instead of device_node.name 2019-02-06 17:30:15 +01:00
of_private.h
of_reserved_mem.c
overlay.c of: overlay: set node fields from properties when add new overlay node 2019-06-09 09:17:24 +02:00
pdt.c
platform.c of: Convert to using %pOFn instead of device_node.name 2019-02-06 17:30:15 +01:00
property.c OF: properties: add missing of_node_put 2019-01-22 21:40:33 +01:00
resolver.c
unittest.c of: unittest: allow base devicetree to have symbol metadata 2019-12-01 09:17:30 +01:00