From patchwork Thu Dec 30 14:42:46 2010 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Michael Williamson X-Patchwork-Id: 441381 Received: from arroyo.ext.ti.com (arroyo.ext.ti.com [192.94.94.40]) by demeter1.kernel.org (8.14.4/8.14.3) with ESMTP id oBUNDcWY007824 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=OK) for ; Thu, 30 Dec 2010 23:13:59 GMT Received: from dlep33.itg.ti.com ([157.170.170.112]) by arroyo.ext.ti.com (8.13.7/8.13.7) with ESMTP id oBUEfNrQ007880 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Thu, 30 Dec 2010 08:41:23 -0600 Received: from linux.omap.com (localhost [127.0.0.1]) by dlep33.itg.ti.com (8.13.7/8.13.7) with ESMTP id oBUEfMPP017219; Thu, 30 Dec 2010 08:41:22 -0600 (CST) Received: from linux.omap.com (localhost [127.0.0.1]) by linux.omap.com (Postfix) with ESMTP id 36D6780627; Thu, 30 Dec 2010 08:41:22 -0600 (CST) X-Original-To: davinci-linux-open-source@linux.davincidsp.com Delivered-To: davinci-linux-open-source@linux.davincidsp.com Received: from dflp52.itg.ti.com (dflp52.itg.ti.com [128.247.22.96]) by linux.omap.com (Postfix) with ESMTP id AC56580626 for ; Thu, 30 Dec 2010 08:41:20 -0600 (CST) Received: from red.ext.ti.com (localhost [127.0.0.1]) by dflp52.itg.ti.com (8.13.7/8.13.7) with ESMTP id oBUEfKD5010935 for ; Thu, 30 Dec 2010 08:41:20 -0600 (CST) Received: from psmtp.com (na3sys009amx179.postini.com [74.125.149.160]) by red.ext.ti.com (8.13.7/8.13.7) with SMTP id oBUEfJjP028460 for ; Thu, 30 Dec 2010 08:41:19 -0600 Received: from source ([209.85.216.45]) by na3sys009amx179.postini.com ([74.125.148.10]) with SMTP; Thu, 30 Dec 2010 06:41:20 PST Received: by qwk4 with SMTP id 4so11474534qwk.4 for ; Thu, 30 Dec 2010 06:41:19 -0800 (PST) Received: by 10.224.53.194 with SMTP id n2mr15222187qag.367.1293720079230; Thu, 30 Dec 2010 06:41:19 -0800 (PST) Received: from localhost.localdomain (rrcs-24-39-249-130.nys.biz.rr.com [24.39.249.130]) by mx.google.com with ESMTPS id e29sm9257233qck.39.2010.12.30.06.41.16 (version=SSLv3 cipher=RC4-MD5); Thu, 30 Dec 2010 06:41:17 -0800 (PST) From: Michael Williamson To: davinci-linux-open-source@linux.davincidsp.com Subject: [PATCH v4] davinci: Add additional JTAG code for AM-1808 and OMAP-L138 Rev 2.0 SoCs Date: Thu, 30 Dec 2010 09:42:46 -0500 Message-Id: <1293720166-27261-1-git-send-email-michael.williamson@criticallink.com> X-Mailer: git-send-email 1.7.0.4 X-pstn-neptune: 0/0/0.00/0 X-pstn-levels: (S:49.80953/99.90000 CV:99.9000 FC:95.5390 LC:95.5390 R:95.9108 P:95.9108 M:97.0282 C:98.6951 ) X-pstn-settings: 2 (0.5000:0.0750) s cv GT3 gt2 gt1 r p m c X-pstn-addresses: from [db-null] Cc: linux-arm-kernel@lists.infradead.org X-BeenThere: davinci-linux-open-source@linux.davincidsp.com X-Mailman-Version: 2.1.12 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , MIME-Version: 1.0 Sender: davinci-linux-open-source-bounces@linux.davincidsp.com Errors-To: davinci-linux-open-source-bounces@linux.davincidsp.com X-Greylist: Sender succeeded STARTTLS authentication, not delayed by milter-greylist-4.2.3 (demeter1.kernel.org [140.211.167.41]); Thu, 30 Dec 2010 23:13:59 +0000 (UTC) diff --git a/arch/arm/mach-davinci/da850.c b/arch/arm/mach-davinci/da850.c index 78b5ae2..e489f67 100644 --- a/arch/arm/mach-davinci/da850.c +++ b/arch/arm/mach-davinci/da850.c @@ -762,7 +762,14 @@ static struct davinci_id da850_ids[] = { .part_no = 0xb7d1, .manufacturer = 0x017, /* 0x02f >> 1 */ .cpu_id = DAVINCI_CPU_ID_DA850, - .name = "da850/omap-l138", + .name = "da850/omap-l138/am18x", + }, + { + .variant = 0x1, + .part_no = 0xb7d1, + .manufacturer = 0x017, /* 0x02f >> 1 */ + .cpu_id = DAVINCI_CPU_ID_DA850, + .name = "da850/omap-l138/am18x", }, };