Received: by 2002:a05:6a10:1287:0:0:0:0 with SMTP id d7csp1650876pxv; Fri, 23 Jul 2021 13:52:00 -0700 (PDT) X-Google-Smtp-Source: ABdhPJzbAnvYiiQxe52i3baCYiPBuxYCyyEZmviU264+Jahvv25rUYpLA5LXR9hIYi+bWqClSWkp X-Received: by 2002:a05:6402:312d:: with SMTP id dd13mr7549738edb.348.1627073520688; Fri, 23 Jul 2021 13:52:00 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1627073520; cv=none; d=google.com; s=arc-20160816; b=SUIkZaJXKTp1yFGEwS2iCnag5/SHHab6vqMXMGrzeFtytqoa7jhgJhPqj3wTN5+Ti+ NYJaDapqdQJ8k7zl2C88wVVBlb74T/x7N6jaUB/90fetJ8s8pLyIhQoKKDYJvGwgW1X6 T7J5r3ELKtuIOc8A7TJ6txAXp+geA6BPVPYq5hcWwkHu1pN5OU38IJjWwX8JnYUeW9N2 u6XnIWPhFJ0xBMk/gyanSUb8QZ9I0Mt6YB9b8MF5JagZUCmBz7HydxQsMVNfRBvMwSf8 n0Biz+xlOD1Rnu8ub34A4Bljwr4jcIgBQ0GZtde7lvGByb1PI+0YjG8GPiOv9N5qJ7HZ mBsA== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:references:in-reply-to:message-id:date:subject :cc:to:from; bh=YHM7vMOfuew73XNWQfPGJODJhMKDCyrfpO/7GqOhZek=; b=P0zbxtOAVjxmPOMU9QLIGyc2gjGK8ALL1I6iRnSc2S5D16rJGw1ILX5VKgKCCJJ+1I jCqagJueFVGmlNsSmWteI8EE9e6zav0zdxMIh3bgostSMycMoDWSm1Oc8KLWwH/gOOSo PSiug0m3+NtFHQRjrovca9UtqCmN/FOLqp5QtKPXr10Za2NJEYgWUhVIyblimUzlrNLR NYQn8+zXJTWZvVELI4EaEgDNk2XzkFyMuDe5YSOZoQouGxNGnWcVXKoivBUcgzDo3/qs LYw0EHnV8FqlGv5gxBSSB2JLLXCbi++MDngCC6yGg34LlqcafQWwXETpswX3o7GdYxf9 4iNQ== ARC-Authentication-Results: i=1; mx.google.com; spf=pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Return-Path: Received: from vger.kernel.org (vger.kernel.org. [23.128.96.18]) by mx.google.com with ESMTP id jz19si33972899ejb.599.2021.07.23.13.51.35; Fri, 23 Jul 2021 13:52:00 -0700 (PDT) Received-SPF: pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) client-ip=23.128.96.18; Authentication-Results: mx.google.com; spf=pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S231382AbhGWUJf (ORCPT + 99 others); Fri, 23 Jul 2021 16:09:35 -0400 Received: from finn.gateworks.com ([108.161.129.64]:57708 "EHLO finn.localdomain" rhost-flags-OK-OK-OK-FAIL) by vger.kernel.org with ESMTP id S229461AbhGWUJf (ORCPT ); Fri, 23 Jul 2021 16:09:35 -0400 Received: from 068-189-091-139.biz.spectrum.com ([68.189.91.139] helo=tharvey.pdc.gateworks.com) by finn.localdomain with esmtp (Exim 4.93) (envelope-from ) id 1m727O-0057Vc-9G; Fri, 23 Jul 2021 20:50:02 +0000 From: Tim Harvey To: Richard Zhu , Lucas Stach , Bjorn Helgaas , Rob Herring , Shawn Guo , Sascha Hauer , Pengutronix Kernel Team , Fabio Estevam , NXP Linux Team , linux-pci@vger.kernel.org, linux-arm-kernel@lists.infradead.org, devicetree@vger.kernel.org, linux-kernel@vger.kernel.org, =?UTF-8?q?Krzysztof=20Wilczy=C5=84ski?= , Lorenzo Pieralisi Cc: Tim Harvey Subject: [PATCH 1/6] dt-bindings: imx6q-pcie: add compatible for IMX8MM support Date: Fri, 23 Jul 2021 13:49:53 -0700 Message-Id: <20210723204958.7186-2-tharvey@gateworks.com> X-Mailer: git-send-email 2.17.1 In-Reply-To: <20210723204958.7186-1-tharvey@gateworks.com> References: <20210723204958.7186-1-tharvey@gateworks.com> Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org This adds the DT binding for IMX8MM support to the existing imx6q-pcie driver which shares most functionality with the IMX8MM. Additionally a 'fsl,ext-osc' property is defined to note use of an external oscillator as ref clock vs the internal PLL. Signed-off-by: Tim Harvey --- Documentation/devicetree/bindings/pci/fsl,imx6q-pcie.txt | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/Documentation/devicetree/bindings/pci/fsl,imx6q-pcie.txt b/Documentation/devicetree/bindings/pci/fsl,imx6q-pcie.txt index d8971ab99274..9886e1344fd3 100644 --- a/Documentation/devicetree/bindings/pci/fsl,imx6q-pcie.txt +++ b/Documentation/devicetree/bindings/pci/fsl,imx6q-pcie.txt @@ -10,6 +10,7 @@ Required properties: - "fsl,imx6qp-pcie" - "fsl,imx7d-pcie" - "fsl,imx8mq-pcie" + - "fsl,imx8mm-pcie" - reg: base address and length of the PCIe controller - interrupts: A list of interrupt outputs of the controller. Must contain an entry for each entry in the interrupt-names property. @@ -19,6 +20,7 @@ Required properties: - "pcie_phy" Optional properties: +- fsl,ext-osc: use the external oscillator as ref clock (vs internal PLL) - fsl,tx-deemph-gen1: Gen1 De-emphasis value. Default: 0 - fsl,tx-deemph-gen2-3p5db: Gen2 (3.5db) De-emphasis value. Default: 0 - fsl,tx-deemph-gen2-6db: Gen2 (6db) De-emphasis value. Default: 20 @@ -49,7 +51,7 @@ Additional required properties for imx6sx-pcie: PCIE_PHY power domains - power-domain-names: Must be "pcie", "pcie_phy" -Additional required properties for imx7d-pcie and imx8mq-pcie: +Additional required properties for imx7d-pcie, imx8mq-pcie, imx8mm-pcie: - power-domains: Must be set to a phandle pointing to PCIE_PHY power domain - resets: Must contain phandles to PCIe-related reset lines exposed by SRC IP block -- 2.17.1