From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from smtp.kernel.org (aws-us-west-2-korg-mail-1.web.codeaurora.org [10.30.226.201]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.subspace.kernel.org (Postfix) with ESMTPS id 9EF041CF9A; Sun, 17 Mar 2024 19:16:44 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=10.30.226.201 ARC-Seal:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1710703004; cv=none; b=O4FU8+TfBbAf0Tt2r/cpRwTq0w2JzyL/zOk1r6EMrp6dfJn8zWJQ1JVRc52chrkLtqxm6S3WLQMbq+qwYaI3N3/v9wNmSjC2N3UKAKffazlOjTpDpSdZo0WUgqyjn5gmUpja4yq2ZN6BPiIUvnJWMg6iVCJJcr3aWC+YuTQCwms= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1710703004; c=relaxed/simple; bh=7wgxPIyPTJm1sbVQLW+1u/0UytpBtpCuchrtZamPsh8=; h=Date:From:To:Cc:Subject:Message-ID:References:MIME-Version: Content-Type:Content-Disposition:In-Reply-To; b=rvKrygeV+0cYzNILHum2UAz78MwBWar9/2+qYNuhqMokf//hS8eIeVMWNSr0GVrfzxuU5GoX/PlBQ5rh/OBdvjVNpnr9ucrkHECiP4ydw1ZK4Ti1qOQN91h73F4+iAT7DZMY3UAw8G19Rw7Q4beDzBWMth0eBosy3qItCaYyn78= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b=hCdDUd6X; arc=none smtp.client-ip=10.30.226.201 Authentication-Results: smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b="hCdDUd6X" Received: by smtp.kernel.org (Postfix) with ESMTPSA id E28F0C433F1; Sun, 17 Mar 2024 19:16:43 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1710703004; bh=7wgxPIyPTJm1sbVQLW+1u/0UytpBtpCuchrtZamPsh8=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=hCdDUd6XU5vR4dSofVsop9l+p6Dl2b5mAPLEOUE7ukSv4/Y8P/BVftbMzhxOhf7LX 6qIkoK14BS+DxglAcIaMLD847oylzu+ss8P1wMeR/0aB68MBkwaI1zpEB8YN9tH7PQ QjraJ7ZUXmNmE+XSFJhRwr6aTD30kEkxM1sG5KmeFXBGS2LEx97GbmteJwoqE7/B0P JAwqVb6hONCDlvIZNVGYH9BQrBaXwAlMHQquP5Qx3kFTSDbqsr1CdAUWQD9bzjPQc4 XoaWBS7iu1PMSMw2U0CPddNlsPWDjJ3WoCrPWmG6teSrG8+yqviCF6Lr23hiOoYxvG eXsdYplLneFhg== Date: Sun, 17 Mar 2024 13:16:41 -0600 From: Rob Herring To: Jan Dakinevich Cc: Liam Girdwood , linux-kernel@vger.kernel.org, Mark Brown , Linus Walleij , Takashi Iwai , Martin Blumenstingl , Stephen Boyd , Jaroslav Kysela , linux-amlogic@lists.infradead.org, Neil Armstrong , Conor Dooley , linux-gpio@vger.kernel.org, Jerome Brunet , linux-sound@vger.kernel.org, Krzysztof Kozlowski , Philipp Zabel , Kevin Hilman , alsa-devel@alsa-project.org, kernel@salutedevices.com, linux-clk@vger.kernel.org, Michael Turquette , linux-arm-kernel@lists.infradead.org, devicetree@vger.kernel.org Subject: Re: [PATCH 20/25] ASoC: dt-bindings: meson: axg-tdm-formatters: claim support of A1 SoC family Message-ID: <171070300107.2091785.7788958335533419953.robh@kernel.org> References: <20240314232201.2102178-1-jan.dakinevich@salutedevices.com> <20240314232201.2102178-21-jan.dakinevich@salutedevices.com> Precedence: bulk X-Mailing-List: linux-sound@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20240314232201.2102178-21-jan.dakinevich@salutedevices.com> On Fri, 15 Mar 2024 02:21:56 +0300, Jan Dakinevich wrote: > Add "amlogic,a1-tdmout" and "amlogic,a1-tdmin" compatible string aliases > to "amlogic,sm1-tdmout" and "amlogic,sm1-tdmin" respectevely. > > Signed-off-by: Jan Dakinevich > --- > .../sound/amlogic,axg-tdm-formatters.yaml | 22 ++++++++++++------- > 1 file changed, 14 insertions(+), 8 deletions(-) > Acked-by: Rob Herring