]> git.karo-electronics.de Git - karo-tx-linux.git/commitdiff
ARM: dts: OMAP4+: Remove multimedia carveouts
authorSuman Anna <s-anna@ti.com>
Wed, 17 Apr 2013 21:26:30 +0000 (16:26 -0500)
committerBenoit Cousson <benoit.cousson@linaro.org>
Tue, 18 Jun 2013 23:53:33 +0000 (18:53 -0500)
The carveouts that have been reserved for multimedia usecases
are not being used currently by any driver and so have been
cleaned up. Memory will be allocated runtime through CMA for
enabling the multimedia usecases.

Signed-off-by: Suman Anna <s-anna@ti.com>
Signed-off-by: Benoit Cousson <benoit.cousson@linaro.org>
arch/arm/boot/dts/omap4.dtsi
arch/arm/boot/dts/omap5.dtsi

index 2a5642882c8af8810601a3763808e60014831d07..006563eec7673c54cbdf098ecbd96ff750f09d87 100644 (file)
@@ -6,14 +6,6 @@
  * published by the Free Software Foundation.
  */
 
-/*
- * Carveout for multimedia usecases
- * It should be the last 48MB of the first 512MB memory part
- * In theory, it should not even exist. That zone should be reserved
- * dynamically during the .reserve callback.
- */
-/memreserve/ 0x9d000000 0x03000000;
-
 /include/ "skeleton.dtsi"
 
 / {
index 635cae2830112906abe4bb6fd7058a58fa95d8b9..28ec8061757a82eddce988b73e4cd4871df8dcb9 100644 (file)
@@ -7,14 +7,6 @@
  * Based on "omap4.dtsi"
  */
 
-/*
- * Carveout for multimedia usecases
- * It should be the last 48MB of the first 512MB memory part
- * In theory, it should not even exist. That zone should be reserved
- * dynamically during the .reserve callback.
- */
-/memreserve/ 0x9d000000 0x03000000;
-
 /include/ "skeleton.dtsi"
 
 / {