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 16E7310706C4 for ; Sat, 14 Mar 2026 09:57:25 +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=Haytte3LdiArOjjgy/yYouykwNPnBOgPjHgh/FDGB98=; b=IbgZbY9OlP9cku Ojy59FiqYYaqt4E4Q2wyzHk4IPsVp50+hXgiAXN4xfg+dnguoAfH/ytbxQ7fMO5SJsUVHw26nMn15 0gqtO6hSE13SEG66m74WWdcSw1hhTCAvZIZnEWQfknir88Bamu4n9TwAngyXR2xj4Y5Rxe4c11Krz EAwLt97L2XsBEAmAhcFKxI/FfIUgnImsQgZIsSU9/qcMu8X/mMYROq2sNiMybkhmLA/6iuEsT4FdW iNyeeicImS484XnOyIQcxzQ0JedWildb6nBlsFWIaKwgage3KAsPGyUFzNHgXoWk5JNR8yy1vEMQ6 uLIKH6dTXPEEgpLBzgTQ==; Received: from localhost ([::1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.98.2 #2 (Red Hat Linux)) id 1w1LkB-00000001iva-2Q9b; Sat, 14 Mar 2026 09:57:15 +0000 Received: from tor.source.kernel.org ([2600:3c04:e001:324:0:1991:8:25]) by bombadil.infradead.org with esmtps (Exim 4.98.2 #2 (Red Hat Linux)) id 1w1LkA-00000001ivR-0vjx; Sat, 14 Mar 2026 09:57:14 +0000 Received: from smtp.kernel.org (transwarp.subspace.kernel.org [100.75.92.58]) by tor.source.kernel.org (Postfix) with ESMTP id 95D0A6013A; Sat, 14 Mar 2026 09:57:13 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id B7CB7C116C6; Sat, 14 Mar 2026 09:57:12 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1773482233; bh=09501woOjD4eRvQIVfFayJgg97/evg9zfkOZpWm9MNE=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=oVSSodaNypOctz3Mvmnd4m3SlYGxQE/t7pz2EmL+ekBbsI8GAUgRk/hRn3ByvAs5h z96k502Vg26VrEEjdeLNXzFpsFaVtw+cPF/ee/0TB4DnKCBLzWsofCPZCQDocZjw2i aAzw5IGMS31SQ/YpxVEWoBlNI2u/fi6bUfzd8JbDQC44gw8GQvkmEdRTTjFRbBOCOV ROSCW8bRdrJFoQU63HvNxr9Fs/isKEgTtxuOS9iAgpkr987lhafcYjrM7N9gPtCu/y FLDyZxl7iYBXOmUywr7KkkXsqAEFhVN8h4rVsuiAkq/61mdQvIMikddfjxx/4PkzKg pbz9bDnElBTNQ== Date: Sat, 14 Mar 2026 10:57:10 +0100 From: Krzysztof Kozlowski To: Jian Hu Cc: Jerome Brunet , Neil Armstrong , Kevin Hilman , Martin Blumenstingl , Stephen Boyd , Michael Turquette , robh+dt , Rob Herring , Krzysztof Kozlowski , Conor Dooley , devicetree , linux-clk , linux-amlogic , linux-kernel , linux-arm-kernel , Ronald Claveau , Ferass El Hafidi Subject: Re: [PATCH v2 2/3] dt-bindings: clock: amlogic: t7: Add missing mpll3 parent clock Message-ID: <20260314-splendid-thoughtful-ostrich-c211dc@quoll> References: <20260313070022.700437-1-jian.hu@amlogic.com> <20260313070022.700437-3-jian.hu@amlogic.com> MIME-Version: 1.0 Content-Disposition: inline In-Reply-To: <20260313070022.700437-3-jian.hu@amlogic.com> X-BeenThere: linux-amlogic@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-amlogic" Errors-To: linux-amlogic-bounces+linux-amlogic=archiver.kernel.org@lists.infradead.org On Fri, Mar 13, 2026 at 03:00:21PM +0800, Jian Hu wrote: > The mpll3 clock is one parent clock of the sd_emmc and mipi_isp clocks > on the Amlogic T7 SoC, but was missing from t7-peripherals-clkc.yaml > bindings. Add the mpll3 clock source to the T7 peripherals clock > controller input clock list, so that sd_emmc and mipi_isp can use it. > > For logical consistency, place the required mpll3 entry before the > optional entry. > > This change breaks the ABI, but while the amlogic,t7-peripherals-clkc > bindings have been merged upstream, the corresponding DT has not been > merged yet. Thus, no real users or systems are affected. > > Fixes: b4156204e0f5 ("dt-bindings: clock: add Amlogic T7 peripherals clock controller") > Signed-off-by: Jian Hu > --- > .../bindings/clock/amlogic,t7-peripherals-clkc.yaml | 12 ++++++++---- > 1 file changed, 8 insertions(+), 4 deletions(-) This should go for current fixes cycle and your cover letter is silent about it, while patchset combines fixes and non-fixes. You clearly don't care about maintainers time for deciphering all this. Well, not my problem. Reviewed-by: Krzysztof Kozlowski Best regards, Krzysztof _______________________________________________ linux-amlogic mailing list linux-amlogic@lists.infradead.org http://lists.infradead.org/mailman/listinfo/linux-amlogic