|
@@ -18,11 +18,11 @@
|
|
|
#include <linux/io.h>
|
|
#include <linux/io.h>
|
|
|
#include <linux/module.h>
|
|
#include <linux/module.h>
|
|
|
#include <linux/mfd/syscon.h>
|
|
#include <linux/mfd/syscon.h>
|
|
|
-#include <linux/mfd/syscon/exynos5-pmu.h>
|
|
|
|
|
#include <linux/of.h>
|
|
#include <linux/of.h>
|
|
|
#include <linux/of_platform.h>
|
|
#include <linux/of_platform.h>
|
|
|
#include <linux/platform_device.h>
|
|
#include <linux/platform_device.h>
|
|
|
#include <linux/regmap.h>
|
|
#include <linux/regmap.h>
|
|
|
|
|
+#include <linux/soc/samsung/exynos-regs-pmu.h>
|
|
|
#include <linux/types.h>
|
|
#include <linux/types.h>
|
|
|
|
|
|
|
|
/* LPASS Top register definitions */
|
|
/* LPASS Top register definitions */
|
|
@@ -83,7 +83,7 @@ static void exynos_lpass_enable(struct exynos_lpass *lpass)
|
|
|
|
|
|
|
|
/* Activate related PADs from retention state */
|
|
/* Activate related PADs from retention state */
|
|
|
regmap_write(lpass->pmu, EXYNOS5433_PAD_RETENTION_AUD_OPTION,
|
|
regmap_write(lpass->pmu, EXYNOS5433_PAD_RETENTION_AUD_OPTION,
|
|
|
- EXYNOS5433_PAD_INITIATE_WAKEUP_FROM_LOWPWR);
|
|
|
|
|
|
|
+ EXYNOS_WAKEUP_FROM_LOWPWR);
|
|
|
|
|
|
|
|
exynos_lpass_core_sw_reset(lpass, LPASS_I2S_SW_RESET);
|
|
exynos_lpass_core_sw_reset(lpass, LPASS_I2S_SW_RESET);
|
|
|
exynos_lpass_core_sw_reset(lpass, LPASS_DMA_SW_RESET);
|
|
exynos_lpass_core_sw_reset(lpass, LPASS_DMA_SW_RESET);
|