Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 81252
b: refs/heads/master
c: 5b14e5f
h: refs/heads/master
v: v3
  • Loading branch information
Mark A. Greer authored and Paul Mackerras committed Jan 17, 2008
1 parent 75a08a5 commit 92e342d
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 10804f0fb89561d63b2131be17cfaf8d1a30468c
refs/heads/master: 5b14e5f9ddbb1bd32a876cac75f5f3ecfd353063
8 changes: 4 additions & 4 deletions trunk/Documentation/powerpc/booting-without-of.txt
Original file line number Diff line number Diff line change
Expand Up @@ -671,10 +671,10 @@ device or bus to be described by the device tree.

In general, the format of an address for a device is defined by the
parent bus type, based on the #address-cells and #size-cells
property. In the absence of such a property, the parent's parent
values are used, etc... The kernel requires the root node to have
those properties defining addresses format for devices directly mapped
on the processor bus.
properties. Note that the parent's parent definitions of #address-cells
and #size-cells are not inhereted so every node with children must specify
them. The kernel requires the root node to have those properties defining
addresses format for devices directly mapped on the processor bus.

Those 2 properties define 'cells' for representing an address and a
size. A "cell" is a 32-bit number. For example, if both contain 2
Expand Down

0 comments on commit 92e342d

Please sign in to comment.