diff options
author | Stephen George <stephen.george@freescale.com> | 2011-09-16 19:36:34 +0400 |
---|---|---|
committer | Kumar Gala <galak@kernel.crashing.org> | 2011-10-12 08:47:29 +0400 |
commit | b9df02231930c01eaaf3c37b192bd75ea0d1c0bb (patch) | |
tree | 6c92b1f1872311e3ae35d4e6366a6032035ae587 /arch/powerpc/boot/dts/p5020ds.dts | |
parent | 499ccb27a89ecd08475f73710fe27fb600431a91 (diff) | |
download | linux-b9df02231930c01eaaf3c37b192bd75ea0d1c0bb.tar.xz |
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 @@ device_type = "memory"; }; + dcsr: dcsr@f00000000 { + ranges = <0x00000000 0xf 0x00000000 0x01008000>; + }; + soc: soc@ffe000000 { spi@110000 { flash@0 { |