aboutsummaryrefslogtreecommitdiffstats
path: root/Documentation/powerpc
diff options
context:
space:
mode:
Diffstat (limited to 'Documentation/powerpc')
-rw-r--r--Documentation/powerpc/booting-without-of.txt8
1 files changed, 4 insertions, 4 deletions
diff --git a/Documentation/powerpc/booting-without-of.txt b/Documentation/powerpc/booting-without-of.txt
index bf18537f36a5..6d1d0856063e 100644
--- a/Documentation/powerpc/booting-without-of.txt
+++ b/Documentation/powerpc/booting-without-of.txt
@@ -671,10 +671,10 @@ device or bus to be described by the device tree.
671 671
672In general, the format of an address for a device is defined by the 672In general, the format of an address for a device is defined by the
673parent bus type, based on the #address-cells and #size-cells 673parent bus type, based on the #address-cells and #size-cells
674property. In the absence of such a property, the parent's parent 674properties. Note that the parent's parent definitions of #address-cells
675values are used, etc... The kernel requires the root node to have 675and #size-cells are not inhereted so every node with children must specify
676those properties defining addresses format for devices directly mapped 676them. The kernel requires the root node to have those properties defining
677on the processor bus. 677addresses format for devices directly mapped on the processor bus.
678 678
679Those 2 properties define 'cells' for representing an address and a 679Those 2 properties define 'cells' for representing an address and a
680size. A "cell" is a 32-bit number. For example, if both contain 2 680size. A "cell" is a 32-bit number. For example, if both contain 2