Peter De Schrijver wrote at Monday, January 09, 2012 8:35 AM: > This patchset introduces the tegra30 clockframework. Clocks which require > voltage scaling are not included in this version. The implementation doesn't > use the generic clock code yet. It's the intention to move to it, once the > semantics are fully clarified. > > --- > > Changes in v2: > * Fix parent clocks for TWD. This makes the SMP configuration booting again. Peter, This version seems to still boot as well as without these patches. I hacked some AUXDATA into board-dt-tegra30.c in an attempt to get SDHCI working, but found that: a) sdhci_add_host() fails due to: mmc0: Hardware doesn't specify timeout clock frequency. I haven't investigated why this happens. b) More directly related to these patches, when sdhci_add_host() fails, sdhci_tegra_probe() calls clk_disable() and clk_put() on its clock. One of these hangs somehow. I assume that's a bug in this clock patch? A couple of I2C devices did end up probing OK with these patches plus AUXDATA, although I doubt any I2C accesses were actually performed. -- nvpublic -- 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