Skip to content

Commit

Permalink
hdata/memory: Removed share-id property
Browse files Browse the repository at this point in the history
Commit f35a3c3 (hdata/memory: Remove find_shared()) replaed find_shared()
with dt_find_name_addr(). Now we do not need PRIVATE share-id property.
Lets remove this property.

CC: Oliver O'Halloran <oohall@gmail.com>
Signed-off-by: Vasant Hegde <hegdevasant@linux.vnet.ibm.com>
Reviewed-by: Oliver O'Halloran <oohall@gmail.com>
Signed-off-by: Stewart Smith <stewart@linux.ibm.com>
  • Loading branch information
Vasant Hegde authored and stewartsmith committed Mar 1, 2019
1 parent c526a28 commit 4f0ceb6
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions hdata/memory.c
Original file line number Diff line number Diff line change
Expand Up @@ -200,9 +200,6 @@ static bool add_address_range(struct dt_node *root,

dt_add_property_u64s(mem, "reg", reg[0], reg[1]);
dt_add_property_cells(mem, "ibm,chip-id", chip_id);
if (be16_to_cpu(id->flags) & MS_AREA_SHARED)
dt_add_property_cells(mem, DT_PRIVATE "share-id",
be16_to_cpu(id->share_id));
return true;
}

Expand Down

0 comments on commit 4f0ceb6

Please sign in to comment.