Skip to content

Commit cd4a709

Browse files
committed
soc/tegra: pmc: Add missing IRQ callbacks on Tegra194
Reuse the IRQ callbacks from Tegra186 on Tegra194. This fixes failures to request interrupts on Tegra194 due to the missing callbacks. Cc: Sowjanya Komatineni <[email protected]> Fixes: aba1982 ("soc/tegra: pmc: Support wake events on more Tegra SoCs") Signed-off-by: Thierry Reding <[email protected]> Acked-by: Jon Hunter <[email protected]> Tested-by: Jon Hunter <[email protected]> Signed-off-by: Thierry Reding <[email protected]>
1 parent dfd9d2d commit cd4a709

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

drivers/soc/tegra/pmc.c

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2946,6 +2946,8 @@ static const struct tegra_pmc_soc tegra194_pmc_soc = {
29462946
.regs = &tegra186_pmc_regs,
29472947
.init = NULL,
29482948
.setup_irq_polarity = tegra186_pmc_setup_irq_polarity,
2949+
.irq_set_wake = tegra186_pmc_irq_set_wake,
2950+
.irq_set_type = tegra186_pmc_irq_set_type,
29492951
.num_wake_events = ARRAY_SIZE(tegra194_wake_events),
29502952
.wake_events = tegra194_wake_events,
29512953
};

0 commit comments

Comments
 (0)