Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 01cbd4d1 authored by Kevin Hilman's avatar Kevin Hilman
Browse files

OMAP3: PM: D2D clockdomain supports SW supervised transitions

parent 8111b221
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -195,7 +195,7 @@ static struct clockdomain sgx_clkdm = {
static struct clockdomain d2d_clkdm = {
	.name		= "d2d_clkdm",
	.pwrdm		= { .name = "core_pwrdm" },
	.flags		= CLKDM_CAN_HWSUP,
	.flags		= CLKDM_CAN_HWSUP_SWSUP,
	.clktrctrl_mask = OMAP3430ES1_CLKTRCTRL_D2D_MASK,
	.omap_chip	= OMAP_CHIP_INIT(CHIP_IS_OMAP3430),
};