2 * Exynos5 SoC series Power Management Unit (PMU) register offsets
5 * Copyright (C) 2014 Samsung Electronics Co., Ltd.
7 * This program is free software; you can redistribute it and/or modify
8 * it under the terms of the GNU General Public License version 2 as
9 * published by the Free Software Foundation.
12 #ifndef _LINUX_MFD_SYSCON_PMU_EXYNOS5_H_
13 #define _LINUX_MFD_SYSCON_PMU_EXYNOS5_H_
15 #define EXYNOS5_PHY_ENABLE BIT(0)
16 #define EXYNOS5_MIPI_PHY_S_RESETN BIT(1)
17 #define EXYNOS5_MIPI_PHY_M_RESETN BIT(2)
19 #endif /* _LINUX_MFD_SYSCON_PMU_EXYNOS5_H_ */