From patchwork Wed Jan 18 14:47:44 2023 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Fabrizio Castro X-Patchwork-Id: 13106467 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 9EEAEC32793 for ; Wed, 18 Jan 2023 14:54:09 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S231569AbjAROyI (ORCPT ); Wed, 18 Jan 2023 09:54:08 -0500 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:54948 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S231321AbjAROxy (ORCPT ); Wed, 18 Jan 2023 09:53:54 -0500 Received: from relmlie6.idc.renesas.com (relmlor2.renesas.com [210.160.252.172]) by lindbergh.monkeyblade.net (Postfix) with ESMTP id 1CAEE5DC15; Wed, 18 Jan 2023 06:47:58 -0800 (PST) X-IronPort-AV: E=Sophos;i="5.97,226,1669042800"; d="scan'208";a="149830460" Received: from unknown (HELO relmlir5.idc.renesas.com) ([10.200.68.151]) by relmlie6.idc.renesas.com with ESMTP; 18 Jan 2023 23:47:58 +0900 Received: from mulinux.example.org (unknown [10.226.93.55]) by relmlir5.idc.renesas.com (Postfix) with ESMTP id C45AE4007209; Wed, 18 Jan 2023 23:47:54 +0900 (JST) From: Fabrizio Castro To: Rob Herring , Krzysztof Kozlowski , Geert Uytterhoeven Cc: Fabrizio Castro , Magnus Damm , linux-renesas-soc@vger.kernel.org, devicetree@vger.kernel.org, linux-kernel@vger.kernel.org, Chris Paterson , Biju Das , Laurent Pinchart , Jacopo Mondi Subject: [PATCH 0/3] Add PWC, uSD and eMMC support to RZ/V2M EVK Date: Wed, 18 Jan 2023 14:47:44 +0000 Message-Id: <20230118144747.24968-1-fabrizio.castro.jz@renesas.com> X-Mailer: git-send-email 2.34.1 MIME-Version: 1.0 Precedence: bulk List-ID: X-Mailing-List: linux-renesas-soc@vger.kernel.org Dear All, this series aims at adding uSD and eMMC support to the RZ/V2M EVK. The uSD card bus voltage is controlled via one of GPIOs from the PWC, therefore this series takes care of adding SoC specific and board specific PWC support, too. Thanks, Fab Fabrizio Castro (3): arm64: dts: renesas: r9a09g011: Add PWC support arm64: dts: renesas: v2mevk2: Add PWC support arm64: dts: renesas: v2mevk2: Add uSD card and eMMC support .../boot/dts/renesas/r9a09g011-v2mevk2.dts | 127 ++++++++++++++++++ arch/arm64/boot/dts/renesas/r9a09g011.dtsi | 8 ++ 2 files changed, 135 insertions(+)