From patchwork Mon Mar 27 09:45:13 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: 96044 Delivered-To: patch@linaro.org Received: by 10.140.89.233 with SMTP id v96csp1143024qgd; Mon, 27 Mar 2017 02:48:53 -0700 (PDT) X-Received: by 10.99.149.9 with SMTP id p9mr23101190pgd.112.1490608133363; Mon, 27 Mar 2017 02:48:53 -0700 (PDT) Return-Path: Received: from vger.kernel.org (vger.kernel.org. [209.132.180.67]) by mx.google.com with ESMTP id z13si62955pfj.93.2017.03.27.02.48.53; Mon, 27 Mar 2017 02:48:53 -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 S1752324AbdC0JsW (ORCPT + 4 others); Mon, 27 Mar 2017 05:48:22 -0400 Received: from fllnx209.ext.ti.com ([198.47.19.16]:63017 "EHLO fllnx209.ext.ti.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752763AbdC0JsS (ORCPT ); Mon, 27 Mar 2017 05:48:18 -0400 Received: from dlelxv90.itg.ti.com ([172.17.2.17]) by fllnx209.ext.ti.com (8.15.1/8.15.1) with ESMTP id v2R9kaOp001357; Mon, 27 Mar 2017 04:46:36 -0500 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=ti.com; s=ti-com-17Q1; t=1490607996; bh=6ICXgEbV+KyVm/mHUGwJVCv28AYLPLyNisniS6OvU6w=; h=From:To:CC:Subject:Date:In-Reply-To:References; b=xNCoZ6liALUzI17Cw2HM9BYlyWw7/NGEtovPEUfEoKsVAt2K0TY37e9vqEWlXDnWa YhChzHQMT6yhHNipEfviJdLK/+EFd1L9acbxDNPTXEu9ceNzpWUZjRIXH76Y+DyL7G zMxu9A9XjdtwqtdvnIItbRXu+vDreHgfoyYdfFfk= Received: from DLEE71.ent.ti.com (dlee71.ent.ti.com [157.170.170.114]) by dlelxv90.itg.ti.com (8.14.3/8.13.8) with ESMTP id v2R9kV2W021489; Mon, 27 Mar 2017 04:46:31 -0500 Received: from dlep33.itg.ti.com (157.170.170.75) by DLEE71.ent.ti.com (157.170.170.114) with Microsoft SMTP Server id 14.3.294.0; Mon, 27 Mar 2017 04:46:30 -0500 Received: from a0393678ub.india.ti.com (ileax41-snat.itg.ti.com [10.172.224.153]) by dlep33.itg.ti.com (8.14.3/8.13.8) with ESMTP id v2R9jQIl012055; Mon, 27 Mar 2017 04:46:27 -0500 From: Kishon Vijay Abraham I To: Bjorn Helgaas , Joao Pinto , , , , , , CC: , , Subject: [PATCH v5 17/24] PCI: Add device IDs for DRA74x and DRA72x Date: Mon, 27 Mar 2017 15:15:13 +0530 Message-ID: <20170327094520.3129-18-kishon@ti.com> X-Mailer: git-send-email 2.11.0 In-Reply-To: <20170327094520.3129-1-kishon@ti.com> References: <20170327094520.3129-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