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 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 66DAEC4167B for ; Wed, 6 Dec 2023 03:18:51 +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:In-Reply-To:MIME-Version:References: Message-ID:Subject:Cc:To:From:Date:Reply-To:Content-ID:Content-Description: Resent-Date:Resent-From:Resent-Sender:Resent-To:Resent-Cc:Resent-Message-ID: List-Owner; bh=eFrpQk9Y8dfmQpv1q+ONjz52xuhDm/PASccujdRDxWE=; b=MMzYqE+/Qtdt0Y UJYQdlOWIKn51Mn/jviGz3VEpWllLfHUosVzEMUCsoAfNbLPRUfYsWDonGBPvzsY7hhA7oERnnh5K e1LmGr1W9I0EW2SkQ+OprjGu22zSy5mlPaSmqarheTWjTh/z7vESre3p3/W6z10r4e5yZTch8zpzI RT41nCIvAKnN0McOdEdwk7JH5hKCkAKn8DppOkLA8RJHBQy7ueuRnPGiLH5qZhDQ+qQp1CG2okhKc D+97Qft5BQeHudhe0Qm12HXVbfYlhgBny9zp2GeQ+CmO28pamwgGX/hPbnMA4/xg30un+gbtWzPIZ BcDBj4C2YDN8AUCGE9DA==; Received: from localhost ([::1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.96 #2 (Red Hat Linux)) id 1rAiQX-008wv3-0u; Wed, 06 Dec 2023 03:18:21 +0000 Received: from dfw.source.kernel.org ([2604:1380:4641:c500::1]) by bombadil.infradead.org with esmtps (Exim 4.96 #2 (Red Hat Linux)) id 1rAiQU-008wul-1T for linux-arm-kernel@lists.infradead.org; Wed, 06 Dec 2023 03:18:19 +0000 Received: from smtp.kernel.org (transwarp.subspace.kernel.org [100.75.92.58]) by dfw.source.kernel.org (Postfix) with ESMTP id EBA4E61A66; Wed, 6 Dec 2023 03:18:17 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id C5DEDC433C9; Wed, 6 Dec 2023 03:18:16 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1701832697; bh=/vf1wFCSb/iShO0IedHT10rY0eVPMpoFLCF+Oc2xHYQ=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=CdzEbx1qdfeXUr5xge0/IjE22Zp0Cnmdp7Roz5rpeDTeJCDbfhTxzBOdEzk0rXaJx zKWv7vtmubqd1SUkBdLHUj/Vu82sQxYFwiFFsG0Zhc0yn4P59RUGQvv3KBqlbatJBo 1fDFAGlcjeT+Rbpu6ETLKL/RU3vwyEl/h8YIZuiGatnyaOEpXEoJ/PWk3LAf3C0Dav NGE9yHSbcE1WwZ/NvsoKBbOolOQn+Td2TALIGcoxPic3VR9ssK6tvFf7B9MjYeIrUe 7rXAkLuAMJ5kr7VV05J38QNUI9+JIxaJobl8wQoWUNjAJSXp17uKATXbO86X25gERh t7qXmSxqZo+Tw== Date: Wed, 6 Dec 2023 11:18:12 +0800 From: Shawn Guo To: Fabio Estevam Cc: LW@KARO-electronics.de, linux-arm-kernel@lists.infradead.org, Fabio Estevam Subject: Re: [PATCH] ARM: dts: imx28-tx28: Pass #sound-dai-cells Message-ID: <20231206031812.GS236001@dragon> References: <20231205145335.2055549-1-festevam@gmail.com> MIME-Version: 1.0 Content-Disposition: inline In-Reply-To: <20231205145335.2055549-1-festevam@gmail.com> X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20231205_191818_535639_EAA590D5 X-CRM114-Status: UNSURE ( 8.41 ) 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: , Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Sender: "linux-arm-kernel" Errors-To: linux-arm-kernel-bounces+linux-arm-kernel=archiver.kernel.org@lists.infradead.org On Tue, Dec 05, 2023 at 11:53:35AM -0300, Fabio Estevam wrote: > From: Fabio Estevam > > Per sgtl5000.yaml, '#sound-dai-cells' is a required property. > > Pass it to fix the following dt-schema warning: > > imx28-tx28.dtb: sgtl5000@a: '#sound-dai-cells' is a required property > from schema $id: http://devicetree.org/schemas/sound/sgtl5000.yaml# > > Signed-off-by: Fabio Estevam Applied, thanks! _______________________________________________ linux-arm-kernel mailing list linux-arm-kernel@lists.infradead.org http://lists.infradead.org/mailman/listinfo/linux-arm-kernel