mirror of
https://github.com/hardkernel/linux.git
synced 2026-06-07 19:30:30 +09:00
drm/rockchip/rk628: dsi: Fix volatile register offset
Change-Id: Icc6775a9ff4b4bf267866a242b7427f8b228a23c Signed-off-by: Wyon Bi <bivvy.bi@rock-chips.com>
This commit is contained in:
@@ -1227,6 +1227,8 @@ static const struct regmap_config testif_regmap_config = {
|
||||
|
||||
static bool rk628_dsi_register_volatile(struct device *dev, unsigned int reg)
|
||||
{
|
||||
reg &= 0xffff;
|
||||
|
||||
switch (reg) {
|
||||
case DSI_GEN_HDR:
|
||||
case DSI_GEN_PLD_DATA:
|
||||
|
||||
Reference in New Issue
Block a user