From mboxrd@z Thu Jan 1 00:00:00 1970 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 alsa0.perex.cz (alsa0.perex.cz [77.48.224.243]) (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 5D0ABC54EE9 for ; Tue, 20 Sep 2022 13:42:35 +0000 (UTC) Received: from alsa1.perex.cz (alsa1.perex.cz [207.180.221.201]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by alsa0.perex.cz (Postfix) with ESMTPS id 13024857; Tue, 20 Sep 2022 15:41:43 +0200 (CEST) DKIM-Filter: OpenDKIM Filter v2.11.0 alsa0.perex.cz 13024857 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=alsa-project.org; s=default; t=1663681353; bh=DHaf9FpceiDLulpNZF6bIGbxfiQ4dDY19O2wzq9Rg8w=; h=Date:From:To:Subject:References:In-Reply-To:Cc:List-Id: List-Unsubscribe:List-Archive:List-Post:List-Help:List-Subscribe: From; b=T3aE8a9bWztt0uos0RMd918wDEZcF9Ztl6JBxzsChqU1dmge1r59XO+ozVykuAu/N jl46FxvYHnhy5eAHpyNq6l3HjJwlhxJP0s8beWp5Puk/OM4N8qjOrbGvPh1dkcc8ny MzhG+Bx/zz+BboUi8hA4rQPbmU8gAxvBtNYDXpRg= Received: from alsa1.perex.cz (localhost.localdomain [127.0.0.1]) by alsa1.perex.cz (Postfix) with ESMTP id B900EF80153; Tue, 20 Sep 2022 15:41:42 +0200 (CEST) Received: by alsa1.perex.cz (Postfix, from userid 50401) id 748FEF80155; Tue, 20 Sep 2022 15:41:41 +0200 (CEST) Received: from vps0.lunn.ch (vps0.lunn.ch [185.16.172.187]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by alsa1.perex.cz (Postfix) with ESMTPS id D76A9F8012B for ; Tue, 20 Sep 2022 15:41:28 +0200 (CEST) DKIM-Filter: OpenDKIM Filter v2.11.0 alsa1.perex.cz D76A9F8012B Authentication-Results: alsa1.perex.cz; dkim=pass (1024-bit key) header.d=lunn.ch header.i=@lunn.ch header.b="hc8LRCQw" DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=lunn.ch; s=20171124; h=In-Reply-To:Content-Transfer-Encoding:Content-Disposition: Content-Type:MIME-Version:References:Message-ID:Subject:Cc:To:From:Date:From: Sender:Reply-To:Subject:Date:Message-ID:To:Cc:MIME-Version:Content-Type: Content-Transfer-Encoding:Content-ID:Content-Description:Content-Disposition: In-Reply-To:References; bh=Jh8iwPVSdo9zSHEgLJ83LwqnnxxcNEZPN4V8Cx7jJ6Y=; b=hc 8LRCQwSgf0dJqaZ984Brtlu5wE0B35U8DK/RAr6QnuW/H0y29JwbffuxkgMOAeoPxGva/YQnAVGx1 XLK3Lm7Q6lRs6Frgqq2aX8Vs+qW1Cldq4n90p8bu7FXeSJZ8AXa1OqIomGJ4svjBWyCHWKpntvIfg /RWFf/CiMSy5EAA=; Received: from andrew by vps0.lunn.ch with local (Exim 4.94.2) (envelope-from ) id 1oadV7-00HH7d-3C; Tue, 20 Sep 2022 15:41:25 +0200 Date: Tue, 20 Sep 2022 15:41:25 +0200 From: Andrew Lunn To: Pali =?iso-8859-1?Q?Roh=E1r?= Subject: Re: [PATCH 3/5] ARM: mvebu: add audio support to Armada 385 DB Message-ID: References: <20220920132648.2008-1-pali@kernel.org> <20220920132648.2008-4-pali@kernel.org> MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: <20220920132648.2008-4-pali@kernel.org> Cc: devicetree@vger.kernel.org, alsa-devel@alsa-project.org, Gregory Clement , Liam Girdwood , linux-kernel@vger.kernel.org, Mark Brown , Marcin Wojtas , linux-arm-kernel@lists.infradead.org, Sebastian Hesselbarth X-BeenThere: alsa-devel@alsa-project.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: "Alsa-devel mailing list for ALSA developers - http://www.alsa-project.org" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: alsa-devel-bounces@alsa-project.org Sender: "Alsa-devel" On Tue, Sep 20, 2022 at 03:26:46PM +0200, Pali Rohár wrote: > From: Marcin Wojtas > > This commit adds the necessary Device Tree information to enable > audio support on the Armada 385 DB platform. In details it: > > * Instantiates the CS42L51 audio codec on the I2C0 bus > > * Adds simple-card DT binding for audio on Armada 385 DB > > * Adds description for both analog I2S and S/PDIF I/O > > * Disabled by default > > Signed-off-by: Marcin Wojtas > Signed-off-by: Nadav Haklai > Tested-by: Star_Automation > Tested-by: Lior Amsalem Reviewed-by: Andrew Lunn Andrew