summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStefan Agner <stefan.agner@toradex.com>2014-12-17 18:32:47 +0100
committerStefan Agner <stefan.agner@toradex.com>2014-12-17 18:37:24 +0100
commitd5d322d315df1c2ed2fd68dc74d0c3aa651d397e (patch)
treed51d07ce59a5a71ad92ebc2bb7aaefe8a853a4a0
parenteecf32b692b3a05e83548d8f8fb2c27855bb31bc (diff)
ARM: dts: vf610: remove SRAM
Currently there is no driver which uses SRAM. Also, loading of the external MCC kernel module fails when SRAM locations are already in use.
-rw-r--r--arch/arm/boot/dts/vfxxx.dtsi21
1 files changed, 0 insertions, 21 deletions
diff --git a/arch/arm/boot/dts/vfxxx.dtsi b/arch/arm/boot/dts/vfxxx.dtsi
index 8d04d8add4a0..58a0e4ebb319 100644
--- a/arch/arm/boot/dts/vfxxx.dtsi
+++ b/arch/arm/boot/dts/vfxxx.dtsi
@@ -49,27 +49,6 @@
compatible = "simple-bus";
ranges;
- ocram0: sram@3f000000 {
- compatible = "mmio-sram";
- reg = <0x3f000000 0x40000>;
- };
-
- ocram1: sram@3f040000 {
- compatible = "mmio-sram";
- reg = <0x3f040000 0x40000>;
- };
-
- gfxram0: sram@3f400000 {
- compatible = "mmio-sram";
- reg = <0x3f400000 0x80000>;
- };
-
- /* used by L2 cache */
- gfxram1: sram@3f480000 {
- compatible = "mmio-sram";
- reg = <0x3f480000 0x80000>;
- };
-
aips0: aips-bus@40000000 {
compatible = "fsl,aips-bus", "simple-bus";
#address-cells = <1>;