From patchwork Mon Jul 31 14:21:31 2023 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Francesco Dolcini X-Patchwork-Id: 13334862 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 bombadil.infradead.org (bombadil.infradead.org [198.137.202.133]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.lore.kernel.org (Postfix) with ESMTPS id 20583C001DC for ; Mon, 31 Jul 2023 14:22:32 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=lists.infradead.org; s=bombadil.20210309; h=Sender: Content-Transfer-Encoding:Content-Type:List-Subscribe:List-Help:List-Post: List-Archive:List-Unsubscribe:List-Id:MIME-Version:Message-Id:Date:Subject:Cc :To:From:Reply-To:Content-ID:Content-Description:Resent-Date:Resent-From: Resent-Sender:Resent-To:Resent-Cc:Resent-Message-ID:In-Reply-To:References: List-Owner; bh=idFuFc0UfmXVlQOXA2Gusq8ZSMw8iFGW4Kiw695jzLA=; b=Lx9wkt/cISYCqz n7TrdN23TfPCTioqrNszVzyzIMU6eq1VFefEFoj+V3lybINmWFNB+jtq/fKe3zHc6kzOGQluvdilh 62wH+IBULxs2qMqAJlPwt4pfj5ceiKKuG3+8E55GVJSP3fQDiSGH0Anv4Tl73mo5YBuf5C1WH3lga 5+UFt/gebYhfpWl0CmduYb692Ry7iEvLrt+qH20YnuJLt8Xa7eI3YNlQqGLShmRf2XsPe5s0wKsOu xJEhm8qpOKOGR/NPutfw4Uf//Vp3ksZM/GagVbSNJbneakiUG0jYswEeT1zZly9Vzhsdfw+9v9Pm+ m6Z/obaa9rBrb3VJW7uA==; Received: from localhost ([::1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.96 #2 (Red Hat Linux)) id 1qQTme-00G6de-0i; Mon, 31 Jul 2023 14:22:04 +0000 Received: from mail11.truemail.it ([2001:4b7e:0:8::81]) by bombadil.infradead.org with esmtps (Exim 4.96 #2 (Red Hat Linux)) id 1qQTmZ-00G6ZU-1D for linux-arm-kernel@lists.infradead.org; Mon, 31 Jul 2023 14:22:01 +0000 Received: from francesco-nb.pivistrello.it (93-49-2-63.ip317.fastwebnet.it [93.49.2.63]) by mail11.truemail.it (Postfix) with ESMTPA id B986E20797; Mon, 31 Jul 2023 16:21:48 +0200 (CEST) From: Francesco Dolcini To: Nishanth Menon , Vignesh Raghavendra , Tero Kristo , Rob Herring , Krzysztof Kozlowski , Conor Dooley Cc: Francesco Dolcini , linux-arm-kernel@lists.infradead.org, devicetree@vger.kernel.org, linux-kernel@vger.kernel.org Subject: [PATCH v1 0/4] arm64: dts: ti: Enable Audio on Verdin AM62 Date: Mon, 31 Jul 2023 16:21:31 +0200 Message-Id: <20230731142135.108477-1-francesco@dolcini.it> X-Mailer: git-send-email 2.25.1 MIME-Version: 1.0 X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20230731_072159_602510_EFB7970B X-CRM114-Status: UNSURE ( 7.17 ) X-CRM114-Notice: Please train this message. X-BeenThere: linux-arm-kernel@lists.infradead.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: "linux-arm-kernel" Errors-To: linux-arm-kernel-bounces+linux-arm-kernel=archiver.kernel.org@lists.infradead.org From: Francesco Dolcini Add AM62x AUDIO_REFCLKx to AM62x SoC dtsi, and after doing it, enable audio support for Toradex Verdin AM62. DT bindings updates, related to the audio codec used here, are already merged in next [2][3]. For correct functionality this fix [1] is also required. [1] https://lore.kernel.org/all/20230728222639.110409-1-francesco@dolcini.it/ [2] https://lore.kernel.org/all/20230719124752.248898-1-francesco@dolcini.it/ [3] https://lore.kernel.org/all/20230719121918.247397-1-francesco@dolcini.it/ Francesco Dolcini (3): arm64: dts: ti: verdin-am62: Set I2S_1 MCLK rate arm64: dts: ti: verdin-am62: dev: add sound card arm64: dts: ti: verdin-am62: dahlia: add sound card Jai Luthra (1): arm64: dts: ti: k3-am62x: Enable AUDIO_REFCLKx arch/arm64/boot/dts/ti/k3-am62-main.dtsi | 18 +++++++ .../boot/dts/ti/k3-am62-verdin-dahlia.dtsi | 53 +++++++++++++++++++ .../arm64/boot/dts/ti/k3-am62-verdin-dev.dtsi | 45 ++++++++++++++++ arch/arm64/boot/dts/ti/k3-am62-verdin.dtsi | 5 ++ arch/arm64/boot/dts/ti/k3-am62a-main.dtsi | 18 +++++++ 5 files changed, 139 insertions(+)