[PATCH 01/36] ARM: OMAP3: hwmod: Fix gpmc memory resource space

Roger Quadros rogerq at ti.com
Fri Jun 13 00:15:38 PDT 2014


On 06/13/2014 10:13 AM, Tony Lindgren wrote:
> * Roger Quadros <rogerq at ti.com> [140611 01:58]:
> 
> Missing description? Probably not an urgent fix or does
> this fix something?

Doesn't fix anything. It is just for correctness. I'll add the description.

cheers,
-roger

> 
>> Signed-off-by: Roger Quadros <rogerq at ti.com>
>> ---
>>  arch/arm/mach-omap2/omap_hwmod_3xxx_data.c | 2 +-
>>  1 file changed, 1 insertion(+), 1 deletion(-)
>>
>> diff --git a/arch/arm/mach-omap2/omap_hwmod_3xxx_data.c b/arch/arm/mach-omap2/omap_hwmod_3xxx_data.c
>> index 71ac7d5..f2848a8 100644
>> --- a/arch/arm/mach-omap2/omap_hwmod_3xxx_data.c
>> +++ b/arch/arm/mach-omap2/omap_hwmod_3xxx_data.c
>> @@ -3426,7 +3426,7 @@ static struct omap_hwmod_addr_space omap3xxx_counter_32k_addrs[] = {
>>  static struct omap_hwmod_addr_space omap3xxx_gpmc_addrs[] = {
>>  	{
>>  		.pa_start	= 0x6e000000,
>> -		.pa_end		= 0x6e000fff,
>> +		.pa_end		= 0x6e0002d4,
>>  		.flags		= ADDR_TYPE_RT
>>  	},
>>  	{ }
>> -- 
>> 1.8.3.2
>>




More information about the linux-mtd mailing list