mirror of
https://github.com/hardkernel/linux.git
synced 2026-06-09 20:32:04 +09:00
video: rockchip: rk3288_hdmi: covert dsb() to dsb(sy)
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user