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 vger.kernel.org (vger.kernel.org [23.128.96.18]) by smtp.lore.kernel.org (Postfix) with ESMTP id 893A3C433EF for ; Fri, 25 Feb 2022 00:55:05 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S233523AbiBYAze (ORCPT ); Thu, 24 Feb 2022 19:55:34 -0500 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:52066 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S231524AbiBYAzd (ORCPT ); Thu, 24 Feb 2022 19:55:33 -0500 Received: from dfw.source.kernel.org (dfw.source.kernel.org [139.178.84.217]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 014DA1DFDDE; Thu, 24 Feb 2022 16:55:02 -0800 (PST) Received: from smtp.kernel.org (relay.kernel.org [52.25.139.140]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by dfw.source.kernel.org (Postfix) with ESMTPS id 9879A61D2A; Fri, 25 Feb 2022 00:55:02 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id E83EFC340E9; Fri, 25 Feb 2022 00:55:01 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1645750502; bh=m2a9gv/y1JadmYnquzrpWqHyqdS8KQdTGa1Zi5eG/bE=; h=In-Reply-To:References:Subject:From:Cc:To:Date:From; b=dAzGlRvuMUyQPpRy3MwW/nhkky5D9Tk5wLVzwa7hg+BS0xDU3N/KTX21n9DYcyBg0 q+qyCIA7KUiMgxAxIVNuTjpJ9lYMbouTMUCYa5r+wIVpXvd2hifJlTbh6Yzl10ijlt esQXgOAD4jjNnBi4T17gPcx2fvC9YENmjnSQJOgD/2imhUxnUuWhOV7dOzg55jS7M9 AshIX0de+1zYqLAISvwZ/YVPh759t23V3D8ttGiWqFd6OSJWrXgGduF0/k3Q1nF3q7 FH5b8dwFohaeI6g/u+z/0CSoHRNpfeczzn/ErcC1BhVtVkdigdqHdvpWVxDDpdjAKU 5CfcxisMELUlQ== Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: quoted-printable In-Reply-To: <20220220212034.9152-2-michael.srba@seznam.cz> References: <20220220212034.9152-1-michael.srba@seznam.cz> <20220220212034.9152-2-michael.srba@seznam.cz> Subject: Re: [PATCH v8 2/5] clk: qcom: gcc-msm8998: add SSC-related clocks From: Stephen Boyd Cc: Linus Walleij , Florian Fainelli , Arnd Bergmann , Greg Kroah-Hartman , Saravana Kannan , linux-arm-msm@vger.kernel.org, linux-clk@vger.kernel.org, devicetree@vger.kernel.org, Michael Srba To: Andy Gross , Bjorn Andersson , Philipp Zabel , Rob Herring , michael.srba@seznam.cz Date: Thu, 24 Feb 2022 16:55:00 -0800 User-Agent: alot/0.10 Message-Id: <20220225005501.E83EFC340E9@smtp.kernel.org> Precedence: bulk List-ID: X-Mailing-List: linux-arm-msm@vger.kernel.org Quoting michael.srba@seznam.cz (2022-02-20 13:20:31) > From: Michael Srba >=20 > Add four clocks which need to be manipulated in order to initialize the A= HB > bus which exposes the SCC block in the global address space. >=20 > If a device is known to be configured such that writing to these > registers from Linux is not permitted, the 'protected-clocks' > device tree property must be used to denote that fact. >=20 > Signed-off-by: Michael Srba > --- Reviewed-by: Stephen Boyd