diff options
author | Stephen George <stephen.george@freescale.com> | 2011-09-16 11:36:34 -0400 |
---|---|---|
committer | Kumar Gala <galak@kernel.crashing.org> | 2011-10-12 00:47:29 -0400 |
commit | b9df02231930c01eaaf3c37b192bd75ea0d1c0bb (patch) | |
tree | 6c92b1f1872311e3ae35d4e6366a6032035ae587 /arch/powerpc/boot/dts/p5020ds.dts | |
parent | 499ccb27a89ecd08475f73710fe27fb600431a91 (diff) |
powerpc/85xx: Adding DCSR node to dtsi device trees
Adding new device tree binding file for the DCSR node. Modifying device
tree dtsi files to add DCSR node for P2041, P3041, P4080, & P5020.
Signed-off-by: Stephen George <stephen.george@freescale.com>
Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
Diffstat (limited to 'arch/powerpc/boot/dts/p5020ds.dts')
-rw-r--r-- | arch/powerpc/boot/dts/p5020ds.dts | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/arch/powerpc/boot/dts/p5020ds.dts b/arch/powerpc/boot/dts/p5020ds.dts index ca4d592c91d1..e6d40999ccd7 100644 --- a/arch/powerpc/boot/dts/p5020ds.dts +++ b/arch/powerpc/boot/dts/p5020ds.dts | |||
@@ -45,6 +45,10 @@ | |||
45 | device_type = "memory"; | 45 | device_type = "memory"; |
46 | }; | 46 | }; |
47 | 47 | ||
48 | dcsr: dcsr@f00000000 { | ||
49 | ranges = <0x00000000 0xf 0x00000000 0x01008000>; | ||
50 | }; | ||
51 | |||
48 | soc: soc@ffe000000 { | 52 | soc: soc@ffe000000 { |
49 | spi@110000 { | 53 | spi@110000 { |
50 | flash@0 { | 54 | flash@0 { |