Home
last modified time | relevance | path

Searched refs:overlay_prop (Results 1 – 1 of 1) sorted by relevance

/linux/drivers/of/
H A Doverlay.c279 * add_changeset_property() - add @overlay_prop to overlay changeset
281 * @target: where @overlay_prop will be placed
282 * @overlay_prop: property to add or update, from overlay tree
283 * @is_symbols_prop: 1 if @overlay_prop is from node "/__symbols__"
285 * If @overlay_prop does not already exist in live devicetree, add changeset
286 * entry to add @overlay_prop in @target, else add changeset entry to update
287 * value of @overlay_prop.
305 struct target *target, const struct property *overlay_prop, in add_changeset_property() argument
313 if (is_pseudo_property(overlay_prop->name)) in add_changeset_property()
317 prop = of_find_property(target->np, overlay_prop in add_changeset_property()
[all...]