From mboxrd@z Thu Jan 1 00:00:00 1970 From: Rob Herring Subject: Re: [PATCH V6 4/6] dt-bindings: clock: add imx8qxp lpcg clock binding Date: Sun, 11 Nov 2018 16:40:20 -0600 Message-ID: <20181111224020.GA2539@bogus> References: <1541862894-8209-1-git-send-email-aisheng.dong@nxp.com> <1541862894-8209-5-git-send-email-aisheng.dong@nxp.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Return-path: Content-Disposition: inline In-Reply-To: <1541862894-8209-5-git-send-email-aisheng.dong@nxp.com> List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: "linux-arm-kernel" Errors-To: linux-arm-kernel-bounces+linux-arm-kernel=m.gmane.org@lists.infradead.org Cc: "A.s. Dong" , "devicetree@vger.kernel.org" , "sboyd@kernel.org" , "mturquette@baylibre.com" , dl-linux-imx , "kernel@pengutronix.de" , Fabio Estevam , "shawnguo@kernel.org" , "linux-clk@vger.kernel.org" , "linux-arm-kernel@lists.infradead.org" List-Id: devicetree@vger.kernel.org On Sat, 10 Nov 2018 15:20:01 +0000, "A.s. Dong" wrote: > The Low-Power Clock Gate (LPCG) modules contain a local programming > model to control the clock gates for the peripherals. An LPCG module > is used to locally gate the clocks for the associated peripheral. > > Note: > This level of clock gating is provided after the clocks are generated > by the SCU resources and clock controls. Thus even if the clock is > enabled by these control bits, it might still not be running based > on the base resource. > > Cc: Stephen Boyd > Cc: Shawn Guo > Cc: Sascha Hauer > Cc: Rob Herring > Cc: devicetree@vger.kernel.org > Signed-off-by: Dong Aisheng > --- > .../devicetree/bindings/clock/imx8qxp-lpcg.txt | 51 +++++++ > include/dt-bindings/clock/imx8qxp-clock.h | 153 +++++++++++++++++++++ > 2 files changed, 204 insertions(+) > create mode 100644 Documentation/devicetree/bindings/clock/imx8qxp-lpcg.txt > Reviewed-by: Rob Herring