diff options
author | Stephen George <stephen.george@freescale.com> | 2011-09-16 17:36:34 +0200 |
---|---|---|
committer | Kumar Gala <galak@kernel.crashing.org> | 2011-10-12 06:47:29 +0200 |
commit | b9df02231930c01eaaf3c37b192bd75ea0d1c0bb (patch) | |
tree | 6c92b1f1872311e3ae35d4e6366a6032035ae587 /arch/powerpc/boot/dts/p4080ds.dts | |
parent | powerpc/85xx: clean up FPGA device tree nodes for Freecsale QorIQ boards (diff) | |
download | linux-b9df02231930c01eaaf3c37b192bd75ea0d1c0bb.tar.xz 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/p4080ds.dts')
-rw-r--r-- | arch/powerpc/boot/dts/p4080ds.dts | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/arch/powerpc/boot/dts/p4080ds.dts b/arch/powerpc/boot/dts/p4080ds.dts index ccd53aff0e9a..c7916dc28014 100644 --- a/arch/powerpc/boot/dts/p4080ds.dts +++ b/arch/powerpc/boot/dts/p4080ds.dts @@ -45,6 +45,10 @@ device_type = "memory"; }; + dcsr: dcsr@f00000000 { + ranges = <0x00000000 0xf 0x00000000 0x01008000>; + }; + soc: soc@ffe000000 { spi@110000 { flash@0 { |