Re: [PATCH 3/9] soc/tegra: pmc: Add wake event support
From: Mikko Perttunen
Date: Fri Sep 21 2018 - 06:36:17 EST
On 21/09/2018 19.25, Thierry Reding wrote:
...
+ /* route wake to tier 2 (XXX conditionally enable this) */
+ value = readl(pmc->wake + WAKE_AOWAKE_TIER2_CTRL);
+ writel(0x1, pmc->wake + WAKE_AOWAKE_TIER2_CTRL);
This doesn't seem right
Cheers,
Mikko