Received: by 2002:a05:6a10:f3d0:0:0:0:0 with SMTP id a16csp4908382pxv; Tue, 29 Jun 2021 19:51:28 -0700 (PDT) X-Google-Smtp-Source: ABdhPJx4rylmoCZeuYS0/gHE+US2FttQQeH5WxHVH7sTyzVCAUdAV8QTrw9KDBWY6NqOpo1kfAUL X-Received: by 2002:a02:2547:: with SMTP id g68mr6965960jag.24.1625021488699; Tue, 29 Jun 2021 19:51:28 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1625021488; cv=none; d=google.com; s=arc-20160816; b=d5a/rT4PlokR8W9Da/PAOHjGT/5Jdiu6S6uyK2k2yb5nFMauRXSnKfjZrcW0St0iLE w/VmQ1q1K1UX/2REzD1lh4ARDRE4wqH3/XeIzaD/9+0KJsLWwMENN2+2eKR9RLhBWer/ BZnsxRzkcr9CPb+Ld7C2NRVmepY4CDBwFcQoU+nFfmRicI4EVoxPABFAzYomThpHUEwM zjd5lPpK4YmNjohaF36V3bqUL+7phzlI0FqAatUxUdpPn9F0rQeuKEaK8ZihIh/3G4wB GIDwJhpbubg3xl3e5eMz1SEFXUdJtUlWqgaI1keUZVNGgXEu6iprmAKlEQCR+cG3QOfe knIg== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:mime-version:references:in-reply-to:message-id :date:subject:cc:to:from; bh=PusUaANZQoQZUE5qryP5KvJP57CNGoK6gHgYe+6jF3I=; b=MFlQf2PvTLSgXKi1Vohfr0W239dBj3hhlQCJuRd2gV0U1ZjJ2OXJdfaKsqt3jnlrOu /XyWD12n8dp4G41dHhuXVKQ00RorDuKmwHlc/W0/YJbVvssrhhS75dcrAi4s21AEgM0b 1wzz6/VpXbdbkOkLupzpCs/2GQNqtqZCBePDF6VtKKDL9Fc2HbuTDoK7w1+3BUYlRuj+ wO/4iLbUaxlZR9nR9f4eodbiT7MSsrwVBAo0mmKK5JHAyP3id3PF6LhqOBFtrse2wNai 3QC7DTNbqcLKiMNwn6riVAR6ivYnrHwP43AiJef37yWC9ZygCwRqA2FNYh/ZMl4Vt3kd z/VQ== 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; dmarc=fail (p=NONE sp=NONE dis=NONE) header.from=mediatek.com Return-Path: Received: from vger.kernel.org (vger.kernel.org. [23.128.96.18]) by mx.google.com with ESMTP id u15si9732344iot.89.2021.06.29.19.50.48; Tue, 29 Jun 2021 19:51:28 -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; dmarc=fail (p=NONE sp=NONE dis=NONE) header.from=mediatek.com Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S233007AbhF3Cw2 (ORCPT + 99 others); Tue, 29 Jun 2021 22:52:28 -0400 Received: from mailgw02.mediatek.com ([210.61.82.184]:43213 "EHLO mailgw02.mediatek.com" rhost-flags-OK-FAIL-OK-FAIL) by vger.kernel.org with ESMTP id S232663AbhF3Cw0 (ORCPT ); Tue, 29 Jun 2021 22:52:26 -0400 X-UUID: cd65ef81bacb43dba738c7c7e2399155-20210630 X-UUID: cd65ef81bacb43dba738c7c7e2399155-20210630 Received: from mtkcas10.mediatek.inc [(172.21.101.39)] by mailgw02.mediatek.com (envelope-from ) (Generic MTA with TLSv1.2 ECDHE-RSA-AES256-SHA384 256/256) with ESMTP id 1560391563; Wed, 30 Jun 2021 10:49:55 +0800 Received: from mtkcas11.mediatek.inc (172.21.101.40) by mtkmbs05n2.mediatek.inc (172.21.101.140) with Microsoft SMTP Server (TLS) id 15.0.1497.2; Wed, 30 Jun 2021 10:49:53 +0800 Received: from localhost.localdomain (10.17.3.153) by mtkcas11.mediatek.inc (172.21.101.73) with Microsoft SMTP Server id 15.0.1497.2 via Frontend Transport; Wed, 30 Jun 2021 10:49:52 +0800 From: Jianjun Wang To: Bjorn Helgaas , Rob Herring , Lorenzo Pieralisi , Ryder Lee , Matthias Brugger CC: , , , , , Jianjun Wang , , , , , , , Krzysztof Wilczyski , Subject: [PATCH v3 1/2] dt-bindings: PCI: mediatek-gen3: Add property to disable dvfsrc voltage request Date: Wed, 30 Jun 2021 10:49:33 +0800 Message-ID: <20210630024934.18903-2-jianjun.wang@mediatek.com> X-Mailer: git-send-email 2.18.0 In-Reply-To: <20210630024934.18903-1-jianjun.wang@mediatek.com> References: <20210630024934.18903-1-jianjun.wang@mediatek.com> MIME-Version: 1.0 Content-Type: text/plain X-MTK: N Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Add property to disable dvfsrc voltage request, if this property is presented, we assume that the requested voltage is always higher enough to keep the PCIe controller active. Signed-off-by: Jianjun Wang --- .../devicetree/bindings/pci/mediatek-pcie-gen3.yaml | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/Documentation/devicetree/bindings/pci/mediatek-pcie-gen3.yaml b/Documentation/devicetree/bindings/pci/mediatek-pcie-gen3.yaml index e7b1f9892da4..3e26c032cea9 100644 --- a/Documentation/devicetree/bindings/pci/mediatek-pcie-gen3.yaml +++ b/Documentation/devicetree/bindings/pci/mediatek-pcie-gen3.yaml @@ -96,6 +96,12 @@ properties: phys: maxItems: 1 + disable-dvfsrc-vlt-req: + description: Disable dvfsrc voltage request, if this property is presented, + we assume that the requested voltage is always higher enough to keep + the PCIe controller active. + type: boolean + '#interrupt-cells': const: 1 @@ -166,6 +172,8 @@ examples: <&infracfg_rst 3>; reset-names = "phy", "mac"; + disable-dvfsrc-vlt-req; + #interrupt-cells = <1>; interrupt-map-mask = <0 0 0 0x7>; interrupt-map = <0 0 0 1 &pcie_intc 0>, -- 2.18.0