From nobody Mon Feb 9 19:04:51 2026 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by smtp.lore.kernel.org (Postfix) with ESMTP id BDF0CC7EE24 for ; Fri, 12 May 2023 07:53:13 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S240330AbjELHxL (ORCPT ); Fri, 12 May 2023 03:53:11 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:53934 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S240150AbjELHxG (ORCPT ); Fri, 12 May 2023 03:53:06 -0400 Received: from mail.zeus03.de (www.zeus03.de [194.117.254.33]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 9F1D2106C8 for ; Fri, 12 May 2023 00:52:48 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=simple; d=sang-engineering.com; h= from:to:cc:subject:date:message-id:in-reply-to:references :mime-version:content-transfer-encoding; s=k1; bh=z26cJo51M+YKqJ aJDddIKw1bAo7VfLl78rWGN2hvTQs=; b=ed6Mt1zLfN59bIyPoGvpC0nBjupA0m yho9fCn9kzEkD422HhaMxGFgBAnwPAUXjkFmAwTWXMgBtTvrDWHnFdIlAX41wijm jlmKb6QqDBuhNwA/QDyccfgFqNTSzxnxezhLih3ZaFcpCLVJlV/jIJHdIya3lubm bnQ7QSsUyEa5A= Received: (qmail 3101848 invoked from network); 12 May 2023 09:52:45 +0200 Received: by mail.zeus03.de with ESMTPSA (TLS_AES_256_GCM_SHA384 encrypted, authenticated); 12 May 2023 09:52:45 +0200 X-UD-Smtp-Session: l3s3148p1@o7H9Y3r7/LUujnsI From: Wolfram Sang To: linux-renesas-soc@vger.kernel.org Cc: Wolfram Sang , Geert Uytterhoeven , Krzysztof Kozlowski , Marek Vasut , Yoshihiro Shimoda , Bjorn Helgaas , Lorenzo Pieralisi , =?UTF-8?q?Krzysztof=20Wilczy=C5=84ski?= , Rob Herring , Krzysztof Kozlowski , Conor Dooley , linux-pci@vger.kernel.org, devicetree@vger.kernel.org, linux-kernel@vger.kernel.org Subject: [PATCH v3 1/2] dt-bindings: PCI: rcar-pci-host: add optional regulators Date: Fri, 12 May 2023 09:52:40 +0200 Message-Id: <20230512075241.2770-2-wsa+renesas@sang-engineering.com> X-Mailer: git-send-email 2.30.2 In-Reply-To: <20230512075241.2770-1-wsa+renesas@sang-engineering.com> References: <20230512075241.2770-1-wsa+renesas@sang-engineering.com> MIME-Version: 1.0 Content-Transfer-Encoding: quoted-printable Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Type: text/plain; charset="utf-8" Support regulators found on the e.g. KingFisher board for miniPCIe and add a 12v regulator while we are here. Signed-off-by: Wolfram Sang Reviewed-by: Geert Uytterhoeven Acked-by: Krzysztof Kozlowski --- Changes since v2: * none .../devicetree/bindings/pci/rcar-pci-host.yaml | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/Documentation/devicetree/bindings/pci/rcar-pci-host.yaml b/Doc= umentation/devicetree/bindings/pci/rcar-pci-host.yaml index 8fdfbc763d70..b6a7cb32f61e 100644 --- a/Documentation/devicetree/bindings/pci/rcar-pci-host.yaml +++ b/Documentation/devicetree/bindings/pci/rcar-pci-host.yaml @@ -68,6 +68,15 @@ properties: phy-names: const: pcie =20 + vpcie1v5-supply: + description: The 1.5v regulator to use for PCIe. + + vpcie3v3-supply: + description: The 3.3v regulator to use for PCIe. + + vpcie12v-supply: + description: The 12v regulator to use for PCIe. + required: - compatible - reg @@ -121,5 +130,7 @@ examples: clock-names =3D "pcie", "pcie_bus"; power-domains =3D <&sysc R8A7791_PD_ALWAYS_ON>; resets =3D <&cpg 319>; + vpcie3v3-supply =3D <&pcie_3v3>; + vpcie12v-supply =3D <&pcie_12v>; }; }; --=20 2.30.2 From nobody Mon Feb 9 19:04:51 2026 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by smtp.lore.kernel.org (Postfix) with ESMTP id 43448C77B7C for ; Fri, 12 May 2023 07:53:20 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S240349AbjELHxR (ORCPT ); Fri, 12 May 2023 03:53:17 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:53966 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S240324AbjELHxH (ORCPT ); Fri, 12 May 2023 03:53:07 -0400 Received: from mail.zeus03.de (www.zeus03.de [194.117.254.33]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 321C7100FE for ; Fri, 12 May 2023 00:52:51 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=simple; d=sang-engineering.com; h= from:to:cc:subject:date:message-id:in-reply-to:references :mime-version:content-transfer-encoding; s=k1; bh=Siu7J+QIWnH3jb OtQH7v418EQGQGCXvEZXiv8ysslcg=; b=HZJMbqDCJsFH1iG6l6wns8XtGgYzGD Ix7hfQE9afCjFtqYFLU4JFNjlHE+SxKWJ8S6MMobWpmSLorNPPAn9tPTGMlpsM+Y 57/tvUPlvz8S6fy5i9vq8Rarka7v+OiIK58aXphaUKcAEAR/mo/vSOzxlOsR+usy llnbXVeGXhTWU= Received: (qmail 3101884 invoked from network); 12 May 2023 09:52:46 +0200 Received: by mail.zeus03.de with ESMTPSA (TLS_AES_256_GCM_SHA384 encrypted, authenticated); 12 May 2023 09:52:46 +0200 X-UD-Smtp-Session: l3s3148p1@HnMHZHr7CLYujnsI From: Wolfram Sang To: linux-renesas-soc@vger.kernel.org Cc: Wolfram Sang , Marek Vasut , Yoshihiro Shimoda , Lorenzo Pieralisi , =?UTF-8?q?Krzysztof=20Wilczy=C5=84ski?= , Rob Herring , Bjorn Helgaas , linux-pci@vger.kernel.org, linux-kernel@vger.kernel.org Subject: [PATCH v3 2/2] PCI: rcar-host: add support for optional regulators Date: Fri, 12 May 2023 09:52:41 +0200 Message-Id: <20230512075241.2770-3-wsa+renesas@sang-engineering.com> X-Mailer: git-send-email 2.30.2 In-Reply-To: <20230512075241.2770-1-wsa+renesas@sang-engineering.com> References: <20230512075241.2770-1-wsa+renesas@sang-engineering.com> MIME-Version: 1.0 Content-Transfer-Encoding: quoted-printable Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Type: text/plain; charset="utf-8" The KingFisher board has regulators. They just need to be en-/disabled, so we can leave the handling to devm. Order variables in reverse-xmas while we are here. Signed-off-by: Wolfram Sang Reviewed-by: Geert Uytterhoeven --- Changes since v2: * return directly with dev_err_probe * reworded the error message to avoid repeating 'error' drivers/pci/controller/pcie-rcar-host.c | 16 +++++++++++++++- 1 file changed, 15 insertions(+), 1 deletion(-) diff --git a/drivers/pci/controller/pcie-rcar-host.c b/drivers/pci/controll= er/pcie-rcar-host.c index e80e56b2a842..f4b31d206634 100644 --- a/drivers/pci/controller/pcie-rcar-host.c +++ b/drivers/pci/controller/pcie-rcar-host.c @@ -29,6 +29,7 @@ #include #include #include +#include =20 #include "pcie-rcar.h" =20 @@ -974,14 +975,20 @@ static const struct of_device_id rcar_pcie_of_match[]= =3D { {}, }; =20 +/* Design note 346 from Linear Technology says order is not important */ +static const char * const rcar_pcie_supplies[] =3D { + "vpcie12v", "vpcie3v3", "vpcie1v5" +}; + static int rcar_pcie_probe(struct platform_device *pdev) { struct device *dev =3D &pdev->dev; + struct pci_host_bridge *bridge; struct rcar_pcie_host *host; struct rcar_pcie *pcie; + unsigned int i; u32 data; int err; - struct pci_host_bridge *bridge; =20 bridge =3D devm_pci_alloc_host_bridge(dev, sizeof(*host)); if (!bridge) @@ -992,6 +999,13 @@ static int rcar_pcie_probe(struct platform_device *pde= v) pcie->dev =3D dev; platform_set_drvdata(pdev, host); =20 + for (i =3D 0; i < ARRAY_SIZE(rcar_pcie_supplies); i++) { + err =3D devm_regulator_get_enable_optional(dev, rcar_pcie_supplies[i]); + if (err < 0 && err !=3D -ENODEV) + return dev_err_probe(dev, err, "can't enable regulator %s\n", + rcar_pcie_supplies[i]); + } + pm_runtime_enable(pcie->dev); err =3D pm_runtime_get_sync(pcie->dev); if (err < 0) { --=20 2.30.2