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 B4687C5B572 for ; Fri, 14 Aug 2026 10:24:41 +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-Type: MIME-Version:References:Message-ID:Subject:Cc:To:From:Date:Reply-To: Content-Transfer-Encoding:Content-ID:Content-Description:Resent-Date: Resent-From:Resent-Sender:Resent-To:Resent-Cc:Resent-Message-ID:List-Owner; bh=LSS+43e2rqGIx4pb0BHZvPdbHb1/jO03BsnjXyl9qc8=; b=Dq8OPe2u0HhCWwaeU9Yaiif6W7 9qJs/hfLdmNnDW2Bm4d8svEzFIKLn4Tl5PSeqIDoIHFLt4sPz0yVAiRdh2qgW+1aVdVRRmepEJU4q nnlbrAcjNJhh49vtH3hKJXjJUxen9mFGj6yKQUbVQq4PawB0nSAyYYqWKIm6rt7LZKf1+RCRFsdTs 6mSudhmsGJdyUrNTJ4oEECv+/Cbap5qR9dI0IeH1Eorwn7GqpiZZd3HrYCbsvQirFD8l6Lu2e8FIE Uk9o7varYr58EhEMPXvL4eiLKH+iD+W4Amj+6oPklBbXXbn6W8x6vWpmNlZsWTEF9MF+dHFu8Lwm7 L8cl80QQ==; Received: from localhost ([::1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.99.1 #2 (Red Hat Linux)) id 1wup5T-00000002Vkg-0iA4; Fri, 14 Aug 2026 10:24:31 +0000 Received: from tor.source.kernel.org ([2600:3c04:e001:324:0:1991:8:25]) by bombadil.infradead.org with esmtps (Exim 4.99.1 #2 (Red Hat Linux)) id 1wup5S-00000002VkO-0oa4; Fri, 14 Aug 2026 10:24:30 +0000 Received: from smtp.kernel.org (quasi.space.kernel.org [100.103.45.18]) by tor.source.kernel.org (Postfix) with ESMTP id A2828601DE; Fri, 14 Aug 2026 10:24:29 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id 436591F000E9; Fri, 14 Aug 2026 10:24:24 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=kernel.org; s=k20260515; t=1786703069; bh=LSS+43e2rqGIx4pb0BHZvPdbHb1/jO03BsnjXyl9qc8=; h=Date:From:To:Cc:Subject:References:In-Reply-To; b=EXCdrl9utJkAORwBG5H25hX1EBlEagmtA3Y+QcJXW7940djo0uPId6n8vhpGdzAjW sGXF8GTV92/fxeObdyoNv3kIORP35KQlWoeJE/KX2Aknm7F3YRt5SHLCy4xu+qtn7u 5hzljeugjhqx2q2iLwL37CYqfOcjuogvM4JzZ2ccMcuTiJLrDHBixOpTs5ezCApCug K01VKAgpIW+bSKR30AxBcbKfUaDkJRNCt+U3iMozEKnWhT08OzJ81L2eqE+E4Bjg6j IFnsBeWZk90s0v0v3v1gc0hVo5AofFtb+TyII25LwbdyFiechf1MDOSDfbSX9pVyT2 GPaHLyMUfc2KA== Date: Fri, 14 Aug 2026 12:24:20 +0200 From: Krzysztof Kozlowski To: Vladislav Leonov Cc: linux-rockchip@lists.infradead.org, linux-arm-kernel@lists.infradead.org, Simon Glass , linux-clk@vger.kernel.org, devicetree@vger.kernel.org, linux-kernel@vger.kernel.org, Brian Masney , Conor Dooley , Heiko Stuebner , Krzysztof Kozlowski , Michael Turquette , Rob Herring , Stephen Boyd Subject: Re: [PATCH 15/25] dt-bindings: clock: rockchip: Add SCLK_IN_SPI1 for RV1106 Message-ID: <20260814-proud-airborne-skylark-a71da7@quoll> References: <20260810121121.210040-1-vlad@zlab.su> <20260810121121.210040-16-vlad@zlab.su> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline In-Reply-To: <20260810121121.210040-16-vlad@zlab.su> 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 Mon, Aug 10, 2026 at 03:11:06PM +0300, Vladislav Leonov wrote: > Add the clock ID for SCLK_IN_SPI1. This gate exists per the RV1106 TRM > but is missing in the Rockchip BSP kernel. SCLK_IN_SPI0 already has > a binding, so add the SPI1 counterpart for consistency. > > Signed-off-by: Vladislav Leonov > --- Acked-by: Krzysztof Kozlowski Best regards, Krzysztof