Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 173312
b: refs/heads/master
c: f63dd12
h: refs/heads/master
v: v3
  • Loading branch information
Hemant Pedanekar authored and Kevin Hilman committed Nov 25, 2009
1 parent faa1a28 commit 65efd15
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 2 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 5d36a3321bd77418cc55e05680efc35deeaba3f4
refs/heads/master: f63dd12da29f47c37bbc093abec098538e04357c
9 changes: 8 additions & 1 deletion trunk/arch/arm/mach-davinci/dm646x.c
Original file line number Diff line number Diff line change
Expand Up @@ -789,7 +789,14 @@ static struct davinci_id dm646x_ids[] = {
.part_no = 0xb770,
.manufacturer = 0x017,
.cpu_id = DAVINCI_CPU_ID_DM6467,
.name = "dm6467",
.name = "dm6467_rev1.x",
},
{
.variant = 0x1,
.part_no = 0xb770,
.manufacturer = 0x017,
.cpu_id = DAVINCI_CPU_ID_DM6467,
.name = "dm6467_rev3.x",
},
};

Expand Down

0 comments on commit 65efd15

Please sign in to comment.