aboutsummaryrefslogtreecommitdiffstats
path: root/arch
diff options
context:
space:
mode:
Diffstat (limited to 'arch')
-rw-r--r--arch/arm/mach-davinci/dm365.c9
1 files changed, 8 insertions, 1 deletions
diff --git a/arch/arm/mach-davinci/dm365.c b/arch/arm/mach-davinci/dm365.c
index 0a33e128f3f7..f8bac9486b09 100644
--- a/arch/arm/mach-davinci/dm365.c
+++ b/arch/arm/mach-davinci/dm365.c
@@ -821,7 +821,14 @@ static struct davinci_id dm365_ids[] = {
821 .part_no = 0xb83e, 821 .part_no = 0xb83e,
822 .manufacturer = 0x017, 822 .manufacturer = 0x017,
823 .cpu_id = DAVINCI_CPU_ID_DM365, 823 .cpu_id = DAVINCI_CPU_ID_DM365,
824 .name = "dm365", 824 .name = "dm365_rev1.1",
825 },
826 {
827 .variant = 0x8,
828 .part_no = 0xb83e,
829 .manufacturer = 0x017,
830 .cpu_id = DAVINCI_CPU_ID_DM365,
831 .name = "dm365_rev1.2",
825 }, 832 },
826}; 833};
827 834