aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm/mach-davinci/dm646x.c
diff options
context:
space:
mode:
Diffstat (limited to 'arch/arm/mach-davinci/dm646x.c')
-rw-r--r--arch/arm/mach-davinci/dm646x.c9
1 files changed, 8 insertions, 1 deletions
diff --git a/arch/arm/mach-davinci/dm646x.c b/arch/arm/mach-davinci/dm646x.c
index 0976049c7b3b..36e4fb4fada8 100644
--- a/arch/arm/mach-davinci/dm646x.c
+++ b/arch/arm/mach-davinci/dm646x.c
@@ -789,7 +789,14 @@ static struct davinci_id dm646x_ids[] = {
789 .part_no = 0xb770, 789 .part_no = 0xb770,
790 .manufacturer = 0x017, 790 .manufacturer = 0x017,
791 .cpu_id = DAVINCI_CPU_ID_DM6467, 791 .cpu_id = DAVINCI_CPU_ID_DM6467,
792 .name = "dm6467", 792 .name = "dm6467_rev1.x",
793 },
794 {
795 .variant = 0x1,
796 .part_no = 0xb770,
797 .manufacturer = 0x017,
798 .cpu_id = DAVINCI_CPU_ID_DM6467,
799 .name = "dm6467_rev3.x",
793 }, 800 },
794}; 801};
795 802