From patchwork Thu Mar 9 07:57:27 2017 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Kishon Vijay Abraham I X-Patchwork-Id: 95093 Delivered-To: patch@linaro.org Received: by 10.140.82.71 with SMTP id g65csp279787qgd; Thu, 9 Mar 2017 01:50:36 -0800 (PST) X-Received: by 10.84.233.194 with SMTP id m2mr16063430pln.126.1489053036226; Thu, 09 Mar 2017 01:50:36 -0800 (PST) Return-Path: Received: from vger.kernel.org (vger.kernel.org. [209.132.180.67]) by mx.google.com with ESMTP id 60si5956999plb.324.2017.03.09.01.50.35; Thu, 09 Mar 2017 01:50:36 -0800 (PST) Received-SPF: pass (google.com: best guess record for domain of linux-omap-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) client-ip=209.132.180.67; Authentication-Results: mx.google.com; dkim=neutral (body hash did not verify) header.i=@ti.com; spf=pass (google.com: best guess record for domain of linux-omap-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-omap-owner@vger.kernel.org; dmarc=fail (p=NONE sp=NONE dis=NONE) header.from=ti.com Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1754360AbdCIJud (ORCPT + 4 others); Thu, 9 Mar 2017 04:50:33 -0500 Received: from lelnx194.ext.ti.com ([198.47.27.80]:17934 "EHLO lelnx194.ext.ti.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1754081AbdCIJub (ORCPT ); Thu, 9 Mar 2017 04:50:31 -0500 Received: from dlelxv90.itg.ti.com ([172.17.2.17]) by lelnx194.ext.ti.com (8.15.1/8.15.1) with ESMTP id v297waf1001798; Thu, 9 Mar 2017 01:58:36 -0600 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=ti.com; s=ti-com-17Q1; t=1489046316; bh=8znzxAYTsf2RIZRNai06IafFzURV2w8sFnLjjcgNN/A=; h=From:To:CC:Subject:Date:In-Reply-To:References; b=Vz2IEFKVY1RzLWuIh8DnuqhWlyNm9xEMSjh7gZ6aQqTW6kH6+ahCRUMjH3IdoxNTm 0mYAKbtjnHuPrhfD+CtfnubiCW5RBoh2adkynQx+5P5soYamt8MigwUV+buKUH2h4E reDlz+N98DHalFspWHGel1uOlMQou+asaXtw5LcI= Received: from DLEE70.ent.ti.com (dlemailx.itg.ti.com [157.170.170.113]) by dlelxv90.itg.ti.com (8.14.3/8.13.8) with ESMTP id v297waWb031349; Thu, 9 Mar 2017 01:58:36 -0600 Received: from dflp32.itg.ti.com (10.64.6.15) by DLEE70.ent.ti.com (157.170.170.113) with Microsoft SMTP Server id 14.3.294.0; Thu, 9 Mar 2017 01:58:35 -0600 Received: from a0393678ub.india.ti.com (ileax41-snat.itg.ti.com [10.172.224.153]) by dflp32.itg.ti.com (8.14.3/8.13.8) with ESMTP id v297vZPE014250; Thu, 9 Mar 2017 01:58:33 -0600 From: Kishon Vijay Abraham I To: Bjorn Helgaas , Joao Pinto , , , , , , CC: , , Subject: [PATCH v3 16/23] PCI: Add device IDs for DRA74x and DRA72x Date: Thu, 9 Mar 2017 13:27:27 +0530 Message-ID: <1489046254-19919-17-git-send-email-kishon@ti.com> X-Mailer: git-send-email 1.7.9.5 In-Reply-To: <1489046254-19919-1-git-send-email-kishon@ti.com> References: <1489046254-19919-1-git-send-email-kishon@ti.com> MIME-Version: 1.0 Sender: linux-omap-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-omap@vger.kernel.org Add device IDs for DRA74x and DRA72x devices. These devices have configurable PCI endpoint. Signed-off-by: Kishon Vijay Abraham I --- include/linux/pci_ids.h | 2 ++ 1 file changed, 2 insertions(+) -- 1.7.9.5 -- To unsubscribe from this list: send the line "unsubscribe linux-omap" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html diff --git a/include/linux/pci_ids.h b/include/linux/pci_ids.h index a4f77fe..5f6b71d 100644 --- a/include/linux/pci_ids.h +++ b/include/linux/pci_ids.h @@ -862,6 +862,8 @@ #define PCI_DEVICE_ID_TI_X620 0xac8d #define PCI_DEVICE_ID_TI_X420 0xac8e #define PCI_DEVICE_ID_TI_XX20_FM 0xac8f +#define PCI_DEVICE_ID_TI_DRA74x 0xb500 +#define PCI_DEVICE_ID_TI_DRA72x 0xb501 #define PCI_VENDOR_ID_SONY 0x104d