From patchwork Thu Dec 5 12:53:47 2024 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Geert Uytterhoeven X-Patchwork-Id: 13895208 Received: from andre.telenet-ops.be (andre.telenet-ops.be [195.130.132.53]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.subspace.kernel.org (Postfix) with ESMTPS id 02B44218AC8 for ; Thu, 5 Dec 2024 12:53:58 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=195.130.132.53 ARC-Seal: i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1733403241; cv=none; b=HuffaLJ41AKb+CIvX+Hf81PFvrYbmPhMceb9dSb2L8lK8zUYlmsVPRkJjFI1+8MlnPc2c/qmNdRpOkHeM+BH/A7IEupyhVU+jI/k8xiBkDIWWEK0O5i7Cma36jxW4FoT3IloxRRLeQv7lOHNIzHDquwLGb3B24wHE2LU73XJOv0= ARC-Message-Signature: i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1733403241; c=relaxed/simple; bh=GXPR+1cuQAF3Ux0d964lRQyr4GOWiIOnaWP4d0xwHfs=; h=From:To:Cc:Subject:Date:Message-Id:MIME-Version; b=fo765xyc8jAaySx12PpkPmGHTN7miwytgI7wd4c/++n7V7pfLwfLuKoiE5xOvxADNNiTdJC+sJtBUjwMF9qDEhsaU9QLO2VGsogE7QSkhrQr7XWMtzRpFbFGH12swC8+tSrjJfCP02AAYgLD+bmAflfYZ9gLy6FTb6MO2qo80H0= ARC-Authentication-Results: i=1; smtp.subspace.kernel.org; dmarc=none (p=none dis=none) header.from=glider.be; spf=none smtp.mailfrom=linux-m68k.org; arc=none smtp.client-ip=195.130.132.53 Authentication-Results: smtp.subspace.kernel.org; dmarc=none (p=none dis=none) header.from=glider.be Authentication-Results: smtp.subspace.kernel.org; spf=none smtp.mailfrom=linux-m68k.org Received: from ramsan.of.borg ([IPv6:2a02:1810:ac12:ed80:b16a:6561:fa1:2b32]) by andre.telenet-ops.be with cmsmtp id l0tq2D0093EEtj2010tqGy; Thu, 05 Dec 2024 13:53:50 +0100 Received: from rox.of.borg ([192.168.97.57]) by ramsan.of.borg with esmtp (Exim 4.95) (envelope-from ) id 1tJBMb-000LOY-HC; Thu, 05 Dec 2024 13:53:50 +0100 Received: from geert by rox.of.borg with local (Exim 4.95) (envelope-from ) id 1tJBMc-00EQDG-6g; Thu, 05 Dec 2024 13:53:50 +0100 From: Geert Uytterhoeven To: Kuninori Morimoto , Magnus Damm Cc: linux-renesas-soc@vger.kernel.org, linux-arm-kernel@lists.infradead.org, Geert Uytterhoeven Subject: [PATCH 0/2] arm64: dts: renesas: white-hawk-single: Add R-Car Sound support Date: Thu, 5 Dec 2024 13:53:47 +0100 Message-Id: X-Mailer: git-send-email 2.34.1 Precedence: bulk X-Mailing-List: linux-renesas-soc@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Hi all, This patch series add R-Car Sound support for the various variants of the White Hawk Single development board, using the ARD-AUDIO-DA7212 external audio board. The second hunk in the second patch depends on "[PATCH 0/5] arm64: renesas: Add R8A779G3 White Hawk Single support"[1].. This was compile-tested only, due to lack of hardware. To be queued in renesas-devel for v6.14. Thanks for your comments! [1] https://lore.kernel.org/all/cover.1733156661.git.geert+renesas@glider.be Geert Uytterhoeven (2): arm64: dts: renesas: white-hawk-ard-audio: Drop SoC part arm64: dts: renesas: white-hawk-single: Add R-Car Sound support arch/arm64/boot/dts/renesas/Makefile | 8 ++++++-- ...audio-da7212.dtso => white-hawk-ard-audio-da7212.dtso} | 7 ++++--- 2 files changed, 10 insertions(+), 5 deletions(-) rename arch/arm64/boot/dts/renesas/{r8a779g0-white-hawk-ard-audio-da7212.dtso => white-hawk-ard-audio-da7212.dtso} (96%) Reviewed-by: Kuninori Morimoto