Quoting Jiri Slaby (2022-06-23 01:32:17) > From: Andi Kleen <ak@xxxxxxxxxxxxxxx> > > A variable pointing to const isn't const itself. It'd have to contain > "const" keyword after "*" too. Therefore, cpg_pll_config cannot be put > to "rodata". Hence use __initdata instead of __initconst to fix this. > > [js] more explanatory commit message. > > Cc: Geert Uytterhoeven <geert+renesas@xxxxxxxxx> > Cc: Michael Turquette <mturquette@xxxxxxxxxxxx> > Cc: Stephen Boyd <sboyd@xxxxxxxxxx> > Cc: linux-renesas-soc@xxxxxxxxxxxxxxx > Cc: linux-clk@xxxxxxxxxxxxxxx > Signed-off-by: Andi Kleen <ak@xxxxxxxxxxxxxxx> > Signed-off-by: Jiri Slaby <jslaby@xxxxxxx> > --- Acked-by: Stephen Boyd <sboyd@xxxxxxxxxx>