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 C7F33C197BF for ; Thu, 27 Feb 2025 22:35:42 +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:Date:To:Cc:From:Subject: References:In-Reply-To:Content-Transfer-Encoding:MIME-Version:Content-Type: Message-ID:Reply-To:Content-ID:Content-Description:Resent-Date:Resent-From: Resent-Sender:Resent-To:Resent-Cc:Resent-Message-ID:List-Owner; bh=u+q9YCLatUCSCnJTmJIom0ghzOsPFelG4Neix4m21bM=; b=Jdp+InkjThkGjX2xWSoZn9j/rr 6nvWF8mO4rUGtQBrCYr5FOEdR1uppT77bl9518QZXoduI1u6+Rg7hBmlXKfPCVrULny9LbcHc1DOV blyaV7u6bIiU6fo3gKl1ujydKPZedZYPne/Z0B3QPsUGWA+nm/Gwijia1Ok4u+ypAXU6MAZAIgFk7 n8FfquUkXNZ8lP/cglmOjBwICdIvHNuG6trRvFt2I0glaBXxW+37unWqxlG5jiBz0rvKYU0+n2Mlp oJRs80nFpRHof0wXY5h47W7U+h1+8CjNh6r9tOCtkGYn6LB0UUkcwMpWi33obFshCxEUtnHi581zp Of0PMy7w==; Received: from localhost ([::1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.98 #2 (Red Hat Linux)) id 1tnmTl-000000092QP-4B0x; Thu, 27 Feb 2025 22:35:41 +0000 Received: from tor.source.kernel.org ([172.105.4.254]) by bombadil.infradead.org with esmtps (Exim 4.98 #2 (Red Hat Linux)) id 1tnmQj-0000000922h-40Ao; Thu, 27 Feb 2025 22:32:34 +0000 Received: from smtp.kernel.org (transwarp.subspace.kernel.org [100.75.92.58]) by tor.source.kernel.org (Postfix) with ESMTP id D011E61149; Thu, 27 Feb 2025 22:32:24 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id EE30CC4CEDD; Thu, 27 Feb 2025 22:32:32 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1740695553; bh=u+q9YCLatUCSCnJTmJIom0ghzOsPFelG4Neix4m21bM=; h=In-Reply-To:References:Subject:From:Cc:To:Date:From; b=tY1b0VZONdhUTZ6kvJSq7QYwzREZg9If7wG5eVNbQhp3klRGixOPyr741z0txj+QH Tn609WFuQLIGXzuOaVfC7oMMZPJSjrcOL+qaK+nE0O9N0G5nFuroM2QLR4e9CP/dRG qhhEKTEZ/34jKWyoNMkZOj53yp3kj3id00VC+HM+Lk8ougOfgCZ9NKX4lWHJPhhIsX ++1kZPp0nRIiKrRX58yn4KF/pt40YRukq2gtopfkeuHqycVp+JaXxvPbMLXPJqa7xZ WRx3vvCA5JG0ehy4ciZBMrkJql4LPQmj9Q7ZFTm5snYGMXp2sQkHlm2pbciY/R2c4D Ls8a+NeuawLOQ== Message-ID: <3d27fad06ffc669d8d3661464a8f8c99.sboyd@kernel.org> Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: quoted-printable In-Reply-To: <20250221075058.14180-3-friday.yang@mediatek.com> References: <20250221075058.14180-1-friday.yang@mediatek.com> <20250221075058.14180-3-friday.yang@mediatek.com> Subject: Re: [PATCH v4 2/2] clk: mediatek: Add SMI LARBs reset for MT8188 From: Stephen Boyd Cc: Friday Yang , linux-clk@vger.kernel.org, devicetree@vger.kernel.org, linux-kernel@vger.kernel.org, linux-arm-kernel@lists.infradead.org, linux-mediatek@lists.infradead.org, Project_Global_Chrome_Upstream_Group@mediatek.com To: AngeloGioacchino Del Regno , Conor Dooley , Friday Yang , Garmin Chang , Krzysztof Kozlowski , Matthias Brugger , Michael Turquette , Rob Herring , Yong Wu Date: Thu, 27 Feb 2025 14:32:31 -0800 User-Agent: alot/0.12.dev1+gaa8c22fdeedb X-BeenThere: linux-mediatek@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-mediatek" Errors-To: linux-mediatek-bounces+linux-mediatek=archiver.kernel.org@lists.infradead.org Quoting Friday Yang (2025-02-20 23:50:54) > SMI LARBs require reset functions when MTCMOS powers on or off. > Add reset platform data for SMI LARBs in the image, camera and IPE > subsystems. >=20 > Signed-off-by: Friday Yang > --- Applied to clk-next