Skip to content

Commit 832ae13

Browse files
committed
pinctrl: samsung: add support for Exynos850 and ExynosAutov9 wake-ups
It seems that newer ARMv8 Exynos SoC like Exynos850 and ExynosAutov9 have differences of their pin controller node capable of external wake-up interrupts: 1. No multiplexed external wake-up interrupt, only direct, 2. More than one pin controller capable of external wake-up interrupts. Add support for dedicated Exynos850 and ExynosAutov9 compatibles. Signed-off-by: Krzysztof Kozlowski <[email protected]> Reviewed-by: Sam Protsenko <[email protected]> Reviewed-by: Chanho Park <[email protected]> Tested-by: Chanho Park <[email protected]> Link: https://lore.kernel.org/r/[email protected]
1 parent 1755e22 commit 832ae13

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

drivers/pinctrl/samsung/pinctrl-exynos.c

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -465,6 +465,10 @@ static const struct of_device_id exynos_wkup_irq_ids[] = {
465465
.data = &exynos4210_wkup_irq_chip },
466466
{ .compatible = "samsung,exynos7-wakeup-eint",
467467
.data = &exynos7_wkup_irq_chip },
468+
{ .compatible = "samsung,exynos850-wakeup-eint",
469+
.data = &exynos7_wkup_irq_chip },
470+
{ .compatible = "samsung,exynosautov9-wakeup-eint",
471+
.data = &exynos7_wkup_irq_chip },
468472
{ }
469473
};
470474

0 commit comments

Comments
 (0)