From patchwork Mon May 8 10:45:54 2023 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Wolfram Sang X-Patchwork-Id: 13234299 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 17F0AC7EE23 for ; Mon, 8 May 2023 10:46:49 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S235135AbjEHKqr (ORCPT ); Mon, 8 May 2023 06:46:47 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:47762 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S235062AbjEHKq2 (ORCPT ); Mon, 8 May 2023 06:46:28 -0400 Received: from mail.zeus03.de (www.zeus03.de [194.117.254.33]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id B96AA2A9DA for ; Mon, 8 May 2023 03:46:11 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=simple; d=sang-engineering.com; h= from:to:cc:subject:date:message-id:mime-version :content-transfer-encoding; s=k1; bh=MT9L6OCk50d9T2qe5Tb3KXKgRVt VU7f6zuqoqw8sTOk=; b=t+t2ipuw872AtktbXlwXpAFQYAe0Z/evBfefxUYVs9C w+PqxwOYS23yq5Hkyha65hWuDLqTZ2E93BMtEERn147x9fr2sJoMLK37OqRM9+Vg R+02cF/JRXdI0FpK7ldpjs/cH3/6U3/u9PbHqz+OwnmCsYRMHMHOv02NpWWa61tc = Received: (qmail 1693227 invoked from network); 8 May 2023 12:46:08 +0200 Received: by mail.zeus03.de with ESMTPSA (TLS_AES_256_GCM_SHA384 encrypted, authenticated); 8 May 2023 12:46:08 +0200 X-UD-Smtp-Session: l3s3148p1@F7GtWCz7moEujnsI From: Wolfram Sang To: linux-renesas-soc@vger.kernel.org Cc: Wolfram Sang , devicetree@vger.kernel.org, linux-kernel@vger.kernel.org, linux-pci@vger.kernel.org, Marek Vasut , Yoshihiro Shimoda Subject: [RFC PATCH 0/3] KingFisher: support regulators for PCIe Date: Mon, 8 May 2023 12:45:54 +0200 Message-Id: <20230508104557.47889-1-wsa+renesas@sang-engineering.com> X-Mailer: git-send-email 2.30.2 MIME-Version: 1.0 Precedence: bulk List-ID: X-Mailing-List: linux-renesas-soc@vger.kernel.org Here are the patches to make PCIe cards work in the slot CN15 on a KingFisher board. This is still RFC only, so we can agree on all the DT namings before I send out the patches individually. Looking forward to comments! Wolfram Wolfram Sang (3): dt-bindings: PCI: rcar-pci-host: add optional regulators PCI: rcar-host: add support for optional regulators arm64: dts: renesas: ulcb-kf: add regulators for PCIe ch1 .../bindings/pci/rcar-pci-host.yaml | 8 +++++++ arch/arm64/boot/dts/renesas/ulcb-kf.dtsi | 21 +++++++++++++++++++ drivers/pci/controller/pcie-rcar-host.c | 9 ++++++++ 3 files changed, 38 insertions(+)