From mboxrd@z Thu Jan 1 00:00:00 1970 From: Rob Herring Subject: Re: [PATCH RESEND v1 2/4] dt-bindings: fsl: scu: add imx8qm scu clock support Date: Mon, 21 Jan 2019 17:27:30 -0600 Message-ID: <20190121232730.GA22676@bogus> References: <1547207400-28307-1-git-send-email-aisheng.dong@nxp.com> <1547207400-28307-3-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: <1547207400-28307-3-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 To: Aisheng Dong Cc: "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 Fri, Jan 11, 2019 at 11:56:00AM +0000, Aisheng Dong wrote: > Add imx8qm scu clock support > > Cc: Stephen Boyd > Cc: Rob Herring > Cc: devicetree@vger.kernel.org > Cc: Shawn Guo > Cc: Sascha Hauer > Cc: Fabio Estevam > Cc: Michael Turquette > Signed-off-by: Dong Aisheng > --- > Documentation/devicetree/bindings/arm/freescale/fsl,scu.txt | 3 ++- > 1 file changed, 2 insertions(+), 1 deletion(-) > > diff --git a/Documentation/devicetree/bindings/arm/freescale/fsl,scu.txt b/Documentation/devicetree/bindings/arm/freescale/fsl,scu.txt > index 5ec6dca..b6a883e 100644 > --- a/Documentation/devicetree/bindings/arm/freescale/fsl,scu.txt > +++ b/Documentation/devicetree/bindings/arm/freescale/fsl,scu.txt > @@ -71,7 +71,8 @@ This binding uses the common clock binding[1]. > > Required properties: > - compatible: Should be one of: > - "fsl,imx8qxp-clock" > + "fsl,imx8qm-clock", > + "fsl,imx8qxp-clock". No need for the punctuation here. The whole point of one per line is to have 1 line changes. Otherwise, Reviewed-by: Rob Herring > followed by "fsl,scu-clk" > - #clock-cells: Should be 1. Contains the Clock ID value. > - clocks: List of clock specifiers, must contain an entry for > -- > 2.7.4 >