On Tue, Feb 13, 2018 at 11:30:39AM +0100, Thierry Reding wrote: > > } > > It's odd that we don't have an MC clock on Tegra2. I wonder if perhaps > we just never implemented one, or it uses one which is always on by > default. Cc Peter to see if he knows. We do, it has DT ID TEGRA20_CLK_MC. However, it looks like the modeling is incorrect for Tegra20. Unlike on Tegra30 where the MC clock can be either half or the same as the EMC clock, it is always half the EMC clock on Tegra20. This happens to work because we likely never change the MC clock and the non-existing bit just reads as 0, which means half the MC clock. Peter. -- To unsubscribe from this list: send the line "unsubscribe linux-tegra" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html