From patchwork Fri Apr 29 07:23:57 2022 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Biju Das X-Patchwork-Id: 568416 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 E0D1FC433F5 for ; Fri, 29 Apr 2022 07:24:08 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1355127AbiD2H1Y (ORCPT ); Fri, 29 Apr 2022 03:27:24 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:58402 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1355097AbiD2H1X (ORCPT ); Fri, 29 Apr 2022 03:27:23 -0400 Received: from relmlie5.idc.renesas.com (relmlor1.renesas.com [210.160.252.171]) by lindbergh.monkeyblade.net (Postfix) with ESMTP id 6D147C0D1B; Fri, 29 Apr 2022 00:24:06 -0700 (PDT) X-IronPort-AV: E=Sophos;i="5.91,297,1647270000"; d="scan'208";a="118389336" Received: from unknown (HELO relmlir5.idc.renesas.com) ([10.200.68.151]) by relmlie5.idc.renesas.com with ESMTP; 29 Apr 2022 16:24:05 +0900 Received: from localhost.localdomain (unknown [10.226.92.196]) by relmlir5.idc.renesas.com (Postfix) with ESMTP id A37314008C6E; Fri, 29 Apr 2022 16:24:02 +0900 (JST) From: Biju Das To: Rob Herring , Krzysztof Kozlowski Cc: Biju Das , Geert Uytterhoeven , Magnus Damm , linux-renesas-soc@vger.kernel.org, devicetree@vger.kernel.org, Chris Paterson , Biju Das , Prabhakar Mahadev Lad Subject: [PATCH v3 0/3] Add Audio and USB support Date: Fri, 29 Apr 2022 08:23:57 +0100 Message-Id: <20220429072400.23729-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: devicetree@vger.kernel.org This patch series aims to add support for Audio and USB on RZ/G2UL SMARC EVK. This patch series depend upon [1] [1] https://lore.kernel.org/linux-renesas-soc/20220425095244.156720-1-biju.das.jz@bp.renesas.com/T/#t v2->v3: * Removed the guard for cpu_dai node. * Fixed typo in commit description RZ/G2{L,LC}->RZ/G2UL. v1>v2: * Dropped patches except patch8,9 and 10 as others are queued for 5.19. * Fixed commit description * started using cpu_dai node instead of snd_rzg2l in board dtsi. * Fixed the code comment related to USB1 OVC and VBUS. Biju Das (3): arm64: dts: renesas: rzg2l-smarc: Move ssi0 and cpu sound_dai nodes from common dtsi arm64: dts: renesas: rzg2ul-smarc: Enable Audio arm64: dts: renesas: rzg2ul-smarc: Enable USB2.0 support .../boot/dts/renesas/r9a07g043u11-smarc.dts | 52 ------------------- .../boot/dts/renesas/rz-smarc-common.dtsi | 8 --- arch/arm64/boot/dts/renesas/rzg2l-smarc.dtsi | 11 ++++ arch/arm64/boot/dts/renesas/rzg2lc-smarc.dtsi | 11 ++++ .../dts/renesas/rzg2ul-smarc-pinfunction.dtsi | 18 +++++++ arch/arm64/boot/dts/renesas/rzg2ul-smarc.dtsi | 23 ++++++++ 6 files changed, 63 insertions(+), 60 deletions(-)