On 10/01/2012 09:15 AM, Chris Ball wrote: > Hi Stephen, tegra folks, > > sdhci-tegra uses a power-gpios property in the DT: > > sdhci@c8000400 { ... > power-gpios = <&gpio 70 0>; /* gpio PI6 */ ... > It's quite easy to set up a regulator and attach it to an MMC node: ... > sdhci@c8000400 { ... > vmmc-supply = <&vmmc1>; ... > Any interest in making this change? Yes, it's certainly something we should be doing. Most Tegra boards will only have all the regulators defined in device tree for the first time in kernel 3.7, and so we've been holding off making any of the client nodes use regulators because of that. Now that we have all the regulators defined, I do hope we will quickly move to using them for SDHCI. Pavan (now CC'd) will hopefully be doing this. -- To unsubscribe from this list: send the line "unsubscribe linux-mmc" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html