diff options
author | Grant Likely <grant.likely@secretlab.ca> | 2007-01-19 02:00:14 -0500 |
---|---|---|
committer | Paul Mackerras <paulus@samba.org> | 2007-01-22 05:27:35 -0500 |
commit | 121361f72ca93cb6710e368bb89f9d976b1da443 (patch) | |
tree | 124f87fb45ade1742dfa275c91c7395505ee9c5e /arch | |
parent | 77319254f109963213f33cbb15e0103f2e81a64a (diff) |
[POWERPC] Make it blatantly clear; mpc5200 device tree is not yet stable
Documentation-only change. The 5200 device tree layout has not yet
stablized, so nobody should depend on the layout of the tree.
Signed-off-by: Grant Likely <grant.likely@secretlab.ca>
Acked-by: Sylvain Munaut <tnt@246tNt.com>
Signed-off-by: Paul Mackerras <paulus@samba.org>
Diffstat (limited to 'arch')
-rw-r--r-- | arch/powerpc/boot/dts/lite5200.dts | 6 | ||||
-rw-r--r-- | arch/powerpc/boot/dts/lite5200b.dts | 6 |
2 files changed, 12 insertions, 0 deletions
diff --git a/arch/powerpc/boot/dts/lite5200.dts b/arch/powerpc/boot/dts/lite5200.dts index a8efb59f5dd7..186870704ad9 100644 --- a/arch/powerpc/boot/dts/lite5200.dts +++ b/arch/powerpc/boot/dts/lite5200.dts | |||
@@ -10,6 +10,12 @@ | |||
10 | * option) any later version. | 10 | * option) any later version. |
11 | */ | 11 | */ |
12 | 12 | ||
13 | /* | ||
14 | * WARNING: Do not depend on this tree layout remaining static just yet. | ||
15 | * The MPC5200 device tree conventions are still in flux | ||
16 | * Keep an eye on the linuxppc-dev mailing list for more details | ||
17 | */ | ||
18 | |||
13 | / { | 19 | / { |
14 | model = "Lite5200"; | 20 | model = "Lite5200"; |
15 | compatible = "lite5200\0lite52xx\0mpc5200\0mpc52xx"; | 21 | compatible = "lite5200\0lite52xx\0mpc5200\0mpc52xx"; |
diff --git a/arch/powerpc/boot/dts/lite5200b.dts b/arch/powerpc/boot/dts/lite5200b.dts index 1aabee432d86..5bb2760d7c30 100644 --- a/arch/powerpc/boot/dts/lite5200b.dts +++ b/arch/powerpc/boot/dts/lite5200b.dts | |||
@@ -10,6 +10,12 @@ | |||
10 | * option) any later version. | 10 | * option) any later version. |
11 | */ | 11 | */ |
12 | 12 | ||
13 | /* | ||
14 | * WARNING: Do not depend on this tree layout remaining static just yet. | ||
15 | * The MPC5200 device tree conventions are still in flux | ||
16 | * Keep an eye on the linuxppc-dev mailing list for more details | ||
17 | */ | ||
18 | |||
13 | / { | 19 | / { |
14 | model = "Lite5200b"; | 20 | model = "Lite5200b"; |
15 | compatible = "lite5200b\0lite52xx\0mpc5200b\0mpc52xx"; | 21 | compatible = "lite5200b\0lite52xx\0mpc5200b\0mpc52xx"; |