diff options
author | Kumar Gala <galak@kernel.crashing.org> | 2009-05-08 08:40:11 -0500 |
---|---|---|
committer | Kumar Gala <galak@kernel.crashing.org> | 2009-05-19 00:50:29 -0500 |
commit | b1b680258618dee231a4136cdef5e1903c090817 (patch) | |
tree | 121fa83d660597b15ac1dfe4536d0a54c1e93130 /arch/powerpc/boot/dts/mpc8560ads.dts | |
parent | 01b14a906bfee5745eb23f5b57621e5ad320ae1d (diff) | |
download | blackbird-obmc-linux-b1b680258618dee231a4136cdef5e1903c090817.tar.gz blackbird-obmc-linux-b1b680258618dee231a4136cdef5e1903c090817.zip |
powerpc/fsl: Removed reg property from 85xx/86xx soc node
Between the addition of the ecm/mcm law nodes and the fact that the
get_immrbase() has been using the range property of the SoC to determine
the base address of CCSR space we no longer need the reg property at
the soc node level. It has been ill specified and varied between device
trees to cover either the {e,m}cm-law node, some odd subset of CCSR
space or all of CCSR space.
Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
Diffstat (limited to 'arch/powerpc/boot/dts/mpc8560ads.dts')
-rw-r--r-- | arch/powerpc/boot/dts/mpc8560ads.dts | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/arch/powerpc/boot/dts/mpc8560ads.dts b/arch/powerpc/boot/dts/mpc8560ads.dts index a2347b57a2a2..a5bb1ec70a5a 100644 --- a/arch/powerpc/boot/dts/mpc8560ads.dts +++ b/arch/powerpc/boot/dts/mpc8560ads.dts @@ -55,7 +55,6 @@ device_type = "soc"; compatible = "simple-bus"; ranges = <0x0 0xe0000000 0x100000>; - reg = <0xe0000000 0x200>; bus-frequency = <330000000>; ecm-law@0 { |