diff options
Diffstat (limited to 'src/soc/samsung/exynos5250/dp.h')
-rw-r--r-- | src/soc/samsung/exynos5250/dp.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/soc/samsung/exynos5250/dp.h b/src/soc/samsung/exynos5250/dp.h index b1533c74f7..d031929ef6 100644 --- a/src/soc/samsung/exynos5250/dp.h +++ b/src/soc/samsung/exynos5250/dp.h @@ -163,6 +163,7 @@ struct exynos5_dp { u8 res21[0x3c]; u32 soc_general_ctl; }; +check_member(exynos5_dp, soc_general_ctl, 0x800); static struct exynos5_dp * const exynos_dp0 = (void *)EXYNOS5_DP0_BASE; static struct exynos5_dp * const exynos_dp1 = (void *)EXYNOS5_DP1_BASE; |