Arndale: save power by default (Fix #774)

* Use regulator interface in eMMC driver to enable its clock
This commit is contained in:
Stefan Kalkowski
2013-06-20 16:00:24 +02:00
committed by Norman Feske
parent cc0f4bc9d2
commit a4eb4bfa07
6 changed files with 211 additions and 60 deletions

View File

@ -22,6 +22,7 @@ namespace Regulator {
CLK_CPU,
CLK_SATA,
CLK_USB30,
CLK_MMC0,
PWR_SATA,
PWR_USB30,
MAX,
@ -37,6 +38,7 @@ namespace Regulator {
{ CLK_CPU, "clock-cpu" },
{ CLK_SATA, "clock-sata" },
{ CLK_USB30, "clock-usb3.0" },
{ CLK_MMC0, "clock-mmc0" },
{ PWR_SATA, "power-sata" },
{ PWR_USB30, "power-usb3.0" },
};