diff options
author | Roy Zang <tie-fei.zang@freescale.com> | 2007-06-19 03:19:31 -0400 |
---|---|---|
committer | Kumar Gala <galak@kernel.crashing.org> | 2007-07-03 03:02:30 -0400 |
commit | a4ecababf4f007940300374ff68ac10b96733586 (patch) | |
tree | f883d4c77bce584e78102b16d893563764436735 | |
parent | 3b824f85191c9ccc2614474543118e88543d5ba2 (diff) |
[POWERPC] Fix the node index confusion for SOC
Signed-off-by: Roy Zang <tie-fei.zang@freescale.com>
Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
-rw-r--r-- | Documentation/powerpc/booting-without-of.txt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Documentation/powerpc/booting-without-of.txt b/Documentation/powerpc/booting-without-of.txt index 06141cb200fa..0c2434822094 100644 --- a/Documentation/powerpc/booting-without-of.txt +++ b/Documentation/powerpc/booting-without-of.txt | |||
@@ -42,15 +42,15 @@ Table of Contents | |||
42 | 1) Defining child nodes of an SOC | 42 | 1) Defining child nodes of an SOC |
43 | 2) Representing devices without a current OF specification | 43 | 2) Representing devices without a current OF specification |
44 | a) MDIO IO device | 44 | a) MDIO IO device |
45 | c) PHY nodes | ||
46 | b) Gianfar-compatible ethernet nodes | 45 | b) Gianfar-compatible ethernet nodes |
46 | c) PHY nodes | ||
47 | d) Interrupt controllers | 47 | d) Interrupt controllers |
48 | e) I2C | 48 | e) I2C |
49 | f) Freescale SOC USB controllers | 49 | f) Freescale SOC USB controllers |
50 | g) Freescale SOC SEC Security Engines | 50 | g) Freescale SOC SEC Security Engines |
51 | h) Board Control and Status (BCSR) | 51 | h) Board Control and Status (BCSR) |
52 | i) Freescale QUICC Engine module (QE) | 52 | i) Freescale QUICC Engine module (QE) |
53 | g) Flash chip nodes | 53 | j) Flash chip nodes |
54 | k) Global Utilities Block | 54 | k) Global Utilities Block |
55 | 55 | ||
56 | VII - Specifying interrupt information for devices | 56 | VII - Specifying interrupt information for devices |