|
@@ -128,10 +128,17 @@ static const struct exynos_pm_domain_config exynos4210_cfg __initconst = {
|
|
|
.local_pwr_cfg = 0x7,
|
|
|
};
|
|
|
|
|
|
+static const struct exynos_pm_domain_config exynos5433_cfg __initconst = {
|
|
|
+ .local_pwr_cfg = 0xf,
|
|
|
+};
|
|
|
+
|
|
|
static const struct of_device_id exynos_pm_domain_of_match[] __initconst = {
|
|
|
{
|
|
|
.compatible = "samsung,exynos4210-pd",
|
|
|
.data = &exynos4210_cfg,
|
|
|
+ }, {
|
|
|
+ .compatible = "samsung,exynos5433-pd",
|
|
|
+ .data = &exynos5433_cfg,
|
|
|
},
|
|
|
{ },
|
|
|
};
|