20.12.2022 19:02, Sumit Gupta пишет: > +static int tegra_emc_icc_get_init_bw(struct icc_node *node, u32 *avg, u32 *peak) > +{ > + *avg = 0; > + *peak = 0; > + > + return 0; > +} Looks wrong, you should add ICC support to all the drivers first and only then enable ICC. I think you added this init_bw() to work around the fact that ICC isn't supported by T234 drivers.