]> asedeno.scripts.mit.edu Git - linux.git/commit
soc: ti: omap-prm: add support for denying idle for reset clockdomain
authorTero Kristo <t-kristo@ti.com>
Wed, 9 Oct 2019 15:55:38 +0000 (08:55 -0700)
committerSantosh Shilimkar <santosh.shilimkar@oracle.com>
Wed, 9 Oct 2019 15:55:38 +0000 (08:55 -0700)
commitd30cd83f68535ca21412b1abe8684438690c1c2b
treeb24fe54d582a70d7ecbe40124ee34ebc111dab67
parentc5117a78dd88e5b673897baec0a6eed9ee599e02
soc: ti: omap-prm: add support for denying idle for reset clockdomain

TI SoCs hardware reset signals require the parent clockdomain to be
in force wakeup mode while de-asserting the reset, otherwise it may
never complete. To support this, add pdata hooks to control the
clockdomain directly.

Signed-off-by: Tero Kristo <t-kristo@ti.com>
Reviewed-by: Tony Lindgren <tony@atomide.com>
Signed-off-by: Santosh Shilimkar <santosh.shilimkar@oracle.com>
drivers/soc/ti/omap_prm.c
include/linux/platform_data/ti-prm.h [new file with mode: 0644]