diff options
author | Roy Zang <tie-fei.zang@freescale.com> | 2007-06-19 15:19:31 +0800 |
---|---|---|
committer | Kumar Gala <galak@kernel.crashing.org> | 2007-07-03 02:02:30 -0500 |
commit | a4ecababf4f007940300374ff68ac10b96733586 (patch) | |
tree | f883d4c77bce584e78102b16d893563764436735 | |
parent | 3b824f85191c9ccc2614474543118e88543d5ba2 (diff) | |
download | linux-3.10-a4ecababf4f007940300374ff68ac10b96733586.tar.gz linux-3.10-a4ecababf4f007940300374ff68ac10b96733586.tar.bz2 linux-3.10-a4ecababf4f007940300374ff68ac10b96733586.zip |
[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 06141cb200f..0c243482209 100644 --- a/Documentation/powerpc/booting-without-of.txt +++ b/Documentation/powerpc/booting-without-of.txt @@ -42,15 +42,15 @@ Table of Contents 1) Defining child nodes of an SOC 2) Representing devices without a current OF specification a) MDIO IO device - c) PHY nodes b) Gianfar-compatible ethernet nodes + c) PHY nodes d) Interrupt controllers e) I2C f) Freescale SOC USB controllers g) Freescale SOC SEC Security Engines h) Board Control and Status (BCSR) i) Freescale QUICC Engine module (QE) - g) Flash chip nodes + j) Flash chip nodes k) Global Utilities Block VII - Specifying interrupt information for devices |