From patchwork Fri Sep 1 07:59:29 2023 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Biju Das X-Patchwork-Id: 13372172 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 C228CCA0FE1 for ; Fri, 1 Sep 2023 07:59:42 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S232190AbjIAH7o (ORCPT ); Fri, 1 Sep 2023 03:59:44 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:57736 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1348572AbjIAH7n (ORCPT ); Fri, 1 Sep 2023 03:59:43 -0400 Received: from relmlie6.idc.renesas.com (relmlor2.renesas.com [210.160.252.172]) by lindbergh.monkeyblade.net (Postfix) with ESMTP id B647010DF; Fri, 1 Sep 2023 00:59:39 -0700 (PDT) X-IronPort-AV: E=Sophos;i="6.02,219,1688396400"; d="scan'208";a="178416714" Received: from unknown (HELO relmlir6.idc.renesas.com) ([10.200.68.152]) by relmlie6.idc.renesas.com with ESMTP; 01 Sep 2023 16:59:38 +0900 Received: from localhost.localdomain (unknown [10.226.92.203]) by relmlir6.idc.renesas.com (Postfix) with ESMTP id E3C4541B65DD; Fri, 1 Sep 2023 16:59:34 +0900 (JST) From: Biju Das To: Rob Herring , Krzysztof Kozlowski , Conor Dooley Cc: Biju Das , Geert Uytterhoeven , Magnus Damm , Paul Walmsley , Palmer Dabbelt , Albert Ou , linux-renesas-soc@vger.kernel.org, devicetree@vger.kernel.org, linux-riscv@lists.infradead.org, Prabhakar Mahadev Lad Subject: [PATCH v3 0/3] Enable 4-bit tx support Date: Fri, 1 Sep 2023 08:59:29 +0100 Message-Id: <20230901075932.105822-1-biju.das.jz@bp.renesas.com> X-Mailer: git-send-email 2.25.1 MIME-Version: 1.0 Precedence: bulk List-ID: X-Mailing-List: linux-renesas-soc@vger.kernel.org This patch series aims to enable 4-bit tx support for RZ/{G2L,G2LC,G2UL,V2L} SMARC EVKs. v2->v3: * Dropped subnodes, as all pins use the same power-source value. * Added Rb tag from Geert for patch#2 and patch#3. v1->v2: * Enabled 4-bit tx support. This patch series dependupon [1] [1] https://lore.kernel.org/all/20230830145835.296690-1-biju.das.jz@bp.renesas.com/ Biju Das (3): arm64: dts: renesas: rzg2ul-smarc-som: Enable serial NOR flash arm64: dts: renesas: rzg2l-smarc-som: Enable 4-bit tx support arm64: dts: renesas: rzg2lc-smarc-som: Enable 4-bit tx support .../boot/dts/renesas/rzg2l-smarc-som.dtsi | 1 + .../boot/dts/renesas/rzg2lc-smarc-som.dtsi | 1 + .../boot/dts/renesas/rzg2ul-smarc-som.dtsi | 38 +++++++++++++++++++ .../boot/dts/renesas/rzfive-smarc-som.dtsi | 4 ++ 4 files changed, 44 insertions(+)