> -----Original Message----- > From: Mian Yousaf Kaukab <ykau...@suse.de> > Sent: 2020年4月4日 5:21 > To: linux...@vger.kernel.org; Andy Tang <andy.t...@nxp.com>; > shawn...@kernel.org; Leo Li <leoyang...@nxp.com> > Cc: viresh.ku...@linaro.org; linux-ker...@vger.kernel.org; > linux-arm-ker...@lists.infradead.org; linuxppc-dev@lists.ozlabs.org; Mian > Yousaf Kaukab <ykau...@suse.de> > Subject: [EXT] [PATCH 2/2] clk: qoriq: add cpufreq platform device > > Caution: EXT Email > > Add a platform device for qoirq-cpufreq driver for the compatible clockgen > blocks. > > Signed-off-by: Mian Yousaf Kaukab <ykau...@suse.de> > --- > drivers/clk/clk-qoriq.c | 30 +++++++++++++++++++++++++++--- > 1 file changed, 27 insertions(+), 3 deletions(-) > > diff --git a/drivers/clk/clk-qoriq.c b/drivers/clk/clk-qoriq.c index > d5946f7486d6..374afcab89af 100644 > --- a/drivers/clk/clk-qoriq.c > +++ b/drivers/clk/clk-qoriq.c > @@ -95,6 +95,7 @@ struct clockgen { > }; >
For both patches, Reviewed-by: Yuantian Tang <andy.t...@nxp.com> BR, Andy