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 DEA6DC27C4F for ; Wed, 26 Jun 2024 15:45:18 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=lists.infradead.org; s=bombadil.20210309; h=Sender:List-Subscribe:List-Help :List-Post:List-Archive:List-Unsubscribe:List-Id:In-Reply-To: Content-Transfer-Encoding:Content-Type: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=CxfDqn4qc6sRWWDjlCtbxm2OkEzTAByywCF7QJdqyxQ=; b=NO76coA5CbjiaBKweFPGHSJEae 8UJXU0Z8rYvAGFFiNo22EnAMDaHfFZ9HGwgd9NbAh3KjD2071lO2UkVXvKOVGlmPBC1pG9me91aCb LY704XXSWjAxVP86uSES+MOVKoD63+QJ+1cAv8okPgQXt60WV4nhO3njfhKiF8EwbfGNhtEoo1Mer zMV4e+gzrRy33HX0a58h29KUIaVXK1UvgOZiqq2iJJ6i/bSnncQfHoju77CLnCHb9cPvZ/y+h9X1d xvZCV8DsT4rC8oteS2ZCujQ8PkC6t2abLFKzXpXKHulIMgMP/ml1bFE0//t/tvzFobMPeLSINfPof zL4XYgAQ==; Received: from localhost ([::1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.97.1 #2 (Red Hat Linux)) id 1sMUpS-00000007RsD-1vrp; Wed, 26 Jun 2024 15:45:02 +0000 Received: from sin.source.kernel.org ([145.40.73.55]) by bombadil.infradead.org with esmtps (Exim 4.97.1 #2 (Red Hat Linux)) id 1sMUpL-00000007Rqu-01YV; Wed, 26 Jun 2024 15:44:56 +0000 Received: from smtp.kernel.org (transwarp.subspace.kernel.org [100.75.92.58]) by sin.source.kernel.org (Postfix) with ESMTP id 268A8CE2AF5; Wed, 26 Jun 2024 15:44:53 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id 4C952C116B1; Wed, 26 Jun 2024 15:44:49 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1719416692; bh=n4OVtT18I3FXKBdUsf9p+/05XLMgkzCu5iBmKdJSptU=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=syYgb2ZqRg/UNp+WtArfo2u/rtjCYUDuT0Y0QsegV9F8edrHaQmiy3ZrRtkqAktpB XWpRbzO3ZxL8t0TEXFtReC9KRXEYmmu9do/4yLFPEffcY3LCta1Z/3CmvMPQ1i02Z/ N40XkEtBlK8hxNTL/E0Gi318B6o1lbwlMvmG43VtgwcVihtBaI/oklQSJax7R8Hgpp c/arl3iHLbnD4VymI3Kqr7Bhze7uXnzEIO6hUNMgZHY7b01OymjW42MT+kvp5FcrIr 7zlqfxm+Bk+OnfCH+ofbAqZ47Q7AmhVLYiD1eJ9Kdu+EevWojpCH3FHVdhPyFVt6ra 98XFQe+9sNWVQ== Date: Wed, 26 Jun 2024 16:44:46 +0100 From: Lee Jones To: Conor Dooley Cc: Cristian Ciocaltea , Rob Herring , Krzysztof Kozlowski , Conor Dooley , Heiko Stuebner , Chris Zhong , Zhang Qing , Chris Morgan , Furkan Kardame , Michael Riesch , kernel@collabora.com, devicetree@vger.kernel.org, linux-arm-kernel@lists.infradead.org, linux-rockchip@lists.infradead.org, linux-kernel@vger.kernel.org Subject: Re: [PATCH v2 1/5] dt-bindings: mfd: rk817: Fixup clocks and reference dai-common Message-ID: <20240626154446.GD2504017@google.com> References: <20240622-rk809-fixes-v2-0-c0db420d3639@collabora.com> <20240622-rk809-fixes-v2-1-c0db420d3639@collabora.com> <20240622-exquisite-absently-e35b2cf335e3@spud> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: <20240622-exquisite-absently-e35b2cf335e3@spud> X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20240626_084455_246873_63CE0352 X-CRM114-Status: GOOD ( 11.21 ) 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 On Sat, 22 Jun 2024, Conor Dooley wrote: > On Sat, Jun 22, 2024 at 12:57:18AM +0300, Cristian Ciocaltea wrote: > > Ensure 'clocks' property does not allow more than one item and add the > > missing reference to dai-common schema. > > > > While at it, move 'clocks*' and '#sound-dai-cells' properties to keep > > the list ordered alphabetically. > > > > Additionally, drop all useless/redundant descriptions. > > > > Fixes: 6c38ca03406e ("dt-bindings: mfd: rk808: Convert bindings to yaml") > > Signed-off-by: Cristian Ciocaltea > > I'd argue that these should not all be the same commit, but w/e. Are you arguing that, or not? :) > Acked-by: Conor Dooley -- Lee Jones [李琼斯]