Quoting Aidan MacDonald (2022-04-11 03:14:40) > Consider the CPU, L2 cache, and memory as critical to ensure they > are not disabled. > > Signed-off-by: Aidan MacDonald <aidanmacdonald.0x0@xxxxxxxxx> > Reviewed-by: Paul Cercueil <paul@xxxxxxxxxxxxxxx> > --- General comment, please add a comment around CLK_IS_CRITICAL usage if it isn't very clear why such a clk shouldn't be turned off. Second, is there any point in describing these clks in the kernel and using memory to do that if they're just going to always be on? Wouldn't a dummy clk returned from clk_get() work just as well if anything is grabbing a reference with clk_get()?