diff options
author | Anton Vorontsov <avorontsov@ru.mvista.com> | 2009-05-01 22:16:51 -0400 |
---|---|---|
committer | Kumar Gala <galak@kernel.crashing.org> | 2009-05-19 01:50:32 -0400 |
commit | ea38f579d57e19bc054aaea4b9a2a9ddad85e9eb (patch) | |
tree | b60e37374462ac01baea537bc2fb02d61992def2 /arch/powerpc | |
parent | cd7e4a2cbb147a2f15abfad93e1af847e6bb339f (diff) |
powerpc/85xx: Fix reg & interrupts for mpc8569emds localbus added NAND
This patch fixes bogus reg = <> property in the localbus node,
and fixes interrupt property (should be "interrupts").
Also add node for NAND support.
Signed-off-by: Anton Vorontsov <avorontsov@ru.mvista.com>
Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
Diffstat (limited to 'arch/powerpc')
-rw-r--r-- | arch/powerpc/boot/dts/mpc8569mds.dts | 11 |
1 files changed, 9 insertions, 2 deletions
diff --git a/arch/powerpc/boot/dts/mpc8569mds.dts b/arch/powerpc/boot/dts/mpc8569mds.dts index fb67910927f1..18fda4917d95 100644 --- a/arch/powerpc/boot/dts/mpc8569mds.dts +++ b/arch/powerpc/boot/dts/mpc8569mds.dts | |||
@@ -53,13 +53,14 @@ | |||
53 | #address-cells = <2>; | 53 | #address-cells = <2>; |
54 | #size-cells = <1>; | 54 | #size-cells = <1>; |
55 | compatible = "fsl,mpc8569-elbc", "fsl,elbc", "simple-bus"; | 55 | compatible = "fsl,mpc8569-elbc", "fsl,elbc", "simple-bus"; |
56 | reg = <0 0xe0005000 0 0x1000>; | 56 | reg = <0xe0005000 0x1000>; |
57 | interrupt = <19 2>; | 57 | interrupts = <19 2>; |
58 | interrupt-parent = <&mpic>; | 58 | interrupt-parent = <&mpic>; |
59 | 59 | ||
60 | ranges = <0x0 0x0 0xfe000000 0x02000000 | 60 | ranges = <0x0 0x0 0xfe000000 0x02000000 |
61 | 0x1 0x0 0xf8000000 0x00008000 | 61 | 0x1 0x0 0xf8000000 0x00008000 |
62 | 0x2 0x0 0xf0000000 0x04000000 | 62 | 0x2 0x0 0xf0000000 0x04000000 |
63 | 0x3 0x0 0xfc000000 0x00008000 | ||
63 | 0x4 0x0 0xf8008000 0x00008000 | 64 | 0x4 0x0 0xf8008000 0x00008000 |
64 | 0x5 0x0 0xf8010000 0x00008000>; | 65 | 0x5 0x0 0xf8010000 0x00008000>; |
65 | 66 | ||
@@ -77,6 +78,12 @@ | |||
77 | reg = <1 0 0x8000>; | 78 | reg = <1 0 0x8000>; |
78 | }; | 79 | }; |
79 | 80 | ||
81 | nand@3,0 { | ||
82 | compatible = "fsl,mpc8569-fcm-nand", | ||
83 | "fsl,elbc-fcm-nand"; | ||
84 | reg = <3 0 0x8000>; | ||
85 | }; | ||
86 | |||
80 | pib@4,0 { | 87 | pib@4,0 { |
81 | compatible = "fsl,mpc8569mds-pib"; | 88 | compatible = "fsl,mpc8569mds-pib"; |
82 | reg = <4 0 0x8000>; | 89 | reg = <4 0 0x8000>; |