From patchwork Mon Mar 13 14:22:52 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: 95248 Delivered-To: patch@linaro.org Received: by 10.182.3.34 with SMTP id 2csp1120599obz; Mon, 13 Mar 2017 07:25:39 -0700 (PDT) X-Received: by 10.99.170.70 with SMTP id x6mr37612795pgo.111.1489415139080; Mon, 13 Mar 2017 07:25:39 -0700 (PDT) Return-Path: Received: from vger.kernel.org (vger.kernel.org. [209.132.180.67]) by mx.google.com with ESMTP id r7si632950ple.25.2017.03.13.07.25.38; Mon, 13 Mar 2017 07:25:39 -0700 (PDT) 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 S1751867AbdCMOZa (ORCPT + 4 others); Mon, 13 Mar 2017 10:25:30 -0400 Received: from lelnx194.ext.ti.com ([198.47.27.80]:12244 "EHLO lelnx194.ext.ti.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752099AbdCMOZX (ORCPT ); Mon, 13 Mar 2017 10:25:23 -0400 Received: from dlelxv90.itg.ti.com ([172.17.2.17]) by lelnx194.ext.ti.com (8.15.1/8.15.1) with ESMTP id v2DEOAMQ009336; Mon, 13 Mar 2017 09:24:10 -0500 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=ti.com; s=ti-com-17Q1; t=1489415050; bh=6ICXgEbV+KyVm/mHUGwJVCv28AYLPLyNisniS6OvU6w=; h=From:To:CC:Subject:Date:In-Reply-To:References; b=xCiGNn0YI6sPsdmwFzrXR2dPM1pB/gkhZlQIx99CLYb8dmCYSGK61kFplw/pRY+2+ sRCEQ5wORRi2qH0miAy21o1hW3ZkDGkS4uly+ZdhQJzPUngXzeMGvd4EeDSLpkF5p9 LMNqHBQ9XTsJlpTmJCM1gTQhs+zLQQge21a/X97Q= Received: from DFLE73.ent.ti.com (dfle73.ent.ti.com [128.247.5.110]) by dlelxv90.itg.ti.com (8.14.3/8.13.8) with ESMTP id v2DEOAjX004945; Mon, 13 Mar 2017 09:24:10 -0500 Received: from dlep32.itg.ti.com (157.170.170.100) by DFLE73.ent.ti.com (128.247.5.110) with Microsoft SMTP Server id 14.3.294.0; Mon, 13 Mar 2017 09:24:09 -0500 Received: from a0393678ub.india.ti.com (ileax41-snat.itg.ti.com [10.172.224.153]) by dlep32.itg.ti.com (8.14.3/8.13.8) with ESMTP id v2DEN3eW003368; Mon, 13 Mar 2017 09:24:06 -0500 From: Kishon Vijay Abraham I To: Bjorn Helgaas , Joao Pinto , , , , , , CC: , , Subject: [PATCH v4 16/23] PCI: Add device IDs for DRA74x and DRA72x Date: Mon, 13 Mar 2017 19:52:52 +0530 Message-ID: <20170313142259.25397-17-kishon@ti.com> X-Mailer: git-send-email 2.11.0 In-Reply-To: <20170313142259.25397-1-kishon@ti.com> References: <20170313142259.25397-1-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(+) -- 2.11.0 -- 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 a4f77feecbb0..5f6b71d15393 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