lkml.org 
[lkml]   [2022]   [Jan]   [11]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
    Patch in this message
    /
    From
    Subject[PATCH v2 26/28] pinctrl: samsung: add support for Exynos850 and ExynosAutov9 wake-ups
    Date
    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 <krzysztof.kozlowski@canonical.com>
    ---
    drivers/pinctrl/samsung/pinctrl-exynos.c | 4 ++++
    1 file changed, 4 insertions(+)

    diff --git a/drivers/pinctrl/samsung/pinctrl-exynos.c b/drivers/pinctrl/samsung/pinctrl-exynos.c
    index 0489c899b401..a158d587814e 100644
    --- a/drivers/pinctrl/samsung/pinctrl-exynos.c
    +++ b/drivers/pinctrl/samsung/pinctrl-exynos.c
    @@ -465,6 +465,10 @@ static const struct of_device_id exynos_wkup_irq_ids[] = {
    .data = &exynos4210_wkup_irq_chip },
    { .compatible = "samsung,exynos7-wakeup-eint",
    .data = &exynos7_wkup_irq_chip },
    + { .compatible = "samsung,exynos850-wakeup-eint",
    + .data = &exynos7_wkup_irq_chip },
    + { .compatible = "samsung,exynosautov9-wakeup-eint",
    + .data = &exynos7_wkup_irq_chip },
    { }
    };

    --
    2.32.0
    \
     
     \ /
      Last update: 2022-01-11 21:19    [W:3.685 / U:0.008 seconds]
    ©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site