diff mbox

DaVinci: DM365: Add Support for new Revision of silicon

Message ID 1249665585-15127-1-git-send-email-s-paulraj@ti.com (mailing list archive)
State Accepted
Headers show

Commit Message

s-paulraj@ti.com Aug. 7, 2009, 5:19 p.m. UTC
From: Sandeep Paulraj <s-paulraj@ti.com>

DM365 RBL has been updated. The variant number has changed for this
new revision of silicon. This patch adds support for the
new revision of DM365.
The name fields are also being updated to reflect the version
of the silicon.

Without this minor fix DM365 REV 1.2 will not boot up

Signed-off-by: Sandeep Paulraj <s-paulraj@ti.com>
---
 arch/arm/mach-davinci/dm365.c |    9 ++++++++-
 1 files changed, 8 insertions(+), 1 deletions(-)

Comments

Kevin Hilman Aug. 7, 2009, 11:46 p.m. UTC | #1
s-paulraj@ti.com writes:

> From: Sandeep Paulraj <s-paulraj@ti.com>
>
> DM365 RBL has been updated. The variant number has changed for this
> new revision of silicon. This patch adds support for the
> new revision of DM365.
> The name fields are also being updated to reflect the version
> of the silicon.
>
> Without this minor fix DM365 REV 1.2 will not boot up
>
> Signed-off-by: Sandeep Paulraj <s-paulraj@ti.com>

Thanks, pushing today.

Kevin

> ---
>  arch/arm/mach-davinci/dm365.c |    9 ++++++++-
>  1 files changed, 8 insertions(+), 1 deletions(-)
>
> diff --git a/arch/arm/mach-davinci/dm365.c b/arch/arm/mach-davinci/dm365.c
> index 1a19c43..ecbef27 100644
> --- a/arch/arm/mach-davinci/dm365.c
> +++ b/arch/arm/mach-davinci/dm365.c
> @@ -876,7 +876,14 @@ static struct davinci_id dm365_ids[] = {
>  		.part_no	= 0xb83e,
>  		.manufacturer	= 0x017,
>  		.cpu_id		= DAVINCI_CPU_ID_DM365,
> -		.name		= "dm365",
> +		.name		= "dm365_rev1.1",
> +	},
> +	{
> +		.variant	= 0x8,
> +		.part_no	= 0xb83e,
> +		.manufacturer	= 0x017,
> +		.cpu_id		= DAVINCI_CPU_ID_DM365,
> +		.name		= "dm365_rev1.2",
>  	},
>  };
>  
> -- 
> 1.6.0.4
>
> _______________________________________________
> Davinci-linux-open-source mailing list
> Davinci-linux-open-source@linux.davincidsp.com
> http://linux.davincidsp.com/mailman/listinfo/davinci-linux-open-source
diff mbox

Patch

diff --git a/arch/arm/mach-davinci/dm365.c b/arch/arm/mach-davinci/dm365.c
index 1a19c43..ecbef27 100644
--- a/arch/arm/mach-davinci/dm365.c
+++ b/arch/arm/mach-davinci/dm365.c
@@ -876,7 +876,14 @@  static struct davinci_id dm365_ids[] = {
 		.part_no	= 0xb83e,
 		.manufacturer	= 0x017,
 		.cpu_id		= DAVINCI_CPU_ID_DM365,
-		.name		= "dm365",
+		.name		= "dm365_rev1.1",
+	},
+	{
+		.variant	= 0x8,
+		.part_no	= 0xb83e,
+		.manufacturer	= 0x017,
+		.cpu_id		= DAVINCI_CPU_ID_DM365,
+		.name		= "dm365_rev1.2",
 	},
 };