diff options
author | Scott Wood <scottwood@freescale.com> | 2007-10-08 17:08:29 -0400 |
---|---|---|
committer | Kumar Gala <galak@kernel.crashing.org> | 2007-10-11 10:14:31 -0400 |
commit | 52aff9f93e452b3a55be74018dc90eb0ddde0a9c (patch) | |
tree | c89fb231ab6b3d817e1eefba30aa5f005d38d675 | |
parent | cdec12aebe1b10aa58bebaa05bb697843154f7f9 (diff) |
[POWERPC] mpc8272ads: Remove muram from the CPM reg property.
This is described by the muram node now.
Signed-off-by: Scott Wood <scottwood@freescale.com>
Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
-rw-r--r-- | arch/powerpc/boot/dts/mpc8272ads.dts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/powerpc/boot/dts/mpc8272ads.dts b/arch/powerpc/boot/dts/mpc8272ads.dts index 188179df0845..7285ca1325fd 100644 --- a/arch/powerpc/boot/dts/mpc8272ads.dts +++ b/arch/powerpc/boot/dts/mpc8272ads.dts | |||
@@ -121,7 +121,7 @@ | |||
121 | #address-cells = <1>; | 121 | #address-cells = <1>; |
122 | #size-cells = <1>; | 122 | #size-cells = <1>; |
123 | compatible = "fsl,mpc8272-cpm", "fsl,cpm2"; | 123 | compatible = "fsl,mpc8272-cpm", "fsl,cpm2"; |
124 | reg = <119c0 30 0 2000>; | 124 | reg = <119c0 30>; |
125 | ranges; | 125 | ranges; |
126 | 126 | ||
127 | muram@0 { | 127 | muram@0 { |