On Mon, Jan 28, 2019 at 04:15:30PM +0100, Geert Uytterhoeven wrote: > Hi Simon, > > On Mon, Jan 28, 2019 at 3:05 PM Simon Horman <horms@xxxxxxxxxxxx> wrote: > > On Tue, Jan 15, 2019 at 09:02:42PM +0900, Yoshihiro Kaneko wrote: > > > From: Takeshi Kihara <takeshi.kihara.df@xxxxxxxxxxx> > > > > > > This patch define OOP tables for all CPUs. > > > This allows CPUFreq to function. > > > > > > Signed-off-by: Takeshi Kihara <takeshi.kihara.df@xxxxxxxxxxx> > > > Signed-off-by: Yoshihiro Kaneko <ykaneko0929@xxxxxxxxx> > > > --- > > > > Thanks, I have tested CPUFreq with this tested that with this patch and > > "[PATCH] clk: renesas: r8a77990: Add Z2 clock" > > (https://patchwork.kernel.org/patch/10783723/) applied on top of > > renesas-devel-20190128-v5.0-rc4. > > > > Geert, or others, is it expected that z2 does not scale > > in this test? > > Given your patch adds the Z2 clock as a fixed clock, this is expected ;-) > > Note that the BSP adds this clock as a programmable clock of type > CLK_TYPE_GEN3_Z2. Thanks, understood.