Re: [PATCH 4/5] ARM: OMAP4: Add L2 Cache Controller in Device Tree

2012-08-21 Thread Shilimkar, Santosh
On Mon, Aug 20, 2012 at 9:21 PM, Shilimkar, Santosh santosh.shilim...@ti.com wrote: On Mon, Aug 20, 2012 at 7:21 PM, Benoit Cousson b-cous...@ti.com wrote: Hi Santosh, On 08/13/2012 01:00 PM, Santosh Shilimkar wrote: This provides PL310 Level 2 Cache Controller Device Tree support for OMAP4

Re: [PATCH 4/5] ARM: OMAP4: Add L2 Cache Controller in Device Tree

2012-08-21 Thread Felipe Balbi
On Tue, Aug 21, 2012 at 03:11:51PM +0530, Shilimkar, Santosh wrote: On Mon, Aug 20, 2012 at 9:21 PM, Shilimkar, Santosh santosh.shilim...@ti.com wrote: On Mon, Aug 20, 2012 at 7:21 PM, Benoit Cousson b-cous...@ti.com wrote: Hi Santosh, On 08/13/2012 01:00 PM, Santosh Shilimkar wrote:

Re: [PATCH 4/5] ARM: OMAP4: Add L2 Cache Controller in Device Tree

2012-08-21 Thread Shilimkar, Santosh
On Tue, Aug 21, 2012 at 3:54 PM, Felipe Balbi ba...@ti.com wrote: On Tue, Aug 21, 2012 at 03:11:51PM +0530, Shilimkar, Santosh wrote: On Mon, Aug 20, 2012 at 9:21 PM, Shilimkar, Santosh santosh.shilim...@ti.com wrote: On Mon, Aug 20, 2012 at 7:21 PM, Benoit Cousson b-cous...@ti.com wrote:

Re: [PATCH 4/5] ARM: OMAP4: Add L2 Cache Controller in Device Tree

2012-08-21 Thread Felipe Balbi
On Tue, Aug 21, 2012 at 04:02:38PM +0530, Shilimkar, Santosh wrote: On Tue, Aug 21, 2012 at 3:54 PM, Felipe Balbi ba...@ti.com wrote: On Tue, Aug 21, 2012 at 03:11:51PM +0530, Shilimkar, Santosh wrote: On Mon, Aug 20, 2012 at 9:21 PM, Shilimkar, Santosh santosh.shilim...@ti.com wrote: On

Re: [PATCH 4/5] ARM: OMAP4: Add L2 Cache Controller in Device Tree

2012-08-21 Thread Benoit Cousson
Hi Santosh, On 08/21/2012 12:32 PM, Shilimkar, Santosh wrote: On Tue, Aug 21, 2012 at 3:54 PM, Felipe Balbi ba...@ti.com wrote: On Tue, Aug 21, 2012 at 03:11:51PM +0530, Shilimkar, Santosh wrote: On Mon, Aug 20, 2012 at 9:21 PM, Shilimkar, Santosh santosh.shilim...@ti.com wrote: On Mon, Aug

Re: [PATCH 4/5] ARM: OMAP4: Add L2 Cache Controller in Device Tree

2012-08-21 Thread Shilimkar, Santosh
On Tue, Aug 21, 2012 at 4:14 PM, Benoit Cousson b-cous...@ti.com wrote: Hi Santosh, [...] From 91d6cb4f999061c8cfc844a3916ee3384f2e488a Mon Sep 17 00:00:00 2001 From: Santosh Shilimkar santosh.shilim...@ti.com Date: Wed, 4 Jul 2012 17:57:34 +0530 Subject: [PATCH 1/2 v2] ARM: OMAP4: Add L2

Re: [PATCH 4/5] ARM: OMAP4: Add L2 Cache Controller in Device Tree

2012-08-20 Thread Benoit Cousson
Hi Santosh, On 08/13/2012 01:00 PM, Santosh Shilimkar wrote: This provides PL310 Level 2 Cache Controller Device Tree support for OMAP4 based devices. Cc: Benoit Cousson b-cous...@ti.com Signed-off-by: Santosh Shilimkar santosh.shilim...@ti.com --- arch/arm/boot/dts/omap4.dtsi |

Re: [PATCH 4/5] ARM: OMAP4: Add L2 Cache Controller in Device Tree

2012-08-20 Thread Shilimkar, Santosh
On Mon, Aug 20, 2012 at 7:21 PM, Benoit Cousson b-cous...@ti.com wrote: Hi Santosh, On 08/13/2012 01:00 PM, Santosh Shilimkar wrote: This provides PL310 Level 2 Cache Controller Device Tree support for OMAP4 based devices. Cc: Benoit Cousson b-cous...@ti.com Signed-off-by: Santosh

Re: [PATCH 4/5] ARM: OMAP4: Add L2 Cache Controller in Device Tree

2012-08-20 Thread Felipe Balbi
On Mon, Aug 20, 2012 at 03:51:43PM +0200, Benoit Cousson wrote: + compatible = arm,pl310-cache; + reg = 0x48242000 0x1000; + cache-unified; + cache-level = 2; + }; + In theory, the L2 cache should be referenced from the CPUs. Here is the

[PATCH 4/5] ARM: OMAP4: Add L2 Cache Controller in Device Tree

2012-08-13 Thread Santosh Shilimkar
This provides PL310 Level 2 Cache Controller Device Tree support for OMAP4 based devices. Cc: Benoit Cousson b-cous...@ti.com Signed-off-by: Santosh Shilimkar santosh.shilim...@ti.com --- arch/arm/boot/dts/omap4.dtsi |7 +++ arch/arm/mach-omap2/omap4-common.c |6 +- 2 files