video: rockchip: rk3288_hdmi: covert dsb() to dsb(sy)

This commit is contained in:
Huang, Tao
2014-12-10 19:35:54 +08:00
parent 0956ae5f32
commit 0036717277

View File

@@ -36,7 +36,7 @@
#define grf_writel(v, offset) \
do { \
writel_relaxed(v, RK_GRF_VIRT + offset); \
dsb(); \
dsb(sy); \
} while (0)
#define HDMI_PD_ON (1 << 0)
#define HDMI_PCLK_ON (1 << 1)