On Thu, Jan 12, 2017 at 11:23:57AM +0200, Laurent Pinchart wrote: > Hi Simon, > > On Thursday 12 Jan 2017 10:04:34 Simon Horman wrote: > > On Thu, Jan 12, 2017 at 03:51:21AM +0200, Laurent Pinchart wrote: > > > The clocks are generated by an I2C-controlled programmable clock > > > generator. > > > > > > Signed-off-by: Laurent Pinchart > > > <laurent.pinchart+renesas@xxxxxxxxxxxxxxxx> > > > --- > > > > > > arch/arm64/boot/dts/renesas/r8a7795-salvator-x.dts | 26 +++++++++++++++-- > > > 1 file changed, 24 insertions(+), 2 deletions(-) > > > > > > This patch depends on the clk-versaclock5 driver posted by Marek. > > > > Can the patch be safely applied without the above driver present? > > It will result in DU probing being deferred forever, so I'd say no :-) Agreed. > > FWIW, this patch does not seem to apply cleanly on > > renesas-next-20170110-v4.10-rc2. > > I'll fix the conflicts and resubmit when the driver lands. Thanks.