From mboxrd@z Thu Jan 1 00:00:00 1970 From: Shawn Guo Subject: Re: [PATCH RESEND v1 0/4] dt-binding: clk: prepare for imx8qm clock support Date: Wed, 16 Jan 2019 19:02:17 +0800 Message-ID: <20190116110216.GN15808@dragon> References: <1547207400-28307-1-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: 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" , "robh+dt@kernel.org" , dl-linux-imx , "kernel@pengutronix.de" , Fabio Estevam , "linux-clk@vger.kernel.org" , "linux-arm-kernel@lists.infradead.org" List-Id: devicetree@vger.kernel.org On Wed, Jan 16, 2019 at 05:40:01AM +0000, Aisheng Dong wrote: > Ping... > > BTW, as the first two patches change the same firmware binding doc fs.scu.txt. > I'm not sure whether it should go to Shawn's tree for the binding part, or Stephen's clock tree. > > Shawn & Stephen, > What's your suggestion? I can apply the first two to my tree as long as Rob and Stephen ack on them. Shawn > > Regards > Dong Aisheng > > > From: Aisheng Dong [mailto:aisheng.dong@nxp.com] > > Sent: Friday, January 11, 2019 7:56 PM > > > > After a bit more investigation on IMX8QM, it seemed SCU clock can be used in > > a similar way as IMX8QXP. So update the binding and driver to be a bit generic > > for easily extension of IMX8QM support later. > > > > Dong Aisheng (4): > > dt-bindings: fsl: scu: add fallback compatible string for clock > > dt-bindings: fsl: scu: add imx8qm scu clock support > > clk: imx: scu: add fallback compatible string support > > dt-bindings: imx8-clock: add a53 and a72 clock id > > > > Documentation/devicetree/bindings/arm/freescale/fsl,scu.txt | 7 +++++-- > > drivers/clk/imx/clk-imx8qxp.c | 1 + > > include/dt-bindings/clock/imx8-clock.h | 6 ++++-- > > 3 files changed, 10 insertions(+), 4 deletions(-) > > > > -- > > 2.7.4 >