mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git
synced 2024-10-30 08:02:30 +00:00
soc: samsung: pmu: Add register defines for pad retention control
Add PMU defines related to pad retention control. Will be later used by the Exynos pin controller driver. Signed-off-by: Marek Szyprowski <m.szyprowski@samsung.com> Signed-off-by: Krzysztof Kozlowski <krzk@kernel.org>
This commit is contained in:
parent
ee55ae6194
commit
b343d77b94
1 changed files with 16 additions and 0 deletions
|
@ -631,4 +631,20 @@
|
||||||
| EXYNOS5420_KFC_USE_STANDBY_WFI2 \
|
| EXYNOS5420_KFC_USE_STANDBY_WFI2 \
|
||||||
| EXYNOS5420_KFC_USE_STANDBY_WFI3)
|
| EXYNOS5420_KFC_USE_STANDBY_WFI3)
|
||||||
|
|
||||||
|
/* For EXYNOS5433 */
|
||||||
|
#define EXYNOS5433_PAD_RETENTION_AUD_OPTION (0x3028)
|
||||||
|
#define EXYNOS5433_PAD_RETENTION_MMC2_OPTION (0x30C8)
|
||||||
|
#define EXYNOS5433_PAD_RETENTION_TOP_OPTION (0x3108)
|
||||||
|
#define EXYNOS5433_PAD_RETENTION_UART_OPTION (0x3128)
|
||||||
|
#define EXYNOS5433_PAD_RETENTION_MMC0_OPTION (0x3148)
|
||||||
|
#define EXYNOS5433_PAD_RETENTION_MMC1_OPTION (0x3168)
|
||||||
|
#define EXYNOS5433_PAD_RETENTION_EBIA_OPTION (0x3188)
|
||||||
|
#define EXYNOS5433_PAD_RETENTION_EBIB_OPTION (0x31A8)
|
||||||
|
#define EXYNOS5433_PAD_RETENTION_SPI_OPTION (0x31C8)
|
||||||
|
#define EXYNOS5433_PAD_RETENTION_MIF_OPTION (0x31E8)
|
||||||
|
#define EXYNOS5433_PAD_RETENTION_USBXTI_OPTION (0x3228)
|
||||||
|
#define EXYNOS5433_PAD_RETENTION_BOOTLDO_OPTION (0x3248)
|
||||||
|
#define EXYNOS5433_PAD_RETENTION_UFS_OPTION (0x3268)
|
||||||
|
#define EXYNOS5433_PAD_RETENTION_FSYSGENIO_OPTION (0x32A8)
|
||||||
|
|
||||||
#endif /* __LINUX_SOC_EXYNOS_REGS_PMU_H */
|
#endif /* __LINUX_SOC_EXYNOS_REGS_PMU_H */
|
||||||
|
|
Loading…
Reference in a new issue