diff options
author | Anton Vorontsov <avorontsov@ru.mvista.com> | 2007-12-15 05:48:26 +1100 |
---|---|---|
committer | Paul Mackerras <paulus@samba.org> | 2008-01-17 14:56:59 +1100 |
commit | 253772b151ce3944a4bde0f06e0efd19dea8449e (patch) | |
tree | 318033ede654b29eb962ed514e894f514ab2877e /Documentation/powerpc | |
parent | dc2e425857a95f2b5dcded188ec7e813ed92c30d (diff) | |
download | linux-3.10-253772b151ce3944a4bde0f06e0efd19dea8449e.tar.gz linux-3.10-253772b151ce3944a4bde0f06e0efd19dea8449e.tar.bz2 linux-3.10-253772b151ce3944a4bde0f06e0efd19dea8449e.zip |
[POWERPC] booting-without-of: localbus should not include board name
Fix documentation once and for ever, because I'm pretty tired of
repeating that I am merely following it. ;-)
http://ozlabs.org/pipermail/linuxppc-dev/2007-December/048096.html
http://ozlabs.org/pipermail/linuxppc-dev/2007-November/046977.html
http://ozlabs.org/pipermail/linuxppc-dev/2007-November/046979.html
http://ozlabs.org/pipermail/linuxppc-dev/2007-October/044411.html
http://ozlabs.org/pipermail/linuxppc-dev/2007-October/044413.html
Signed-off-by: Anton Vorontsov <avorontsov@ru.mvista.com>
Signed-off-by: Paul Mackerras <paulus@samba.org>
Diffstat (limited to 'Documentation/powerpc')
-rw-r--r-- | Documentation/powerpc/booting-without-of.txt | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/Documentation/powerpc/booting-without-of.txt b/Documentation/powerpc/booting-without-of.txt index a9e2d5ea9a0..bf18537f36a 100644 --- a/Documentation/powerpc/booting-without-of.txt +++ b/Documentation/powerpc/booting-without-of.txt @@ -2091,8 +2091,7 @@ platforms are moved over to use the flattened-device-tree model. Example: localbus@f0010100 { - compatible = "fsl,mpc8272ads-localbus", - "fsl,mpc8272-localbus", + compatible = "fsl,mpc8272-localbus", "fsl,pq2-localbus"; #address-cells = <2>; #size-cells = <1>; |