summaryrefslogtreecommitdiff
path: root/src/soc/samsung/exynos5420
diff options
context:
space:
mode:
Diffstat (limited to 'src/soc/samsung/exynos5420')
-rw-r--r--src/soc/samsung/exynos5420/include/soc/dp.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/soc/samsung/exynos5420/include/soc/dp.h b/src/soc/samsung/exynos5420/include/soc/dp.h
index 50a6cbf5ee..27744dc165 100644
--- a/src/soc/samsung/exynos5420/include/soc/dp.h
+++ b/src/soc/samsung/exynos5420/include/soc/dp.h
@@ -1220,11 +1220,11 @@ struct edp_device_info {
struct edp_link_train_info lt_info;
struct edp_video_info video_info;
- /*below info get from panel during training*/
+ /* below info get from panel during training */
u8 lane_bw;
u8 lane_cnt;
u8 dpcd_rev;
- /*support enhanced frame cap */
+ /* support enhanced frame cap */
u8 dpcd_efc;
u8 *raw_edid;
};