diff options
| author | Linus Walleij <linus.walleij@linaro.org> | 2025-07-15 16:59:48 +0300 |
|---|---|---|
| committer | Linus Walleij <linus.walleij@linaro.org> | 2025-07-15 16:59:48 +0300 |
| commit | cc43eea3e1ef99ea4a5057e7b6bfcd9ed8e2a1d0 (patch) | |
| tree | 528b803f1ac7c180b88fa59860b54df9124730ea /include/linux | |
| parent | 2427d69c3dba3f9bce73d36c2c0adf37b5aee5d9 (diff) | |
| parent | 683d532dfc9657ab8aae25204f378352ed144646 (diff) | |
| download | linux-cc43eea3e1ef99ea4a5057e7b6bfcd9ed8e2a1d0.tar.xz | |
Merge tag 'samsung-pinctrl-6.17' of https://git.kernel.org/pub/scm/linux/kernel/git/pinctrl/samsung into devel
Samsung pinctrl drivers changes for v6.17
Add support for programming wake up for Google GS101 SoC pin
controllers, so the SoC can be properly woken up from low power states.
Signed-off-by: Linus Walleij <linus.walleij@linaro.org>
Diffstat (limited to 'include/linux')
| -rw-r--r-- | include/linux/soc/samsung/exynos-regs-pmu.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/linux/soc/samsung/exynos-regs-pmu.h b/include/linux/soc/samsung/exynos-regs-pmu.h index 1a2c0e0838f9..938c6db235fb 100644 --- a/include/linux/soc/samsung/exynos-regs-pmu.h +++ b/include/linux/soc/samsung/exynos-regs-pmu.h @@ -669,6 +669,7 @@ #define GS101_CPU_INFORM(cpu) \ (GS101_CPU0_INFORM + (cpu*4)) #define GS101_SYSTEM_CONFIGURATION (0x3A00) +#define GS101_EINT_WAKEUP_MASK (0x3A80) #define GS101_PHY_CTRL_USB20 (0x3EB0) #define GS101_PHY_CTRL_USBDP (0x3EB4) |
