You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
As of 4fc81d4, the memory
property in the "openamp,domain-v1" binding has the following in its
specification:
- *start* is the physical address of the start of the memory range. The
number of cells used to represent the start address is determined by
the *#address-cells* property.
- *size* is the size of the memory range, in bytes. The number of cells
used to represent the size is determined by the *#size-cells*
property.
There is a similar comment for sram.
In each case, the node that contains the #address-cells and #size-cells properties is not specified. Which node is it?
The text was updated successfully, but these errors were encountered:
The 'start' and 'size' fields in the 'memory' and 'sram' properties of
the execution domain binding could use a bit of clarification. In
particular, it's not fully specified where the #address-cells and
the #size-cells properties that determine the number of cells used
for these fields come from. Spell it out to be explicit.
Fixes: devicetree-org#162
Signed-off-by: Martí Bolívar <marti.bolivar@nordicsemi.no>
Reviewed-by: Stefano Stabellini <stefano.stabellini@amd.com>
As of 4fc81d4, the
memory
property in the "openamp,domain-v1" binding has the following in its
specification:
There is a similar comment for
sram
.In each case, the node that contains the
#address-cells
and#size-cells
properties is not specified. Which node is it?The text was updated successfully, but these errors were encountered: