diff mbox

ARM: dts: OMAP4+: remove multimedia carveouts

Message ID 1366233990-29724-1-git-send-email-s-anna@ti.com (mailing list archive)
State New, archived
Headers show

Commit Message

Suman Anna April 17, 2013, 9:26 p.m. UTC
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>
---
 arch/arm/boot/dts/omap4.dtsi | 8 --------
 arch/arm/boot/dts/omap5.dtsi | 8 --------
 2 files changed, 16 deletions(-)

Comments

Benoit Cousson May 6, 2013, 12:36 p.m. UTC | #1
Hi Suman,

On 04/17/2013 11:26 PM, Suman Anna wrote:
> 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>

Thanks for that cleanup. I'll queue that after the merge widow on top of
3.10-rc1.

Regards,
Benoit

> ---
>  arch/arm/boot/dts/omap4.dtsi | 8 --------
>  arch/arm/boot/dts/omap5.dtsi | 8 --------
>  2 files changed, 16 deletions(-)
> 
> diff --git a/arch/arm/boot/dts/omap4.dtsi b/arch/arm/boot/dts/omap4.dtsi
> index 55c633a..79aaafe 100644
> --- a/arch/arm/boot/dts/omap4.dtsi
> +++ b/arch/arm/boot/dts/omap4.dtsi
> @@ -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"
>  
>  / {
> diff --git a/arch/arm/boot/dts/omap5.dtsi b/arch/arm/boot/dts/omap5.dtsi
> index c9ecdbe..7006554 100644
> --- a/arch/arm/boot/dts/omap5.dtsi
> +++ b/arch/arm/boot/dts/omap5.dtsi
> @@ -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"
>  
>  / {
> 

--
To unsubscribe from this list: send the line "unsubscribe linux-omap" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
diff mbox

Patch

diff --git a/arch/arm/boot/dts/omap4.dtsi b/arch/arm/boot/dts/omap4.dtsi
index 55c633a..79aaafe 100644
--- a/arch/arm/boot/dts/omap4.dtsi
+++ b/arch/arm/boot/dts/omap4.dtsi
@@ -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"
 
 / {
diff --git a/arch/arm/boot/dts/omap5.dtsi b/arch/arm/boot/dts/omap5.dtsi
index c9ecdbe..7006554 100644
--- a/arch/arm/boot/dts/omap5.dtsi
+++ b/arch/arm/boot/dts/omap5.dtsi
@@ -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"
 
 / {