diff options
author | Stephen George <stephen.george@freescale.com> | 2011-09-16 10:36:34 -0500 |
---|---|---|
committer | Kumar Gala <galak@kernel.crashing.org> | 2011-10-11 23:47:29 -0500 |
commit | b9df02231930c01eaaf3c37b192bd75ea0d1c0bb (patch) | |
tree | 6c92b1f1872311e3ae35d4e6366a6032035ae587 /arch/powerpc/boot/dts/p3041ds.dts | |
parent | 499ccb27a89ecd08475f73710fe27fb600431a91 (diff) | |
download | blackbird-obmc-linux-b9df02231930c01eaaf3c37b192bd75ea0d1c0bb.tar.gz blackbird-obmc-linux-b9df02231930c01eaaf3c37b192bd75ea0d1c0bb.zip |
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/p3041ds.dts')
-rw-r--r-- | arch/powerpc/boot/dts/p3041ds.dts | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/arch/powerpc/boot/dts/p3041ds.dts b/arch/powerpc/boot/dts/p3041ds.dts index 961a74cd1e95..bbd113b49a8f 100644 --- a/arch/powerpc/boot/dts/p3041ds.dts +++ b/arch/powerpc/boot/dts/p3041ds.dts @@ -45,6 +45,10 @@ device_type = "memory"; }; + dcsr: dcsr@f00000000 { + ranges = <0x00000000 0xf 0x00000000 0x01008000>; + }; + soc: soc@ffe000000 { spi@110000 { flash@0 { |