mirror of
https://github.com/genodelabs/genode.git
synced 2025-06-23 17:17:38 +00:00
Arndale: save power by default (Fix #774)
* Use regulator interface in eMMC driver to enable its clock
This commit is contained in:
committed by
Norman Feske
parent
cc0f4bc9d2
commit
a4eb4bfa07
@ -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" },
|
||||
};
|
||||
|
Reference in New Issue
Block a user